summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAge
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-12
* rtpdec: Read the packet length for all RTCP packet typesJohn Brooks2011-10-12
* rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks2011-10-12
* rtp: remove disabled codeDiego Biurrun2011-07-21
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Mark some variables with av_unusedMans Rullgard2011-06-03
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* avio: make url_write() internal.Anton Khirnov2011-04-04
* avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-03
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò2011-01-25
* Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò2011-01-25
* rtpdec: Don't set RTP timestamps if they already are set by the depacketizerMartin Storsjö2011-01-06
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-01
* rtsp: Don't set the RTP time base from the sample rate if no sample rate is setMartin Storsjö2010-12-15
* Reinstate default time_base for rtp streamsLuca Barbato2010-12-15
* rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is knownMartin Storsjö2010-12-07
* rtpdec: Handle MP3 in RealRTSPMartin Storsjö2010-12-07
* rtpdec: Skip padding bytes at the end of packetsMartin Storsjö2010-12-06
* rtpdec: Add functions for finding depacketizers by name or payload idMartin Storsjö2010-12-05
* rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658Martin Storsjö2010-12-05
* rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errorsMartin Storsjö2010-10-15
* rtpdec: Don't use the no reordering codepath if there already is a queueMartin Storsjö2010-10-13
* rtpdec: Handle wrapping seq numbers in has_next_packet properlyMartin Storsjö2010-10-13
* rtpdec: Parse the next packet in the sequence if it is available, if the prev...Martin Storsjö2010-10-13
* rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error...Martin Storsjö2010-10-13
* rtpdec: Don't call the depacketizer to return more data unless it actually sa...Martin Storsjö2010-10-13
* rtpdec: Split out storing of the depacketization return value to a separate f...Martin Storsjö2010-10-13
* rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packetsMartin Storsjö2010-10-08
* rtpdec: Store the previous return value for mpegts when it was -1, tooMartin Storsjö2010-10-08
* rtpdec: Keep track of the previous return value from rtp_parse_packet_interna...Robert Schlabbach2010-10-08
* rtpdec: Handle RTP header extensionRobert Schlabbach2010-10-06
* Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö2010-10-06
* rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö2010-10-01
* rtpdec: Split out the part of rtp_parse_packet that does the parsing of new p...Martin Storsjö2010-10-01
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-01
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-15
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-29
* ReindentJosh Allmann2010-08-29
* rtpdec: Read RTCP compound packetsJosh Allmann2010-08-29
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-25
* Do not use the server SSRC as client SSRC in the RTP demuxerLuca Abeni2010-08-23
* Add RTP depacketization of VP8Josh Allmann2010-08-16
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-12