summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cast constants to float to avoid gcc converting to and fromMichael Niedermayer2010-05-131-2/+2
* Fix compilation with low precission mpeg audio decoding.Michael Niedermayer2010-05-131-2/+1
* Do the same sign flip optimization to the low freq decoder.Michael Niedermayer2010-05-111-14/+13
* Factorize READ_FLIP_SIGN() optimization outMichael Niedermayer2010-05-111-13/+17
* Optimize decoding high freqs.Michael Niedermayer2010-05-111-4/+12
* Make lsf_sf_expand() 4 times faster.Michael Niedermayer2010-05-111-16/+24
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-111-141/+147
* Remove unused FRAC_RND() macro from mpegaudiodec.c.Michael Niedermayer2010-05-111-1/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-5/+5
* Make some functions staticMåns Rullgård2010-03-061-4/+4
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-1/+1
OpenPOWER on IntegriCloud