summaryrefslogtreecommitdiff
path: root/libavcodec/vp3data.h
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* VP3: K&R formatting cosmeticsVittorio Giovara2014-04-01
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* filter_limit_values only needs 7 bits, make its tables smallerDavid Conrad2008-10-01
| | | | Originally committed as revision 15499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mark read-only data as constStefan Gehrer2008-06-24
| | | | Originally committed as revision 13947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include all prerequisites in header filesMåns Rullgård2007-06-16
| | | | Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mode_code_vlc_table size mismatchAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another bitstream extraction to optimize: fixed-length motion vectorsMike Melanson2005-05-21
| | | | Originally committed as revision 4286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace unpack_token() with a series of lookup tablesMike Melanson2005-05-19
| | | | Originally committed as revision 4277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace get_superblock_run_length() with a VLC tableMike Melanson2005-05-18
| | | | Originally committed as revision 4267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use VLCs for in place of get_fragment_run_length(), get_mode_code(), andMike Melanson2005-05-17
| | | | | | get_motion_vector_vlc() Originally committed as revision 4266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate zigzag tablesMichael Niedermayer2005-05-17
| | | | Originally committed as revision 4259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3 post-processing loop filter; disabled until the correct final stepMike Melanson2005-03-01
| | | | | | is determined Originally committed as revision 3996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some of the warning fixes by (Michael Roitzsch <mroi at users dot ↵Michael Niedermayer2004-05-18
| | | | | | sourceforge dot net>) Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cut over to using new VP3 DSP functions and remove the old ones; bringMike Melanson2004-03-08
| | | | | | | certain source code identifiers in line with official VP3 spec (well, *my* VP3 spec, anyway) Originally committed as revision 2856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get those permutations straightMike Melanson2003-05-11
| | | | Originally committed as revision 1850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at a new VP3 video decoderMike Melanson2003-05-05
Originally committed as revision 1831 to svn://svn.ffmpeg.org/ffmpeg/trunk