summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAgeFilesLines
* Replace dprintf with av_dlogLuca Barbato2011-01-291-2/+2
* Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò2011-01-251-1/+1
* Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò2011-01-251-1/+1
* rtpdec: Don't set RTP timestamps if they already are set by the depacketizerMartin Storsjö2011-01-061-0/+2
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-011-3/+14
* rtsp: Don't set the RTP time base from the sample rate if no sample rate is setMartin Storsjö2010-12-151-1/+0
* Reinstate default time_base for rtp streamsLuca Barbato2010-12-151-0/+1
* rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is knownMartin Storsjö2010-12-071-5/+0
* rtpdec: Handle MP3 in RealRTSPMartin Storsjö2010-12-071-0/+7
* rtpdec: Skip padding bytes at the end of packetsMartin Storsjö2010-12-061-0/+6
* rtpdec: Add functions for finding depacketizers by name or payload idMartin Storsjö2010-12-051-0/+25
* rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658Martin Storsjö2010-12-051-0/+1
* rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errorsMartin Storsjö2010-10-151-2/+5
* rtpdec: Don't use the no reordering codepath if there already is a queueMartin Storsjö2010-10-131-1/+1
* rtpdec: Handle wrapping seq numbers in has_next_packet properlyMartin Storsjö2010-10-131-1/+1
* rtpdec: Parse the next packet in the sequence if it is available, if the prev...Martin Storsjö2010-10-131-0/+2
* rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error...Martin Storsjö2010-10-131-3/+3
* rtpdec: Don't call the depacketizer to return more data unless it actually sa...Martin Storsjö2010-10-131-3/+3
* rtpdec: Split out storing of the depacketization return value to a separate f...Martin Storsjö2010-10-131-30/+26
* rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packetsMartin Storsjö2010-10-081-2/+6
* rtpdec: Store the previous return value for mpegts when it was -1, tooMartin Storsjö2010-10-081-1/+3
* rtpdec: Keep track of the previous return value from rtp_parse_packet_interna...Robert Schlabbach2010-10-081-0/+2
* rtpdec: Handle RTP header extensionRobert Schlabbach2010-10-061-0/+17
* Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö2010-10-061-0/+5
* rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö2010-10-011-5/+115
* rtpdec: Split out the part of rtp_parse_packet that does the parsing of new p...Martin Storsjö2010-10-011-46/+57
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-011-2/+3
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-151-0/+7
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-291-3/+4
* ReindentJosh Allmann2010-08-291-4/+4
* rtpdec: Read RTCP compound packetsJosh Allmann2010-08-291-2/+18
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-251-5/+5
* Do not use the server SSRC as client SSRC in the RTP demuxerLuca Abeni2010-08-231-2/+3
* Add RTP depacketization of VP8Josh Allmann2010-08-161-0/+1
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-121-0/+1
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-301-8/+1
* Add a depacketizer for QDM2Josh Allmann2010-07-141-0/+2
* rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP...Martin Storsjö2010-07-141-2/+4
* Add RTP depacketization of SVQ3Josh Allmann2010-07-011-0/+2
* rtpdec: Malloc the fmtp value bufferJosh Allmann2010-06-281-3/+12
* rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann2010-06-281-0/+25
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-251-6/+1
* rtpdec: Move AAC depacketization code in rtpdec to a proper payload handlerJosh Allmann2010-06-251-75/+0
* RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann2010-06-251-5/+3
* Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö2010-04-201-1/+1
* Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö2010-04-201-1/+4
* ReindentMartin Storsjö2010-04-051-1/+1
* Fix leaks in the AAC RTP depacketizerMartin Storsjö2010-04-051-0/+6
* Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann2010-04-011-2/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-3/+3
OpenPOWER on IntegriCloud