summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
...
* reduce size of vlc table, thats slightly faster hereMichael Niedermayer2006-08-251-2/+2
* try to avoid l3_unscale() by using a tableMichael Niedermayer2006-08-251-4/+25
* replace l3_unscale(1, exponents[pos]) by LUTMichael Niedermayer2006-08-251-1/+7
* maybe fixing the segfault on ARMMichael Niedermayer2006-08-251-2/+2
* 10l typoMichael Niedermayer2006-08-241-1/+1
* avoid a few if(x==0) checks in the inner loopsMichael Niedermayer2006-08-241-10/+30
* optimize reorder_block() though this function seems to be executed too rarely...Michael Niedermayer2006-08-241-8/+9
* simplifyMichael Niedermayer2006-08-241-4/+1
* dont copy the whole GetBitContext aroundMichael Niedermayer2006-08-241-5/+6
* faster handling of zero coeffs in the low freq decodeMichael Niedermayer2006-08-241-0/+8
* optimizing high freq decodeMichael Niedermayer2006-08-241-14/+14
* use memset() instead of slow c loopsMichael Niedermayer2006-08-241-10/+11
* simplifyMichael Niedermayer2006-08-231-24/+17
* fix arm asm compilation in mpegaudiodecAurelien Jacobs2006-08-231-4/+4
* MUL* for ARM code based on a patch by Siarhei SiamashkaMichael Niedermayer2006-08-221-0/+11
* replace MULL with asm too, no significnat speedup but its probably better to ...Michael Niedermayer2006-08-221-1/+7
* replacing MULH by asm for x86Michael Niedermayer2006-08-221-13/+15
* indent preprocessor directivesMichael Niedermayer2006-08-221-28/+23
* make high precission synth filter 3 times faster on x86Michael Niedermayer2006-08-221-1/+6
* replace MULL by MULH + shift in dct32() (code is very slightly faster, and th...Michael Niedermayer2006-08-221-109/+108
* replace a few MULL by MULHMichael Niedermayer2006-08-211-11/+24
* reorder butterflies to reduce memory load/storeMichael Niedermayer2006-08-201-56/+65
* table contains vlc with 19 bits and 8*2 < 19Michael Niedermayer2006-07-071-1/+1
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-23/+23
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-081-2/+2
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-60/+60
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-125/+125
* QDM2 compatible decoderRoberto Togni2005-10-181-26/+1
* Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpegRoberto Togni2005-10-151-2/+2
* removed unused CONFIG_AUDIO_NONSHORTAlex Beregszaszi2005-10-121-2/+2
* adding a few constMichael Niedermayer2005-06-011-1/+1
* check for errorMichael Niedermayer2005-05-051-1/+4
* cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc ...Michael Niedermayer2005-03-021-1/+1
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+4
* Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)Roberto Togni2005-02-151-0/+186
* merge a few shifts into the dequantization, faster and more accurate, lets ho...Michael Niedermayer2005-02-031-17/+18
* optimizing imdct12Michael Niedermayer2005-02-021-98/+84
* optimize antialiasMichael Niedermayer2005-02-021-67/+43
* faster, simpler and more accurate l3_unscale()Michael Niedermayer2005-02-011-55/+15
* optimizing imdct36()Michael Niedermayer2005-02-011-96/+113
* support 32bit output for the mpeg audio decoderMichael Niedermayer2005-01-311-17/+33
* more accurate dequant of near zero coefficientsMichael Niedermayer2005-01-311-2/+1
* 10l (missing overflow check)Michael Niedermayer2005-01-311-3/+6
* 10l (didnt test code after cvs up ...)Michael Niedermayer2005-01-301-4/+4
* dithering for the mpeg audio decoderMichael Niedermayer2005-01-301-36/+17
* exported ff_mpa_synth_filter for upcoming qdm2 decoderAlex Beregszaszi2005-01-281-21/+30
* Decode MP3 in ADU formatRoberto Togni2005-01-151-0/+74
* dissallow sprintfMichael Niedermayer2005-01-121-1/+1
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+1
OpenPOWER on IntegriCloud