summaryrefslogtreecommitdiff
path: root/libavcodec/vp3data.h
Commit message (Expand)AuthorAge
* avcodec/vp3data: Deduplicate coeff_tablesAndreas Rheinhardt2021-01-08
* avcodec/vp3: Use symbols table for VP3 motion vectorsAndreas Rheinhardt2020-12-08
* avcodec/vp3: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/vp3: Apply VLC offset during initAndreas Rheinhardt2020-12-08
* avcodec/vp3: Unify initializing and freeing VLC tablesAndreas Rheinhardt2020-10-21
* vp3data: Make some arrays unsigned to prevent overflowAndreas Rheinhardt2019-07-24
* avcodec/vp3data: combine eob_run_base and eob_run_get_bits tablesPeter Ross2019-06-08
* avcodec/vp3data: use more compact data typePeter Ross2019-01-08
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avcodec/vp3data: use more compact data typesMichael Niedermayer2014-08-30
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-02
|\|
| * VP3: K&R formatting cosmeticsVittorio Giovara2014-04-01
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* filter_limit_values only needs 7 bits, make its tables smallerDavid Conrad2008-10-01
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* mark read-only data as constStefan Gehrer2008-06-24
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* mode_code_vlc_table size mismatchAlex Beregszaszi2005-11-13
* another bitstream extraction to optimize: fixed-length motion vectorsMike Melanson2005-05-21
* replace unpack_token() with a series of lookup tablesMike Melanson2005-05-19
* replace get_superblock_run_length() with a VLC tableMike Melanson2005-05-18
* use VLCs for in place of get_fragment_run_length(), get_mode_code(), andMike Melanson2005-05-17
* remove duplicate zigzag tablesMichael Niedermayer2005-05-17
* VP3 post-processing loop filter; disabled until the correct final stepMike Melanson2005-03-01
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* cut over to using new VP3 DSP functions and remove the old ones; bringMike Melanson2004-03-08
* get those permutations straightMike Melanson2003-05-11
* first pass at a new VP3 video decoderMike Melanson2003-05-05