summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-26First stage in pjsua library re-arrangements towards creating an easy to use ...Benny Prijono
2006-05-25Fixed minor compilation warnings in rtcp.hBenny Prijono
2006-05-24Cleanup warnings with MSVC 2003Benny Prijono
2006-05-22Change jitter calculation in sound test (sndtest) to show the worst jitter valueBenny Prijono
2006-05-22Fixed crash bug in DSound closing procedureBenny Prijono
2006-05-22Put back high thread priority in dsound.cBenny Prijono
2006-05-21Fixed MacOS X buildBenny Prijono
2006-05-21Changed DirectSound not to be too aggressive when capturing framesBenny Prijono
2006-05-21Increase default number of DirectSound buffers to 16. This has seemed to make...Benny Prijono
2006-05-21Fixed minor bug in silence detectorBenny Prijono
2006-05-21Added sound test sampleBenny Prijono
2006-05-21DirectSound capture device queries stream position and retrieves any captured...Benny Prijono
2006-05-20Added device enumeration capability in DirectSoundBenny Prijono
2006-05-20Fixed warning about unreference arguments in transport_udp.cBenny Prijono
2006-05-20Set media thread in siprtp samples to highest priority to make RTCP jitter ca...Benny Prijono
2006-05-20Fixed crashed with the latest VAD changesBenny Prijono
2006-05-19Removed VSS traces from .dsp filesBenny Prijono
2006-05-19Install VAD in g711, gsm, and speex, and add the DTX support in stream.c. Als...Benny Prijono
2006-05-19Changed PJ_ASSERT_RETURN to evaluate the expression in the pj_assert, so that...Benny Prijono
2006-05-18Changed the way average jitter is calculated in rtcpBenny Prijono
2006-05-18Added --report-file options in siprtpBenny Prijono
2006-05-17Changed the way Content-Type is written. Whitespace is now written before the...Benny Prijono
2006-05-17Major modification in pjmedia to split stream transport into separate functio...Benny Prijono
2006-05-17Rearrange DirectSound closing steps to reduce blocking delayBenny Prijono
2006-05-16Fixed excessive jitter prefetch message when silence detector is applied in r...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-16Fixed broken make on Linux etc because of missing os_timestamp_linux.c (was r...Benny Prijono
2006-05-16Fixed bug in UAS dialog (remote.info_str was taken from local info)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-14Change how --add-codec works in pjsuaBenny Prijono
2006-05-14Fixed bug with multiple frames handling in RTP streamBenny 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-11Fixed bugs: stream should give to jitter buffer the extended/32bit sequence n...Benny Prijono
2006-05-11Fixed bug: incorrect remote and local PT for telephone-events (swapped)Benny Prijono
2006-05-11Removed rwmutex implementation to os_rwmutex.cBenny Prijono
2006-05-10Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release.Benny Prijono
2006-05-04Updated root Makefile, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NA...Benny 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-05-02Rename hard coded constants (such as ptime) in G711 to a macro for better aes...Benny Prijono
2006-05-02Changed jbuf param name in stream_info, and generate random SSRC for RTP/RTCP...Benny Prijono
2006-05-02Fixed several bugs in RTCP and tested the compatibility. Fixed bugs: total lo...Benny Prijono
2006-05-02Do not disable port if put_frame()/get_frame() returns errorBenny Prijono
2006-04-29Fixed bug in event subscription when it is challenged/authenticatedBenny Prijono