summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec_float.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* mpegaudiodec: Consistently handle fixed/float templatingDiego Biurrun2013-11-23
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* mpegaudiodec: use planar sample format for output unless packed is requestedJustin Ruggles2012-11-25
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-27
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles2011-11-27
* mpegaudiodec: init static tables in AVCodec.init_static_data()Justin Ruggles2011-11-15
* avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles2011-10-27
* mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles2011-10-21
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* mpegaudio: clean up compute_antialias() definitionMans Rullgard2011-05-31
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-19
* mpegaudiodec: remove decode_end() functionMans Rullgard2011-05-18
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Fix memleak when using mp*float decoder.flybird2k@gmail.com2010-07-18
* mpegaudio: move compute_antialias_float() to mpegaudiodec_float.cMåns Rullgård2010-07-01
* More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak2010-06-30
* Move float-specific function to mpegaudiodec_float.cVitor Sessak2010-06-23
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-11