summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-24Better support for continuing media when peer has restarted transmission/RTP ...Benny Prijono
2006-04-20Added stream.c example to demonstrate how to stream audio from both sound dev...Benny Prijono
2006-04-20Added missing error texts in sip_errno.cBenny Prijono
2006-04-20Removed pj_opterr from getopt.h as it is currently not supportedBenny Prijono
2006-04-20Added implementation of media clock and master port (to control frame timing ...Benny Prijono
2006-04-20Added the time when session was created in pjmedia_rtcp_statBenny Prijono
2006-04-19Changed stream.c so it won't quit after recvfrom returns ECONNRESETBenny Prijono
2006-04-14Fixed bug: credentials are not copied properly in set_credentials()Benny Prijono
2006-04-09Set pjproject version to 0.5.4.10Benny Prijono
2006-04-09Added loss period for rx stream implementationBenny Prijono
2006-04-09Added call duration in pjsuaBenny Prijono
2006-04-09Added code in RTCP to handle PerformanceQueryCounter bug on Win32Benny Prijono
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