summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_xiph.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-24
* rtpdec: Use ffio_free_dyn_bufMartin Storsjö2015-02-24
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-24
* rtpdec: Remove unnecessary inline attributesMartin Storsjö2015-02-24
* rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-24
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-24
* rtpdec: Set need_parsing via a handler fieldMartin Storsjö2015-02-24
* rtpdec: Remove unnecessary _if_needed suffixes on functionsMartin Storsjö2015-02-24
* rtpdec: Add missing trailing commasMartin Storsjö2015-02-24
* rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov2014-07-09
* avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-05
* rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-20
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-21
* rtpdec: factorize identical code used in several handlersAnton Khirnov2012-11-02
* rtpdec_xiph: fix function return typeMans Rullgard2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Fix indentationMartin Storsjö2012-04-08
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-08
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
* 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: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* rtpdec_xiph: Split packets in the depacketizerMartin Storsjö2010-08-05
* rtpdec_xiph: Correct the bitmask for num_pktsMartin Storsjö2010-08-04
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
* rtpdec_xiph: Handle the sampling SDP parameterJosh Allmann2010-07-28
* rtpdec_xiph: Drop RTP packets that come in without a prior fragment start mar...Josh Allmann2010-07-27
* rtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizerJosh Allmann2010-07-19
* rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizerJosh Allmann2010-06-28
* Fix printf format warningsEli Friedman2010-06-09
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove useless assert(), since this can (in theora) be used for any XiphRonald S. Bultje2010-04-15
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_Martin Storsjö2010-04-02
* Merge Vorbis / Theora depayloaders.Josh Allmann2010-04-01
* Reindent after r22766.Josh Allmann2010-04-01
* Rename functions / comments from "Theora" to "Xiph" where relevant.Josh Allmann2010-04-01
* Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann2010-04-01