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-11-06avcodec/vc1data: Mark tables as hiddenAndreas Rheinhardt
2022-11-06avcodec/vc1data: Move VLC codes/lengths tables to a headerAndreas Rheinhardt
2022-11-06avcodec/vc1data: Remove declarations of inexistent arraysAndreas Rheinhardt
2022-11-06avcodec/vc1data: Remove duplicate definesAndreas Rheinhardt
2022-11-06avcodec/vc1: Don't use VLC to read bfractionAndreas Rheinhardt
2016-06-29Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch
2016-06-07Remove unnecessary get_bits.h #includesDiego Biurrun
2014-10-09Merge commit '04d14c9b68b03e8dbc6e3003c1ee06892dd32576'Michael Niedermayer
2014-10-08vc1: Split the decoder in componentsLuca Barbato
2012-03-25VC1: Do not needlessly use signed types.Reimar Döffinger
2012-03-11vc1: add missing entries to ff_vc1_fps_nr.Michael Niedermayer
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07vc1: Move init code shared between decoder and parser to common code file.Diego Biurrun
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-10vc1dec: interlaced stream decoding support 2/3Mashiat Sarker Shakkhar
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17vc1: remove disabled codeDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-06-25remove duplicate tablesStefan Gehrer
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-05-09Add ff_ prefix to (externally) visible variablesKostya Shishkov
2007-05-06Add prefix to some variables for consistencyKostya Shishkov
2007-05-06Move VC-1 data to .c fileKostya Shishkov
2007-05-06Move variables to vc1data.hKostya Shishkov
2007-02-05table fixKostya Shishkov
2006-11-13make more tables staticMå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
2006-09-09Proper support for B/BI framesKostya Shishkov
2006-07-24Some B-frames support (parsing and decoding only, no motion compesation is done)Kostya Shishkov
2006-06-27VC-1 decoder with I-frames support and partial P-frames decodingKostya Shishkov
2006-06-27Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov
2012-03-27vc1: Do not read from array if index is invalid.Mashiat Sarker Shakkhar