summaryrefslogtreecommitdiff
path: root/libavformat/aacdec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* aac: Register the mime typeLuca Barbato2014-07-29
* aacdec: Lower the number of frames required to detect ADTSMartin Storsjö2014-03-16
* aacdec: Don't count probed ADTS frames if there are false positivesMartin Storsjö2014-03-16
* aac: K&R formatting cosmeticsLuca Barbato2014-03-14
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-31
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* adts: Adjust frame size mask to follow the specification.Kieran Kunhya2011-06-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger2010-10-06
* adts demuxer: Set the time base to be the LCM of all ADTS sample rates.Alex Converse2010-09-09
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-30
* move ADTS AAC demuxer to its own fileAurelien Jacobs2010-08-29