summaryrefslogtreecommitdiff
path: root/pjsip-apps
AgeCommit message (Expand)Author
2006-05-28More changes in pjsua API to make it more complete high level APIBenny Prijono
2006-05-26First stage in pjsua library re-arrangements towards creating an easy to use ...Benny Prijono
2006-05-22Change jitter calculation in sound test (sndtest) to show the worst jitter valueBenny Prijono
2006-05-22Put back high thread priority in dsound.cBenny Prijono
2006-05-21Added sound test sampleBenny Prijono
2006-05-20Set media thread in siprtp samples to highest priority to make RTCP jitter ca...Benny Prijono
2006-05-19Removed VSS traces from .dsp filesBenny Prijono
2006-05-18Added --report-file options in siprtpBenny Prijono
2006-05-17Major modification in pjmedia to split stream transport into separate functio...Benny Prijono
2006-05-16Fixed error in Samples.mak (TARGET instead of TARGET_NAME)Benny Prijono
2006-05-16Rearrange transaction statefull stuffs in SIP so that it will not be linked w...Benny Prijono
2006-05-14Changed default sound back-end on Win32 to own DirectSoundBenny Prijono
2006-05-14Fixed bug in siprtp because of recent changes in pjsip_session_info_from_sdp()Benny Prijono
2006-05-14Set default sound backend in Win32 to own DirectSound, and changed conference...Benny Prijono
2006-05-14Fixed more bugs with multiple frame handlingBenny Prijono
2006-05-14Add $TARGET variable in Samples-vc.makBenny Prijono
2006-05-13Another major modifications in PJMEDIA:Benny Prijono
2006-05-12Split reporting capability to separate file in siprtp sampleBenny Prijono
2006-05-04Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$C...Benny Prijono
2006-05-03Added maximum duration and auto-quit option in siprtp sample.Benny Prijono
2006-04-29Improve codec handling in pjsua cmd-line options, and add URI to callBenny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono
2006-04-25Added sound clock drifting reporting in sndinfo sampleBenny Prijono
2006-04-24Better support for continuing media when peer has restarted transmission/RTP ...Benny Prijono
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-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-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-03Added siprtp sampleBenny Prijono
2006-04-03Changed sndinfo sample to use higher resolution pj_get_timestamp() instead of...Benny Prijono
2006-04-03Added DirectSound sound implementationBenny Prijono
2006-03-30Support for alternate pool backendBenny Prijono
2006-03-24Added more samples: WAV recorder, resample, etc., and also moved some common ...Benny Prijono
2006-03-23Fixed misc warnings/errors in Solaris buildBenny 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-22Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Ch...Benny Prijono
2006-03-21Added macro to exclude filters in resample and added options to select resamp...Benny Prijono