| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | filter_limit_values only needs 7 bits, make its tables smaller | David Conrad | 2008-10-01 | 1 | -1/+1 |
| * | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
| * | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 1 | -1/+1 |
| * | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
| * | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+3 |
| * | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
| * | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+18 |
| * | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -142/+142 |
| * | mode_code_vlc_table size mismatch | Alex Beregszaszi | 2005-11-13 | 1 | -1/+1 |
| * | another bitstream extraction to optimize: fixed-length motion vectors | Mike Melanson | 2005-05-21 | 1 | -0/+11 |
| * | replace unpack_token() with a series of lookup tables | Mike Melanson | 2005-05-19 | 1 | -0/+246 |
| * | replace get_superblock_run_length() with a VLC table | Mike Melanson | 2005-05-18 | 1 | -0/+21 |
| * | use VLCs for in place of get_fragment_run_length(), get_mode_code(), and | Mike Melanson | 2005-05-17 | 1 | -0/+70 |
| * | remove duplicate zigzag tables | Michael Niedermayer | 2005-05-17 | 1 | -15/+0 |
| * | VP3 post-processing loop filter; disabled until the correct final step | Mike Melanson | 2005-03-01 | 1 | -0/+11 |
| * | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -6/+6 |
| * | cut over to using new VP3 DSP functions and remove the old ones; bring | Mike Melanson | 2004-03-08 | 1 | -3/+5 |
| * | get those permutations straight | Mike Melanson | 2003-05-11 | 1 | -3/+3 |
| * | first pass at a new VP3 video decoder | Mike Melanson | 2003-05-05 | 1 | -0/+2812 |