| Commit message (Expand) | Author | Age | Files | Lines |
* | install opt.h | Nico Sabbi | 2006-08-29 | 1 | -1/+1 |
* | slightly faster deblock | Loren Merritt | 2006-08-29 | 1 | -14/+22 |
* | use the A32_BITSTREAM_READER by default on ARM (faster) | Aurelien Jacobs | 2006-08-28 | 1 | -0/+4 |
* | force usage of ALT_BITSTREAM_READER where needed | Aurelien Jacobs | 2006-08-28 | 3 | -5/+6 |
* | move some functions to bitstream.h to avoid conflicts | Aurelien Jacobs | 2006-08-28 | 2 | -40/+35 |
* | fix buffer handling | Michael Niedermayer | 2006-08-28 | 1 | -14/+23 |
* | Minimal support for the new pixel formats in libavcodec | Luca Abeni | 2006-08-28 | 1 | -0/+139 |
* | mmx implementation of deblocking strength decision. | Loren Merritt | 2006-08-28 | 5 | -10/+216 |
* | 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 |
* | tweak cabac. 0.5% faster h264. | Loren Merritt | 2006-08-27 | 1 | -10/+12 |
* | 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 |
* | dont copy frame if the whole mp1/2/3 frame is available in one piece in the i... | Michael Niedermayer | 2006-08-26 | 1 | -6/+15 |
* | Fix A32_BITSTREAM_READER compilation on x86 | Aurelien Jacobs | 2006-08-26 | 1 | -1/+1 |
* | 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 |
* | 2nd try of skip_bits_long() for the ALT reader | Michael Niedermayer | 2006-08-26 | 1 | -20/+14 |
* | make A32 reader align its ptr during init no matter what missaligned mess is ... | Michael Niedermayer | 2006-08-26 | 1 | -8/+4 |
* | 3rd try :) | Michael Niedermayer | 2006-08-26 | 1 | -1/+1 |
* | 2nd try for a skip_bits_long() for the A32 reader | Michael Niedermayer | 2006-08-26 | 1 | -7/+2 |
* | move align_get_bits() to .h to avoid conflicts between different bitstream re... | Michael Niedermayer | 2006-08-26 | 2 | -7/+27 |
* | prevent bitstream reader to be overriden | Michael Niedermayer | 2006-08-26 | 1 | -1/+2 |
* | 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 |
* | cook shouldn't try to enforce the bitstream reader type | Aurelien Jacobs | 2006-08-24 | 1 | -1/+0 |
* | add codec id and tag for JPEG 2000 | Baptiste Coudurier | 2006-08-24 | 1 | -0/+1 |
* | 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 |
* | fix non ALT bitstream reader | Michael Niedermayer | 2006-08-24 | 1 | -1/+1 |
* | 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 |
* | Alignment of the LT window, segfault fix patch by Baptiste Coudurier. | Baptiste Coudurier | 2006-08-22 | 1 | -1/+1 |
* | 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 |