summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia/stream.c
AgeCommit message (Expand)Author
2012-04-26Misc (re #1417): fixed warnings regarding mismatched argument type in stream ...Benny Prijono
2012-04-26Misc (re #1417): fixed compile error on Symbian 5th ed SDK.Nanang Izzuddin
2012-03-08Fix #1440:Nanang Izzuddin
2012-02-27Fix #1440: Send and parse RTCP compound packet, containing report (RR/SR/XR),...Nanang Izzuddin
2011-12-07Fixed #1421 (Audio is missing temporarily if SRTP is enabled due to lock code...Benny Prijono
2011-10-27Re #1252 (misc): Add codec initialization before opening it in pjmedia streamLiong Sauw Ming
2011-10-19Misc: failed to create CSV file with TRACE_JB feature in stream.c because Lin...Benny Prijono
2011-05-19Re #1268: Fixed compilation error problem due to typo.Liong Sauw Ming
2011-05-19Fixed #1268: Option for automatic/manual sending of RTCP SDES/BYE for the str...Liong Sauw Ming
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-03-15Closed #1206: Add pjmedia_stream API to get the last frame type retrieved fro...Liong Sauw Ming
2011-02-18Fix #1199:Nanang Izzuddin
2011-02-17Misc (re #1175): fixed possible division-by-zero bug when receiving problemat...Nanang Izzuddin
2010-12-06Fixed #1160: Option to bypass RTP payload type verification in the stream (th...Benny Prijono
2010-09-20Closed #1129:Nanang Izzuddin
2010-08-24Fix #1114:Nanang Izzuddin
2010-07-15Re #1103:Nanang Izzuddin
2010-06-26Fix #740:Nanang Izzuddin
2010-06-23Re #1094: fixed compilation error in previous fix in r3218Benny Prijono
2010-06-23Fixed #1094: Transmit RTCP keep alive even when the stream is paused (thanks ...Benny Prijono
2010-05-07Re #1067: Added feature of JB operation tracing to CSV file in stream.Nanang Izzuddin
2010-01-25Misc (#1026): missed PLC availability check in stream get_frame_ext().Nanang Izzuddin
2010-01-21Related to #969: make maximum PLC generated frames configurable (PJMEDIA_MAX_...Benny Prijono
2010-01-20Ticket #969:Nanang Izzuddin
2010-01-14Ticket #1027: Fixed stream to skip (frame.buf!=NULL) checking when frame type...Nanang Izzuddin
2009-08-01Initial commit for ticket #929: Improve packet lost concealment (PLC) when ha...Benny Prijono
2009-07-29Ticket #923: New API to retrieve current jitter buffer state from a stream/se...Benny Prijono
2009-07-15Ticket #919:Nanang Izzuddin
2009-06-13Ticket #883: Nanang Izzuddin
2009-06-12Ticket #883: Added user defined NAT hole-punching and keep-alive mechanism to...Nanang Izzuddin
2009-04-08Ticket #772 (misc): Updated stream_destroy() to call jbuf_destroy().Nanang Izzuddin
2009-03-17Part of APS-Direct (ticket #738): crash in stream.c when stream_info->param i...Benny Prijono
2009-03-12(Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-d...Benny Prijono
2009-02-24Ticket #730: Fixed stream to convert units of jitter buffer params, from msec...Nanang Izzuddin
2009-02-10Minor fix/ticket #720: removed unused var & memory allocation in stream.Nanang Izzuddin
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-09-27Fixed possible assertion by codec when stereo/multichannel codec is used and ...Nanang Izzuddin
2008-09-24Ticket #638: Reenable prefetch buffering via initial prefetch setting (set 0 ...Nanang Izzuddin
2008-09-23Ticket #638:Nanang Izzuddin
2008-09-08Fixed assertion caused by too small output buffer size of stream, this happen...Nanang Izzuddin
2008-08-26More ticket #602: fixed minor warning about conversion from integer to unsign...Benny Prijono
2008-08-26Ticket #602:Nanang Izzuddin
2008-08-19Ticket #593: Fixed RTP timestamp calculation in RX & TX for multichannel audio.Nanang Izzuddin
2008-07-04Fixed crash in stream.c when it tries to send RTCP BYE when stream initializa...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-14Implement ticket #546 and revisit ticket #439:Benny Prijono
2008-06-06Added field maximum bitrate to codec param, this is useful for providing safe...Nanang Izzuddin
2008-06-05Ticket #473:Nanang Izzuddin
2008-05-17More on ticket #535: updated files using and related to math.hNanang Izzuddin
2008-05-02More ticket #513:Nanang Izzuddin