| Commit message (Expand) | Author | Age | Files | Lines |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -1/+1 |
* | cleanup | Michael Niedermayer | 2006-08-17 | 1 | -6/+2 |
* | Do not crash when the first frame is not a keyframe (and thus none of the | Reimar Döffinger | 2006-07-23 | 1 | -0/+5 |
* | simplify | Michael Niedermayer | 2006-07-19 | 1 | -43/+2 |
* | more simplifications | Michael Niedermayer | 2006-07-19 | 1 | -39/+29 |
* | simplification | Michael Niedermayer | 2006-07-19 | 1 | -114/+21 |
* | iabs -> ABS | Michael Niedermayer | 2006-07-19 | 1 | -4/+3 |
* | simplify | Michael Niedermayer | 2006-07-19 | 1 | -99/+36 |
* | fix loop filter | Michael Niedermayer | 2006-07-19 | 1 | -7/+8 |
* | parse all QIS values (we still ignore them though ...) | Michael Niedermayer | 2006-07-17 | 1 | -3/+9 |
* | 100l for me | Michael Niedermayer | 2006-07-17 | 1 | -1/+1 |
* | fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma... | Matthieu Castet | 2006-07-17 | 1 | -0/+4 |
* | attempt to implement xiphs useless and stupid quantization matrix mess | Michael Niedermayer | 2006-07-17 | 1 | -126/+81 |
* | replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for t... | Michael Niedermayer | 2006-07-17 | 1 | -36/+35 |
* | use RSHIFT | Michael Niedermayer | 2006-07-16 | 1 | -11/+4 |
* | useless memcpy | Michael Niedermayer | 2006-07-16 | 1 | -2/+2 |
* | some fixmes if someone ever wants to implement theora support correctly ... | Michael Niedermayer | 2006-07-16 | 1 | -0/+2 |
* | check how many bits are left after decoding extradata | Michael Niedermayer | 2006-07-16 | 1 | -52/+54 |
* | cleanup | Michael Niedermayer | 2006-07-16 | 1 | -19/+2 |
* | kill some warnings | Måns Rullgård | 2006-02-25 | 1 | -41/+0 |
* | 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 |