summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodecheader.c
Commit message (Expand)AuthorAge
* lavc: Add missing #includes for ff_dlog()Diego Biurrun2016-01-03
* lavc: make avpriv_mpa_decode_header private on next bumpAnton Khirnov2015-12-12
* mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-12
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* mpegaudio_parser: add MP3 ADU headers parserGilles Chanteperdrix2015-02-21
* Check if an mp3 header is using a reserved sample rate.Justin Ruggles2014-06-22
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-04
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-20
* mpegaudio: move all header parsing to mpegaudiodecheader.[ch]Mans Rullgard2011-05-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Include mpegaudiodecheader.h: It contains the prototype forCarl Eugen Hoyos2010-02-28
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-31
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Avoid allocating MPADecodeContext on stack.Andreas Ă–man2009-01-23
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-20
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-20