summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAge
* mpegaudiodec: Fix av_dlog() invocation.Diego Biurrun2011-06-01
* mpegaudiodec: remove unusued code and variablesMans Rullgard2011-05-31
* mpegaudio: clean up compute_antialias() definitionMans Rullgard2011-05-31
* dct32: Add AVX implementation of 32-point DCTVitor Sessak2011-05-21
* mpegaudio: clean up #includesMans Rullgard2011-05-20
* mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard2011-05-19
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-19
* mpegaudio: sanitise compute_antialias_* namesMans Rullgard2011-05-18
* mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-17
* dct: build dct32 as separate object filesMans Rullgard2011-05-17
* mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard2011-05-16
* mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard2011-05-16
* mpegaudiodec: group #includes more sanelyMans Rullgard2011-05-09
* mpegaudio: remove #if 0 blocksMans Rullgard2011-05-09
* mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-09
* lavc: add missing audioconvert includesAnton Khirnov2011-04-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Set channel_layout for mpegaudioKieran Kunhya2011-02-05
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Move ID3v1 skip from decoder to demuxerClément Bœsch2011-01-22
* Handle ID3v1 tag while decoding mp[123] framesClément Bœsch2011-01-10
* Show correct bitrate for VBR MP3 files.Alexander Kojevnikov2010-07-27
* Move ff_dct_init(context) out of if(one time init)Michael Niedermayer2010-07-07
* mpegaudio: move compute_antialias_float() to mpegaudiodec_float.cMåns Rullgård2010-07-01
* mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoderMåns Rullgård2010-07-01
* adu and mp3on4 functions are also needed by their respective float decodersAurelien Jacobs2010-07-01
* Altivec-optimized mp{1,2,3} windowingVitor Sessak2010-07-01
* More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak2010-06-30
* Use lookup table to avoid division in mp2 decoderVitor Sessak2010-06-28
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-24
* Move float-specific function to mpegaudiodec_float.cVitor Sessak2010-06-23
* Remove pointless condition in #ifVitor Sessak2010-06-23
* Fix breakage in compilation with --disable-mpegaudio-hp introduced inVitor Sessak2010-06-20
* Factorize the mpegaudio windowing code in a function and call it by aVitor Sessak2010-06-19
* Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitableVitor Sessak2010-06-07
* 1.0 and the resulting exactly representable value must be marked as float as ...Michael Niedermayer2010-05-13
* Cast constants to float to avoid gcc converting to and fromMichael Niedermayer2010-05-13
* Fix compilation with low precission mpeg audio decoding.Michael Niedermayer2010-05-13
* Do the same sign flip optimization to the low freq decoder.Michael Niedermayer2010-05-11
* Factorize READ_FLIP_SIGN() optimization outMichael Niedermayer2010-05-11
* Optimize decoding high freqs.Michael Niedermayer2010-05-11
* Make lsf_sf_expand() 4 times faster.Michael Niedermayer2010-05-11
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-11
* Remove unused FRAC_RND() macro from mpegaudiodec.c.Michael Niedermayer2010-05-11
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make some functions staticMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06