| Commit message (Expand) | Author | Age | Files | Lines |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi | 2007-08-09 | 1 | -8/+8 |
* | Reduce Theora decoder verbosity. | Diego Biurrun | 2007-08-03 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | cosmetics: fix inconsistent indentation | Aurelien Jacobs | 2007-05-07 | 1 | -4/+4 |
* | fix display of theora videos with visible size smaller than encoded size | Aurelien Jacobs | 2007-05-07 | 1 | -10/+9 |
* | Only compile in Theora-specific functions if the Theora decoder has been | Diego Biurrun | 2007-04-08 | 1 | -1/+1 |
* | cosmetics: Move one code block to save an #ifdef in the next commit. | Diego Biurrun | 2007-04-08 | 1 | -10/+10 |
* | Remove #if 0 code. | Diego Biurrun | 2007-04-08 | 1 | -22/+0 |
* | Fix compilation when Theora decoder is disabled, but VP3 is enabled. | Diego Biurrun | 2007-04-08 | 1 | -0/+2 |
* | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung | 2007-04-07 | 1 | -1/+0 |
* | use generic xiph header spliting func to split theora headers | Aurelien Jacobs | 2007-03-25 | 1 | -9/+13 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -5/+5 |
* | cosmetics: aswell --> as well typo fix | Diego Biurrun | 2007-02-22 | 1 | -1/+1 |
* | Unconditionally enable Theora decoder. It works fine now and there is no | Diego Biurrun | 2007-01-10 | 1 | -2/+0 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -4/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix decoding of ED-small-sample-file.ogg | Michael Niedermayer | 2006-10-06 | 1 | -1/+1 |
* | Remove unused variables and the corresponding warnings along with them. | Diego Biurrun | 2006-10-03 | 1 | -1/+1 |
* | 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 |