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
2010-09-26RES_SM in WMV3 is really two flags, so split it in decoderKostya Shishkov
2009-10-10Print error message when true interlaced VC-1 frames are encounteredKostya Shishkov
2009-05-30set pict_type in VC-1 parser, fix some timestamps problemsBaptiste Coudurier
2009-01-30Record B-fraction index from frame header and two fields from entry point str...Gwenole Beauchesne
2009-01-09Add refdist_flag to VC1Context.Carl Eugen Hoyos
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-23In-loop deblocking filter for VC-1 decoderKostya Shishkov
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-03-05define BI frame type along with other frame typesAurelien Jacobs
2008-01-14Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet
2007-11-10intrax8 decoder patch by "someone"Michael Niedermayer
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-13Replace non-existing @fixme doxygen tags with @todo.İsmail Dönmez
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-05-06Make vc1_parser.c compilable without special definesKostya Shishkov
2007-05-06Move variables to vc1data.hKostya Shishkov
2007-05-04100l to myself. Do not include stuff unneeded by parserKostya Shishkov
2007-05-04TypoKostya Shishkov
2007-05-04Move some declarations into headerKostya Shishkov
2007-05-04Move VC1 parser to its own file.Diego Biurrun