summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-161-2/+2
* Reduce stack memory allocation in MP3 decoderVitor Sessak2009-11-041-28/+8
* Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger2009-10-281-27/+2
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-191-3/+3
* Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32.Reimar Döffinger2009-10-151-2/+2
* Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding.Reimar Döffinger2009-10-151-2/+4
* Set data_size to 0 to avoid having it uninitialized.Michael Niedermayer2009-09-231-0/+1
* Check data_size in decode_frame_mp3on4().Michael Niedermayer2009-09-231-0/+3
* check data_size in decode_frame()Michael Niedermayer2009-09-231-0/+3
* Reduce pointless verbosity after seeks in the MP3 decoder.Diego Biurrun2009-09-041-1/+1
* Drop code that attempts to decode frames that are prefixed by junk.Michael Niedermayer2009-06-301-8/+3
* mpegaudio: enclose SUM8() macro args in parens when usedMåns Rullgård2009-05-051-8/+8
* mpegaudio: avoid unnecessary copy in high-precision modeMåns Rullgård2009-05-051-9/+9
* mpegaudio: use av_clip()Måns Rullgård2009-05-051-10/+2
* Do not scan for MP3 header after the given buffer and return skippedZdenek Kabelac2009-05-041-2/+4
* Remove unused variable from decode_init() found by CSA.Michael Niedermayer2009-04-171-2/+0
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-3/+9
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-4/+4
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Avoid allocating MPADecodeContext on stack.Andreas Öman2009-01-231-3/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs2009-01-141-5/+1
OpenPOWER on IntegriCloud