summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia/jbuf.c
AgeCommit message (Expand)Author
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-02-21Misc re #1562: disable trace in the jitter bufferBenny Prijono
2013-01-18Fixed #1612: problems with jitter buffer fixed mode operation (prefetch may g...Benny Prijono
2012-04-26Re #1474: merged r4095:4099Nanang Izzuddin
2011-10-28Misc (re #1393): disable jbuf tracingBenny Prijono
2011-10-24Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-10-23Fixed #1392: Immediately decode incoming frames to avoid loosing key frames w...Benny Prijono
2011-07-19Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-a...Nanang Izzuddin
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-12-14Fix #1188:Nanang Izzuddin
2010-10-29Misc (re #1151): fixed jitter buffer state 'jb_max_burst' initialization, MAX...Nanang Izzuddin
2010-05-07Re #1067: Updated maximum acceptable burst setting in jitter buffer, was hard...Nanang Izzuddin
2010-04-30Re #969: Fixed bug division by zero in JB progressive discard code, caused by...Nanang Izzuddin
2010-02-25Minor update on #969: Removed 'experimental feature' comment on progressive d...Nanang Izzuddin
2010-01-20Ticket #969:Nanang Izzuddin
2009-11-11Misc (#951): Put init value to var 'ftype' (somewhere) in jbuf.c to avoid com...Nanang Izzuddin
2009-07-29Ticket #923: New API to retrieve current jitter buffer state from a stream/se...Benny Prijono
2009-05-01Ticket #762: Fixed jitter buffer in handling DTX with relative short period o...Nanang Izzuddin
2009-04-29Ticket #762: Cleaned up jbuf.c of unused function jb_framelist_origin().Nanang Izzuddin
2009-04-08Ticket #762: Updated delay calculation method & added statistic report in jbu...Nanang Izzuddin
2009-04-07Ticket #762: Fixed jbuf in handling far sequence jump (the distance is over j...Nanang Izzuddin
2009-04-06Ticket #762: Major updates on jitter buffer:Nanang Izzuddin
2009-03-04Ticket #744: Jitter buffer does not discard duplicate frame if it is currentl...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-09-25Ticket #638: Fixed assertion caused by prefetch < min_prefetch (thanks Michae...Nanang Izzuddin
2008-09-25Ticket #638: Cleaned up compilation warning in jbuf.Nanang Izzuddin
2008-09-24Ticket #638: Reenable prefetch buffering via initial prefetch setting (set 0 ...Nanang Izzuddin
2008-09-23Ticket #638:Nanang Izzuddin
2008-08-08Fixed bug possibility of dereferencing NULL pointer when calling pjmedia_jbuf...Nanang Izzuddin
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-14More ticket #505: added constants to shrink the excess frames in jbuf even mo...Benny Prijono
2008-06-05Ticket #473:Nanang Izzuddin
2008-05-17More on ticket #535: updated files using and related to math.hNanang Izzuddin
2008-04-28Ticket #513: Support for RTCP XR (initial patch)Benny Prijono
2008-04-10More ticket #505: the jitter buffer only discard one packet at a time when op...Benny Prijono
2008-03-21Ticket #505: optimizing the jitter buffer delayBenny Prijono
2008-01-31Ticket #464: jitter buffer should return frame length informationBenny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny 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-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-02-25Fixed echo in conference, and add ability to shrink buffer in jitter bufferBenny Prijono
2006-02-25Synched with documentationBenny Prijono
2006-02-15Created and updated PJMEDIA documentationBenny Prijono