summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAge
* 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
* Reduce pointless verbosity after seeks in the MP3 decoder.Diego Biurrun2009-09-04
* Drop code that attempts to decode frames that are prefixed by junk.Michael Niedermayer2009-06-30
* mpegaudio: enclose SUM8() macro args in parens when usedMåns Rullgård2009-05-05
* mpegaudio: avoid unnecessary copy in high-precision modeMåns Rullgård2009-05-05
* mpegaudio: use av_clip()Måns Rullgård2009-05-05
* Do not scan for MP3 header after the given buffer and return skippedZdenek Kabelac2009-05-04
* Remove unused variable from decode_init() found by CSA.Michael Niedermayer2009-04-17
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Avoid allocating MPADecodeContext on stack.Andreas Öman2009-01-23
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19