summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-09Added experimental code to handle QueryPerformanceCounter leaping bug on Win32Benny Prijono
2006-04-08Fixed small typo error in printed message in siprtp.cBenny Prijono
2006-04-07Randomize RTCP send interval to reduce collision riskBenny Prijono
2006-04-06Fixed RTCP compilation warnings with gccBenny Prijono
2006-04-06Beautify screen output of the siprtp sampleBenny Prijono
2006-04-06Fixed crash bug in siprtp sample when call is not connectedBenny Prijono
2006-04-06Integrate (stream) quality monitoring into RTCP framework, and update all RTC...Benny Prijono
2006-04-05Protect RTCP packet lost calculation against incorrect packet expectationsBenny Prijono
2006-04-05Added detection/protection against inaccurate timestamp in RTCPBenny Prijono
2006-04-05Don't use rdtsc for high res timestamp on Linux as it's highly inaccurate (fo...Benny Prijono
2006-04-05Added timestamp frequency accuracy test in pjlib-testBenny Prijono
2006-04-05Fixed RTT calculation bug in RTCPBenny Prijono
2006-04-05Fixed bug in RTT calculation in RTCP and increase RTT resolution to usecBenny Prijono
2006-04-05Added RTCP end to end delay calculationBenny Prijono
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