]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec_amr.c
extract_extradata_bsf: make sure all needed parameter set NALUs were found
[ffmpeg] / libavformat / rtpdec_amr.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-02-24 Martin Storsjörtpdec: Use .init instead of .alloc to set default...
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_amr: Use the common indentation style
2014-07-09 Anton Khirnovrtpdec: pass an AVFormatContext to ff_parse_fmtp()
2012-12-21 Martin Storsjörtpdec: Pass the sequence number to depacketizers
2012-11-12 Justin Rugglesrtpdec_amr: set channel layout
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-08 Martin Storsjörtsp: Don't expose the MS-RTSP RTX data stream to the...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-04-23 Martin Storsjörtp: Rename the open/close functions to alloc/free
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-30 Martin StorsjöRemove mostly unnecessary rtpdec_*.h files, store the...
2010-06-28 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in AMR RTP depacketizer
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-22 Martin StorsjöInterpret valueless attributes in AMR ftmp lines as...
2010-02-23 Ronald S. BultjePrefix non-static RTSP functions with ff_.
2010-02-10 Ronald S. BultjeRTP/AMR depacketizer, by Martin Storsjö <$firstname...