Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-26avcodec/vp3data: rectify commentPeter Ross
2022-10-26avcodec/jpegtables: remove duplicate luma and chroma quantization tablesPeter Ross
2021-01-08avcodec/vp3data: Deduplicate coeff_tablesAndreas Rheinhardt
2020-12-08avcodec/vp3: Use symbols table for VP3 motion vectorsAndreas Rheinhardt
2020-12-08avcodec/vp3: Make tables used to initialize VLCs smallerAndreas Rheinhardt
2020-12-08avcodec/vp3: Apply VLC offset during initAndreas Rheinhardt
2020-10-21avcodec/vp3: Unify initializing and freeing VLC tablesAndreas Rheinhardt
2019-07-24vp3data: Make some arrays unsigned to prevent overflowAndreas Rheinhardt
2019-06-08avcodec/vp3data: combine eob_run_base and eob_run_get_bits tablesPeter Ross
2019-01-08avcodec/vp3data: use more compact data typePeter Ross
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2014-08-30avcodec/vp3data: use more compact data typesMichael Niedermayer
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-04-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-02VP3: K&R formatting cosmeticsVittorio Giovara
2008-10-01filter_limit_values only needs 7 bits, make its tables smallerDavid Conrad
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-06-25mark read-only data as constStefan Gehrer
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-06-17include all prerequisites in header filesMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-11-13mode_code_vlc_table size mismatchAlex Beregszaszi
2005-05-21another bitstream extraction to optimize: fixed-length motion vectorsMike Melanson
2005-05-19replace unpack_token() with a series of lookup tablesMike Melanson
2005-05-18replace get_superblock_run_length() with a VLC tableMike Melanson
2005-05-18use VLCs for in place of get_fragment_run_length(), get_mode_code(), andMike Melanson
2005-05-17remove duplicate zigzag tablesMichael Niedermayer
2005-03-01VP3 post-processing loop filter; disabled until the correct final stepMike Melanson
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer
2004-03-08cut over to using new VP3 DSP functions and remove the old ones; bringMike Melanson
2003-05-11get those permutations straightMike Melanson
2003-05-05first pass at a new VP3 video decoderMike Melanson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard