summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud