| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | reduce size of vlc table, thats slightly faster here | Michael Niedermayer | 2006-08-25 | 1 | -2/+2 |
* | try to avoid l3_unscale() by using a table | Michael Niedermayer | 2006-08-25 | 1 | -4/+25 |
* | replace l3_unscale(1, exponents[pos]) by LUT | Michael Niedermayer | 2006-08-25 | 1 | -1/+7 |
* | maybe fixing the segfault on ARM | Michael Niedermayer | 2006-08-25 | 1 | -2/+2 |
* | 10l typo | Michael Niedermayer | 2006-08-24 | 1 | -1/+1 |
* | avoid a few if(x==0) checks in the inner loops | Michael Niedermayer | 2006-08-24 | 1 | -10/+30 |
* | optimize reorder_block() though this function seems to be executed too rarely... | Michael Niedermayer | 2006-08-24 | 1 | -8/+9 |
* | simplify | Michael Niedermayer | 2006-08-24 | 1 | -4/+1 |
* | dont copy the whole GetBitContext around | Michael Niedermayer | 2006-08-24 | 1 | -5/+6 |
* | faster handling of zero coeffs in the low freq decode | Michael Niedermayer | 2006-08-24 | 1 | -0/+8 |
* | optimizing high freq decode | Michael Niedermayer | 2006-08-24 | 1 | -14/+14 |
* | use memset() instead of slow c loops | Michael Niedermayer | 2006-08-24 | 1 | -10/+11 |
* | simplify | Michael Niedermayer | 2006-08-23 | 1 | -24/+17 |
* | fix arm asm compilation in mpegaudiodec | Aurelien Jacobs | 2006-08-23 | 1 | -4/+4 |
* | MUL* for ARM code based on a patch by Siarhei Siamashka | Michael Niedermayer | 2006-08-22 | 1 | -0/+11 |
* | replace MULL with asm too, no significnat speedup but its probably better to ... | Michael Niedermayer | 2006-08-22 | 1 | -1/+7 |
* | replacing MULH by asm for x86 | Michael Niedermayer | 2006-08-22 | 1 | -13/+15 |
* | indent preprocessor directives | Michael Niedermayer | 2006-08-22 | 1 | -28/+23 |
* | make high precission synth filter 3 times faster on x86 | Michael Niedermayer | 2006-08-22 | 1 | -1/+6 |
* | replace MULL by MULH + shift in dct32() (code is very slightly faster, and th... | Michael Niedermayer | 2006-08-22 | 1 | -109/+108 |
* | replace a few MULL by MULH | Michael Niedermayer | 2006-08-21 | 1 | -11/+24 |
* | reorder butterflies to reduce memory load/store | Michael Niedermayer | 2006-08-20 | 1 | -56/+65 |
* | table contains vlc with 19 bits and 8*2 < 19 | Michael Niedermayer | 2006-07-07 | 1 | -1/+1 |
* | (f)printf --> av_log conversion | Steve L'Homme | 2006-03-08 | 1 | -23/+23 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | get_vlc -> get_vlc2 transition. | Benjamin Larsson | 2006-01-08 | 1 | -2/+2 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -60/+60 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -125/+125 |
* | QDM2 compatible decoder | Roberto Togni | 2005-10-18 | 1 | -26/+1 |
* | Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg | Roberto Togni | 2005-10-15 | 1 | -2/+2 |
* | removed unused CONFIG_AUDIO_NONSHORT | Alex Beregszaszi | 2005-10-12 | 1 | -2/+2 |
* | adding a few const | Michael Niedermayer | 2005-06-01 | 1 | -1/+1 |
* | check for error | Michael Niedermayer | 2005-05-05 | 1 | -1/+4 |
* | cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc ... | Michael Niedermayer | 2005-03-02 | 1 | -1/+1 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -0/+4 |
* | Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4) | Roberto Togni | 2005-02-15 | 1 | -0/+186 |
* | merge a few shifts into the dequantization, faster and more accurate, lets ho... | Michael Niedermayer | 2005-02-03 | 1 | -17/+18 |
* | optimizing imdct12 | Michael Niedermayer | 2005-02-02 | 1 | -98/+84 |
* | optimize antialias | Michael Niedermayer | 2005-02-02 | 1 | -67/+43 |
* | faster, simpler and more accurate l3_unscale() | Michael Niedermayer | 2005-02-01 | 1 | -55/+15 |
* | optimizing imdct36() | Michael Niedermayer | 2005-02-01 | 1 | -96/+113 |
* | support 32bit output for the mpeg audio decoder | Michael Niedermayer | 2005-01-31 | 1 | -17/+33 |
* | more accurate dequant of near zero coefficients | Michael Niedermayer | 2005-01-31 | 1 | -2/+1 |
* | 10l (missing overflow check) | Michael Niedermayer | 2005-01-31 | 1 | -3/+6 |
* | 10l (didnt test code after cvs up ...) | Michael Niedermayer | 2005-01-30 | 1 | -4/+4 |
* | dithering for the mpeg audio decoder | Michael Niedermayer | 2005-01-30 | 1 | -36/+17 |
* | exported ff_mpa_synth_filter for upcoming qdm2 decoder | Alex Beregszaszi | 2005-01-28 | 1 | -21/+30 |
* | Decode MP3 in ADU format | Roberto Togni | 2005-01-15 | 1 | -0/+74 |
* | dissallow sprintf | Michael Niedermayer | 2005-01-12 | 1 | -1/+1 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -0/+1 |