summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-04Fixed bug in RTCP: packing error causing size mismatch when compiled with MSVCBenny Prijono
2006-04-04Changed RTCP timing to use high resolution timestampBenny Prijono
2006-04-04Fixed SSRC generation in siprtp sampleBenny Prijono
2006-04-04Added more stats and options in siprtp samplesBenny Prijono
2006-04-04Changed the packet lost calculation (previously it always reported at least 1...Benny Prijono
2006-04-04Removed some UDP socket warningsBenny Prijono
2006-04-04Changed pjsip_dlg_send_request() API to NOT return transaction as it is not s...Benny Prijono
2006-04-03Added siprtp sampleBenny Prijono
2006-04-03Moved private create session info from SDP to public APIBenny Prijono
2006-04-03Changed sndinfo sample to use higher resolution pj_get_timestamp() instead of...Benny Prijono
2006-04-03Added some flags during playback buffer creationBenny Prijono
2006-04-03Added DirectSound sound implementationBenny Prijono
2006-03-31Fixed crashed bug when pjsua failed to initialize. Also fixed PortAudio error...Benny Prijono
2006-03-30Removed continuous warnings in handle_events in pjsua_core, and temporarily s...Benny Prijono
2006-03-30Support for alternate pool backendBenny Prijono
2006-03-30Fixed crash bug with poll_reset() in rdataBenny Prijono
2006-03-30Fixed reading memory past buffer error in SDPBenny Prijono
2006-03-30Fixed race condition bug in ioqueue unregistration for select and Win32 IOCP ...Benny Prijono
2006-03-30Added ability to have custom pool backend (needed for pool debugging facility)Benny Prijono
2006-03-25Fixed bug in ioqueue: crashed when key is unregistered while another thread i...Benny Prijono
2006-03-24Added byte order swapping utilitiesBenny Prijono
2006-03-24Added more samples: WAV recorder, resample, etc., and also moved some common ...Benny Prijono
2006-03-24Moved getopt from pjsua-lib to pjlib-utilBenny Prijono
2006-03-24Moved getopt from pjsua-lib to pjlib-utilBenny Prijono
2006-03-24Added WAVE writer and resample port, and also found out why audio quality is ...Benny Prijono
2006-03-23RenamedBenny Prijono
2006-03-23Fixed build error on LinuxBenny Prijono
2006-03-23Fixed misc warnings/errors in Solaris buildBenny Prijono
2006-03-23Set default option to exclude pj_stricmp_alnum()Benny Prijono
2006-03-23Fixed unable to open simultaneous sound streams in MacOSBenny Prijono
2006-03-23Changed sound device framework to allow opening bidirectional streams from on...Benny Prijono
2006-03-22Added a little more threading test and put more info in ioqueue test logBenny Prijono
2006-03-22Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Ch...Benny Prijono
2006-03-22Fixed bug in ioqueue with IO Completion Port backend, where events may still ...Benny Prijono
2006-03-22Added pj_inet_addr2()Benny Prijono
2006-03-21Added macro to exclude filters in resample and added options to select resamp...Benny Prijono
2006-03-20Fixed error in Samples.mak when CFLAGS is specified in cmdlineBenny Prijono
2006-03-20Fixed build error on mingwBenny Prijono
2006-03-20Added level.c to samples collectionBenny Prijono
2006-03-20Added clock-rate options in pjsuaBenny Prijono
2006-03-20Added sndinfo sample and tested samples on MacOSX JaguarBenny Prijono
2006-03-20Ported PJMEDIA to Darwin/MacOSXBenny Prijono
2006-03-20Added missing pa_mac_hostapis.c for PortAudio in MacOSBenny Prijono
2006-03-20Added MacOS related files to PortAudioBenny Prijono
2006-03-20Ported pjlib to PowerPC/MacOSBenny Prijono
2006-03-19Removed sine generator from confsampleBenny Prijono
2006-03-19Added pjmedia playfile, playsine, and conference sampleBenny Prijono
2006-03-19Added assert when get_frame() or put_frame() is NULLBenny Prijono
2006-03-19Tested and fixed stereo audio supportBenny Prijono
2006-03-19Fixed no audio bug in new conference, and add level adjustment in port infoBenny Prijono