summaryrefslogtreecommitdiff
path: root/pjmedia/include
AgeCommit message (Expand)Author
2006-07-22Changed all public header files to compile correctly when -ansi and -pedantic...Benny Prijono
2006-07-22Added PJMEDIA_RTCP_IGNORE_FIRST_PACKETS macro to let application decides how ...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-02Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP pars...Benny Prijono
2006-06-29Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other...Benny Prijono
2006-06-29Minor bug fix and enhancements: (1) fixed bug that caused out-of-order status...Benny Prijono
2006-06-28Fixed minor compliation warning in transport_udp.c, also corrected misleading...Benny Prijono
2006-06-22Added better API for media transport, and fixed bugs with pending RTP write o...Benny Prijono
2006-06-22Fixed RTCP statistic returning fraction lost instead of total lostBenny Prijono
2006-06-22Added capability to build pjmedia_sock_info from an UDP media transportBenny Prijono
2006-06-22Added memory/buffer based media playback and recordingBenny Prijono
2006-06-20Yet again large diffs because of documentation/doxygen updateBenny Prijono
2006-06-18Updated doxygen documentation to all headers in PJMEDIABenny Prijono
2006-06-16Optimizations mostly in the conference bridge (gained more than 3x faster)Benny Prijono
2006-06-14Standardise clearing and copying frame with pjmedia_zero_samples() and pjmedi...Benny Prijono
2006-06-13Added pjmedia_sdp_neg_was_aswer_remote()Benny Prijono
2006-06-12Added mutex protection and option not to delete upstream/downstream port in m...Benny Prijono
2006-06-11Changed codec priority to use integer with value between 0-255 instead of enumBenny Prijono
2006-06-06Another huge chunks of modifications in PJSUA API, too many things to mention!Benny Prijono
2006-06-05Uploaded splitter/combiner API draftBenny Prijono
2006-06-01Added options in pjmedia UDP transport to disable source address checkingBenny Prijono
2006-05-28Added set_pos() to WAV playerBenny Prijono
2006-05-28Added destroy in transport operationBenny Prijono
2006-05-25Fixed minor compilation warnings in rtcp.hBenny 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-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-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-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-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-28Added Packet Lost Concealment (PLC) framework, with two backend algorithms (s...Benny Prijono
2006-04-27Fixed obsolete comments in stream.h and session.h about stream transmitting m...Benny 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-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-05Fixed RTT calculation bug in RTCPBenny Prijono
2006-04-05Fixed bug in RTT calculation in RTCP and increase RTT resolution to usecBenny Prijono