summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2006-05-27Added README-RTEMS and tweaked the makefilesBenny Prijono
2006-05-25Fixed minor compilation warnings in rtcp.hBenny Prijono
2006-05-22Fixed crash bug in DSound closing procedureBenny Prijono
2006-05-22Put back high thread priority in dsound.cBenny 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-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-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-18Changed the way average jitter is calculated in rtcpBenny 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-14Changed default sound back-end on Win32 to own DirectSoundBenny 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-14Fixed bug with multiple frames handling in RTP streamBenny Prijono
2006-05-13Another major modifications in PJMEDIA:Benny 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-10Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release.Benny Prijono
2006-05-04Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$C...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
2006-04-29Fixed bugs in codec priority sortingBenny Prijono
2006-04-28Added different error code when remote does not support RFC 2833Benny Prijono
2006-04-28Increase the maximum number of formats in SDP media line (from 16 to 32)Benny Prijono
2006-04-28Set version to 0.5.4.11Benny Prijono
2006-04-28Added Packet Lost Concealment (PLC) framework, with two backend algorithms (s...Benny Prijono
2006-04-28Implement simple frame replay based packet lost concealmentBenny Prijono
2006-04-27Fixed obsolete comments in stream.h and session.h about stream transmitting m...Benny Prijono
2006-04-27Updated pjmedia-codec Makefile for recent L16 codec additionBenny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono
2006-04-24Better support for continuing media when peer has restarted transmission/RTP ...Benny 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-09Added loss period for rx stream implementationBenny Prijono
2006-04-09Added code in RTCP to handle PerformanceQueryCounter bug on Win32Benny Prijono
2006-04-07Randomize RTCP send interval to reduce collision riskBenny 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