| Commit message (Expand) | Author | Age | Files | Lines |
* | fix playback of mp3_bits_left.avi | Michael Niedermayer | 2006-12-11 | 1 | -1/+1 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 1 | -1/+1 |
* | detect a few more errors (fixes libmp3-bug.avi again) | Michael Niedermayer | 2006-11-15 | 1 | -3/+10 |
* | making decoding more error robust | Michael Niedermayer | 2006-11-14 | 1 | -11/+19 |
* | reset internal buffer during seeking | Michael Niedermayer | 2006-11-14 | 1 | -1/+8 |
* | more checks and error messages | Michael Niedermayer | 2006-11-14 | 1 | -1/+8 |
* | dont set the sampling rate just because 1 mp3 packet header says so (fixes pl... | Michael Niedermayer | 2006-10-30 | 1 | -5/+6 |
* | avoid random noise on damaged frames | Michael Niedermayer | 2006-10-30 | 1 | -1/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | message typo fixes | Diego Biurrun | 2006-10-05 | 1 | -2/+2 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -6/+12 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -1/+1 |
* | Use mathops | Luca Barbato | 2006-09-22 | 1 | -55/+6 |
* | use correct rounding functions | Michael Niedermayer | 2006-09-19 | 1 | -2/+2 |
* | remove unused, uninitialized free format frame size | Baptiste Coudurier | 2006-09-15 | 1 | -22/+1 |
* | Proper armv5te instructions support detection. | Siarhei Siamashka | 2006-09-13 | 1 | -6/+1 |
* | armv5 optimizations | Siarhei Siamashka | 2006-09-10 | 1 | -0/+16 |
* | print more correct error messges | Michael Niedermayer | 2006-09-08 | 1 | -1/+3 |
* | remove redundant declarations | Måns Rullgård | 2006-09-02 | 1 | -1/+0 |
* | fix buffer handling | Michael Niedermayer | 2006-08-28 | 1 | -14/+23 |
* | overread AV_LOG_ERROR -> AV_LOG_DEBUG | Michael Niedermayer | 2006-08-27 | 1 | -1/+1 |
* | fix low bitrate mp3 | Michael Niedermayer | 2006-08-27 | 1 | -6/+17 |
* | check the validity of the amount of the remaining bytes in the bitsteam befor... | Michael Niedermayer | 2006-08-27 | 1 | -1/+4 |
* | unused var | Michael Niedermayer | 2006-08-26 | 1 | -3/+0 |
* | make mpa_decode_header() 10 times faster | Michael Niedermayer | 2006-08-26 | 1 | -1/+0 |
* | another silly typo which surprisingly neither valgrind nor cmp of the file ou... | Michael Niedermayer | 2006-08-26 | 1 | -1/+1 |
* | 10l found by valgrind | Michael Niedermayer | 2006-08-26 | 1 | -0/+1 |
* | remove duplicated parser, people who pass random gibblets of the bitstream in... | Michael Niedermayer | 2006-08-26 | 1 | -223/+123 |
* | avoid branch | Michael Niedermayer | 2006-08-25 | 1 | -28/+24 |
* | move variable declarations so that their scope is smaller | Michael Niedermayer | 2006-08-25 | 1 | -2/+5 |
* | move the +400 out of the innermost loop | Michael Niedermayer | 2006-08-25 | 1 | -11/+12 |
* | avoid reading exponent twice | Michael Niedermayer | 2006-08-25 | 1 | -7/+11 |
* | 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 |