summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAge
...
* 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
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Reduce stack memory allocation in MP3 decoderVitor Sessak2009-11-04
* Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger2009-10-28
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-19
* Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32.Reimar Döffinger2009-10-15
* Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding.Reimar Döffinger2009-10-15
* Set data_size to 0 to avoid having it uninitialized.Michael Niedermayer2009-09-23
* Check data_size in decode_frame_mp3on4().Michael Niedermayer2009-09-23
* check data_size in decode_frame()Michael Niedermayer2009-09-23