summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAge
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* mp3on4: check for allocation failures in decode_init_mp3on4()Justin Ruggles2011-10-21
* mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles2011-10-21
* mp3on4: ensure that the frame channel count does not exceed the codec channelJustin Ruggles2011-10-21
* mp3on4: set channel layoutJustin Ruggles2011-10-21
* mp3on4: fix the output channel orderJustin Ruggles2011-10-21
* mp3on4: allocate temp buffer with av_malloc() instead of on the stack.Justin Ruggles2011-10-21
* mp3on4: copy MPADSPContext from first context to all contexts.Justin Ruggles2011-10-21
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-20
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* 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