| Commit message (Expand) | Author | Age | Files | Lines |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -4/+4 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -123/+123 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -139/+139 |
* | 10l, left debugging on | Alex Beregszaszi | 2005-11-13 | 1 | -1/+1 |
* | Correctly skip unknown matrices (patch by Matthieu Castet) and disable commen... | Matthieu Castet | 2005-11-13 | 1 | -12/+21 |
* | Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for The... | Alex Beregszaszi | 2005-11-13 | 1 | -23/+85 |
* | fixed long standing off-by-one bug (fixes playback on ppc) | Alex Beregszaszi | 2005-11-13 | 1 | -1/+1 |
* | use av_log in debug mode | Alex Beregszaszi | 2005-09-07 | 1 | -10/+10 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -1/+0 |
* | removed a bunch of unused, sub-optimal code | Mike Melanson | 2005-08-13 | 1 | -687/+0 |
* | read loop filter limit values from Theora header, courtesy of Matthieu | Mike Melanson | 2005-05-24 | 1 | -6/+2 |
* | fix bugs in new loop filter code; also, refrain from filtering against | Mike Melanson | 2005-05-21 | 1 | -31/+25 |
* | disable broken loop filter optimization | Michael Niedermayer | 2005-05-21 | 1 | -2/+3 |
* | apply the loop filter to fragments as they are rendered into the final | Mike Melanson | 2005-05-21 | 1 | -22/+95 |
* | render by the slice rather than the plane | Mike Melanson | 2005-05-21 | 1 | -5/+255 |
* | clean up some warnings and dead code | Mike Melanson | 2005-05-21 | 1 | -7/+6 |
* | another bitstream extraction to optimize: fixed-length motion vectors | Mike Melanson | 2005-05-21 | 1 | -0/+11 |
* | read Huffman tables from Theora header (patch courtesy of | Mike Melanson | 2005-05-19 | 1 | -29/+130 |
* | use O(number of non zero coeffs) instead of O(number of coeffs) storage for t... | Michael Niedermayer | 2005-05-19 | 1 | -44/+73 |
* | replace unpack_token() with a series of lookup tables | Mike Melanson | 2005-05-19 | 1 | -2/+22 |
* | fix 4MV MC and reinstate new MC VLC | Mike Melanson | 2005-05-18 | 1 | -4/+4 |
* | reduce size of Vp3Fragment from 32byte to 16byte | Michael Niedermayer | 2005-05-18 | 1 | -6/+6 |
* | optimizing rle decoding loops a little | Michael Niedermayer | 2005-05-18 | 1 | -16/+10 |
* | disabling buggy optimizations | Michael Niedermayer | 2005-05-18 | 1 | -2/+2 |
* | replace get_superblock_run_length() with a VLC table | Mike Melanson | 2005-05-18 | 1 | -0/+18 |
* | use VLCs for in place of get_fragment_run_length(), get_mode_code(), and | Mike Melanson | 2005-05-17 | 1 | -11/+45 |
* | some optimizations gcc should have done (10% faster loop filter) | Michael Niedermayer | 2005-05-17 | 1 | -13/+10 |
* | SATURATE_U8 -> clip_uint8 (10% faster loop filter) | Michael Niedermayer | 2005-05-17 | 1 | -6/+4 |
* | remove duplicate zigzag tables | Michael Niedermayer | 2005-05-17 | 1 | -5/+0 |
* | fix idct permutation | Michael Niedermayer | 2005-05-17 | 1 | -6/+12 |
* | porting vp3 idct over to lavc idct api | Michael Niedermayer | 2005-05-17 | 1 | -11/+23 |
* | remove permutation done to quant tables and then undone during idct | Michael Niedermayer | 2005-05-17 | 1 | -2/+2 |
* | fix last coeff | Michael Niedermayer | 2005-05-17 | 1 | -1/+3 |
* | clear blocks after each idct instead of per picture | Michael Niedermayer | 2005-05-17 | 1 | -2/+9 |
* | some benchmarking code | Michael Niedermayer | 2005-05-16 | 1 | -7/+32 |
* | various 10l fixes for the loop filter | Michael Niedermayer | 2005-05-16 | 1 | -8/+10 |
* | fix dequant matrix | Michael Niedermayer | 2005-05-16 | 1 | -3/+6 |
* | fix theora header parsing | Matthieu Castet | 2005-05-13 | 1 | -11/+32 |
* | theora decoding using libtheora | Måns Rullgård | 2005-05-11 | 1 | -0/+2 |
* | 04-vp3 fix(by matthieu castet).patch | Michael Niedermayer | 2005-03-03 | 1 | -1/+9 |
* | VP3 post-processing loop filter; disabled until the correct final step | Mike Melanson | 2005-03-01 | 1 | -0/+137 |
* | 10l (negative strides) | Michael Niedermayer | 2005-01-26 | 1 | -1/+1 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -0/+8 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -5/+5 |
* | get_bits(32) fix | Michael Niedermayer | 2004-08-16 | 1 | -3/+3 |
* | warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) | Michael Niedermayer | 2004-05-25 | 1 | -1/+1 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |
* | separate out put_signed_pixels_clamped() into its own function and | Mike Melanson | 2004-04-27 | 1 | -20/+3 |
* | reorganize and simplify the VP3 IDCT stuff | Mike Melanson | 2004-04-26 | 1 | -8/+26 |