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/msmpeg4data: Move data shared between msmpeg4 and VC-1 outAndreas Rheinhardt
2022-11-06avcodec/msmpeg4dec: Factor initializing VLCs shared with VC-1 outAndreas Rheinhardt
2022-11-06avcodec/vc1_block: Don't duplicate #definesAndreas Rheinhardt
2022-10-18avcodec/msmpeg4data: Mark tables as hiddenAndreas Rheinhardt
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2021-04-27avcodec/msmpeg4: Factor out common RLTable initialization codeAndreas Rheinhardt
2021-01-29avcodec/msmpeg4: Inline number of motion vectorsAndreas Rheinhardt
2016-06-29Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch
2016-06-07Remove unnecessary get_bits.h #includesDiego Biurrun
2016-02-24Merge commit 'f9fbd474676e903e12efe83203697d60a9d28cf9'Derek Buitenhuis
2016-02-19msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-01-08Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-10-02spelling cosmeticsDiego Biurrun
2008-10-02Add (additional) const to many global tables.Reimar Döffinger
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
2008-01-07Move wmv1_scantable to .rodata section by making it an array of arrays.Diego Pettenò
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-08-13Move msmpeg4 tables from a header file to msmpegdata.c.Diego Biurrun
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-05-10split msmpeg4 data to easily share some of it with vc1.cAurelien Jacobs
2007-05-02add some commentsDenis Fortin
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-12-17wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from (Steve...Michael Niedermayer
2005-06-02adding a few constMichael Niedermayer
2005-01-30In that patch:anonymous
2005-01-26use dc tables from msmpeg4 instead of duplicating them patch by anonymousanonymous
2003-03-06per file doxyMichael Niedermayer
2003-01-19finetuneing thresholds/factorsMichael Niedermayer
2002-12-28qpel encodingMichael Niedermayer
2002-09-30idct permutation cleanup, idct can be selected per context nowMichael Niedermayer
2002-07-07wmv1 slice_height != mb_height supportMichael Niedermayer
2002-06-18wmv1 supportMichael Niedermayer
2002-06-02msmpeg4v1 decodingMichael Niedermayer
2002-04-05msmpeg4v2 decoding (no encoding yet)Michael Niedermayer
2001-07-22Initial revisionFabrice Bellard