summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
...
* mpegaudiodec: Skip only bad frames instead of the whole packet.Justin Ruggles2011-10-271-2/+9
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-5/+5
* mp3on4: check for allocation failures in decode_init_mp3on4()Justin Ruggles2011-10-211-0/+4
* mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles2011-10-211-1/+14
* mp3on4: ensure that the frame channel count does not exceed the codec channelJustin Ruggles2011-10-211-3/+14
* mp3on4: set channel layoutJustin Ruggles2011-10-211-0/+12
* mp3on4: fix the output channel orderJustin Ruggles2011-10-211-4/+4
* mp3on4: allocate temp buffer with av_malloc() instead of on the stack.Justin Ruggles2011-10-211-16/+29
* mp3on4: copy MPADSPContext from first context to all contexts.Justin Ruggles2011-10-211-0/+1
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-201-1/+1
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-201-3/+3
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-64/+50
* mpegaudiodec: Fix av_dlog() invocation.Diego Biurrun2011-06-011-2/+3
* mpegaudiodec: remove unusued code and variablesMans Rullgard2011-05-311-26/+4
* mpegaudio: clean up compute_antialias() definitionMans Rullgard2011-05-311-30/+36
* dct32: Add AVX implementation of 32-point DCTVitor Sessak2011-05-211-2/+2
* mpegaudio: clean up #includesMans Rullgard2011-05-201-1/+0
* mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard2011-05-191-0/+46
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-193/+4
* mpegaudio: sanitise compute_antialias_* namesMans Rullgard2011-05-181-6/+3
* mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-171-2/+2
* dct: build dct32 as separate object filesMans Rullgard2011-05-171-7/+2
* mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard2011-05-161-0/+2
* mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard2011-05-161-1/+1
* mpegaudiodec: group #includes more sanelyMans Rullgard2011-05-091-2/+1
* mpegaudio: remove #if 0 blocksMans Rullgard2011-05-091-55/+0
* mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-091-37/+0
* lavc: add missing audioconvert includesAnton Khirnov2011-04-021-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Set channel_layout for mpegaudioKieran Kunhya2011-02-051-0/+1
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-031-2/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-291-11/+11
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-5/+5
* Move ID3v1 skip from decoder to demuxerClément Bœsch2011-01-221-8/+0
* Handle ID3v1 tag while decoding mp[123] framesClément Bœsch2011-01-101-0/+8
* Show correct bitrate for VBR MP3 files.Alexander Kojevnikov2010-07-271-2/+4
* Move ff_dct_init(context) out of if(one time init)Michael Niedermayer2010-07-071-3/+3
* mpegaudio: move compute_antialias_float() to mpegaudiodec_float.cMåns Rullgård2010-07-011-41/+3
* mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoderMåns Rullgård2010-07-011-1/+1
* adu and mp3on4 functions are also needed by their respective float decodersAurelien Jacobs2010-07-011-4/+4
* Altivec-optimized mp{1,2,3} windowingVitor Sessak2010-07-011-0/+2
* More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak2010-06-301-239/+9
* Use lookup table to avoid division in mp2 decoderVitor Sessak2010-06-281-6/+29
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-241-3/+14
* Move float-specific function to mpegaudiodec_float.cVitor Sessak2010-06-231-20/+1
* Remove pointless condition in #ifVitor Sessak2010-06-231-1/+1
* Fix breakage in compilation with --disable-mpegaudio-hp introduced inVitor Sessak2010-06-201-0/+1
* Factorize the mpegaudio windowing code in a function and call it by aVitor Sessak2010-06-191-25/+64
* Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitableVitor Sessak2010-06-071-57/+70
* 1.0 and the resulting exactly representable value must be marked as float as ...Michael Niedermayer2010-05-131-1/+1
OpenPOWER on IntegriCloud