summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_amr.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* rtpdec: Use .init instead of .alloc to set default valuesMartin 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_amr: Use the common indentation styleMartin Storsjö2015-02-24
* rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov2014-07-09
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-21
* rtpdec_amr: set channel layoutJustin Ruggles2012-11-12
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-08
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
* ReindentJosh Allmann2010-06-28
* rtpdec: Clean up FMTP parsing code in AMR RTP depacketizerJosh Allmann2010-06-28
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Interpret valueless attributes in AMR ftmp lines as being 1Martin Storsjö2010-03-22
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-23
* RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje2010-02-10