summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec_float.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-271-16/+0
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-4/+13
* mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles2011-11-271-5/+0
* mpegaudiodec: init static tables in AVCodec.init_static_data()Justin Ruggles2011-11-151-0/+5
* avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles2011-10-271-0/+8
* mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles2011-10-211-1/+1
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-64/+50
* mpegaudio: clean up compute_antialias() definitionMans Rullgard2011-05-311-39/+0
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-19/+0
* mpegaudiodec: remove decode_end() functionMans Rullgard2011-05-181-11/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-5/+5
* Fix memleak when using mp*float decoder.flybird2k@gmail.com2010-07-181-4/+11
* mpegaudio: move compute_antialias_float() to mpegaudiodec_float.cMåns Rullgård2010-07-011-0/+39
* More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak2010-06-301-1/+1
* Move float-specific function to mpegaudiodec_float.cVitor Sessak2010-06-231-0/+19
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-111-0/+103
OpenPOWER on IntegriCloud