]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec_xiph.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / rtpdec_xiph.c
2016-11-08 Diego BiurrunUse avpriv_report_missing_feature() where appropriate
2016-10-28 Diego BiurrunAdjust printf conversion specifiers to match variable...
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-02-24 Martin Storsjörtpdec: Rename the free method to close
2015-02-24 Martin Storsjörtpdec: Use ffio_free_dyn_buf
2015-02-24 Martin Storsjörtpdec: Don't free the payload context in the .free...
2015-02-24 Martin Storsjörtpdec: Remove unnecessary inline attributes
2015-02-24 Martin Storsjörtpdec: Don't pass non-const pointers to fmtp attribute...
2015-02-24 Martin Storsjörtpdec: Get rid of all trivial .alloc/.free functions
2015-02-24 Martin Storsjörtpdec: Set need_parsing via a handler field
2015-02-24 Martin Storsjörtpdec: Remove unnecessary _if_needed suffixes on functions
2015-02-24 Martin Storsjörtpdec: Add missing trailing commas
2014-07-09 Anton Khirnovrtpdec: pass an AVFormatContext to ff_parse_fmtp()
2013-05-05 Diego Biurrunavformat: Add av_cold attributes to init functions...
2013-01-20 Martin Storsjörtpdec: Move setting the parsing flags to the actual...
2012-12-21 Martin Storsjörtpdec: Pass the sequence number to depacketizers
2012-11-02 Anton Khirnovrtpdec: factorize identical code used in several handlers
2012-10-12 Mans Rullgardrtpdec_xiph: fix function return type
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-08 Martin Storsjöcosmetics: Fix indentation
2012-04-08 Martin Storsjörtsp: Don't expose the MS-RTSP RTX data stream to the...
2011-04-23 Martin Storsjörtp: Rename the open/close functions to alloc/free
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2010-08-05 Martin Storsjörtpdec_xiph: Split packets in the depacketizer
2010-08-04 Martin Storsjörtpdec_xiph: Correct the bitmask for num_pkts
2010-07-30 Martin StorsjöRemove mostly unnecessary rtpdec_*.h files, store the...
2010-07-28 Josh Allmannrtpdec_xiph: Handle the sampling SDP parameter
2010-07-27 Josh Allmannrtpdec_xiph: Drop RTP packets that come in without...
2010-07-19 Josh Allmannrtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizer
2010-06-28 Josh Allmannrtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer
2010-06-09 Eli FriedmanFix printf format warnings
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-15 Ronald S. BultjeRemove useless assert(), since this can (in theora...
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-04-02 Martin StorsjöChange a case of CODEC_TYPE_ into AVMEDIA_TYPE_
2010-04-01 Josh AllmannMerge Vorbis / Theora depayloaders.
2010-04-01 Josh AllmannReindent after r22766.
2010-04-01 Josh AllmannRename functions / comments from "Theora" to "Xiph...
2010-04-01 Josh AllmannRename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a...