summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAge
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-13
* armv5 optimizationsSiarhei Siamashka2006-09-10
* print more correct error messgesMichael Niedermayer2006-09-08
* remove redundant declarationsMåns Rullgård2006-09-02
* fix buffer handlingMichael Niedermayer2006-08-28
* overread AV_LOG_ERROR -> AV_LOG_DEBUGMichael Niedermayer2006-08-27
* fix low bitrate mp3Michael Niedermayer2006-08-27
* check the validity of the amount of the remaining bytes in the bitsteam befor...Michael Niedermayer2006-08-27
* unused varMichael Niedermayer2006-08-26
* make mpa_decode_header() 10 times fasterMichael Niedermayer2006-08-26
* another silly typo which surprisingly neither valgrind nor cmp of the file ou...Michael Niedermayer2006-08-26
* 10l found by valgrindMichael Niedermayer2006-08-26
* remove duplicated parser, people who pass random gibblets of the bitstream in...Michael Niedermayer2006-08-26
* avoid branchMichael Niedermayer2006-08-25
* move variable declarations so that their scope is smallerMichael Niedermayer2006-08-25
* move the +400 out of the innermost loopMichael Niedermayer2006-08-25
* avoid reading exponent twiceMichael Niedermayer2006-08-25
* reduce size of vlc table, thats slightly faster hereMichael Niedermayer2006-08-25
* try to avoid l3_unscale() by using a tableMichael Niedermayer2006-08-25
* replace l3_unscale(1, exponents[pos]) by LUTMichael Niedermayer2006-08-25
* maybe fixing the segfault on ARMMichael Niedermayer2006-08-25
* 10l typoMichael Niedermayer2006-08-24
* avoid a few if(x==0) checks in the inner loopsMichael Niedermayer2006-08-24
* optimize reorder_block() though this function seems to be executed too rarely...Michael Niedermayer2006-08-24
* simplifyMichael Niedermayer2006-08-24
* dont copy the whole GetBitContext aroundMichael Niedermayer2006-08-24
* faster handling of zero coeffs in the low freq decodeMichael Niedermayer2006-08-24
* optimizing high freq decodeMichael Niedermayer2006-08-24
* use memset() instead of slow c loopsMichael Niedermayer2006-08-24
* simplifyMichael Niedermayer2006-08-23
* fix arm asm compilation in mpegaudiodecAurelien Jacobs2006-08-23
* MUL* for ARM code based on a patch by Siarhei SiamashkaMichael Niedermayer2006-08-22
* replace MULL with asm too, no significnat speedup but its probably better to ...Michael Niedermayer2006-08-22
* replacing MULH by asm for x86Michael Niedermayer2006-08-22
* indent preprocessor directivesMichael Niedermayer2006-08-22
* make high precission synth filter 3 times faster on x86Michael Niedermayer2006-08-22
* replace MULL by MULH + shift in dct32() (code is very slightly faster, and th...Michael Niedermayer2006-08-22
* replace a few MULL by MULHMichael Niedermayer2006-08-21
* reorder butterflies to reduce memory load/storeMichael Niedermayer2006-08-20
* table contains vlc with 19 bits and 8*2 < 19Michael Niedermayer2006-07-07
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-08
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* QDM2 compatible decoderRoberto Togni2005-10-18
* Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpegRoberto Togni2005-10-15
* removed unused CONFIG_AUDIO_NONSHORTAlex Beregszaszi2005-10-12
* adding a few constMichael Niedermayer2005-06-01
* check for errorMichael Niedermayer2005-05-05