]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1.h
MSS2 decoder
[ffmpeg] / libavcodec / vc1.h
2012-08-31 Alberto DelmásMSS2 decoder
2012-08-28 Kostya Shishkovvc1: export some functions
2012-03-07 Diego Biurrunvc1: Move init code shared between decoder and parser...
2012-02-18 Ronald S. Bultjevc1parse: call vc1_init_common().
2012-02-15 Martin Storsjövc1: Add ff_ prefix to nonstatic symbols
2011-11-27 Luca Barbatovc1: use an enum for Frame Coding Mode
2011-10-12 Kostya Shishkovvc1: K&R formatting cosmetics
2011-10-10 Mashiat Sarker Sha... vc1dec: interlaced stream decoding support 1/3
2011-08-23 Alberto DelmásWindows Media Image decoder (WMVP/WVP2)
2011-05-04 Ronald S. Bultjevc1: make overlap filter for I-frames bit-exact.
2011-04-16 Ronald S. Bultjewmv3dec: fix playback of complex WMV3 files using simpl...
2011-04-10 Alberto DelmásParse sprite data for WMVP and WVP2, and decode sprites...
2011-03-22 Ronald S. Bultjevc1: make P-frame deblock filter bit-exact.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-17 Ronald S. BultjeVC1: transpose IDCT 8x8 coeffs while reading.
2010-09-26 Kostya ShishkovRES_SM in WMV3 is really two flags, so split it in...
2009-10-10 Kostya ShishkovPrint error message when true interlaced VC-1 frames...
2009-05-30 Baptiste Coudurierset pict_type in VC-1 parser, fix some timestamps problems
2009-01-30 Gwenole BeauchesneRecord B-fraction index from frame header and two field...
2009-01-09 Carl Eugen HoyosAdd refdist_flag to VC1Context.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-23 Kostya ShishkovIn-loop deblocking filter for VC-1 decoder
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-03-05 Aurelien Jacobsdefine BI frame type along with other frame types
2008-01-14 Christophe GisquetSelect scan tables for 8x4 and 4x8 blocks only once.
2007-11-09 Michael Niedermayerintrax8 decoder patch by "someone"
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-13 İsmail DönmezReplace non-existing @fixme doxygen tags with @todo.
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-05-06 Kostya ShishkovMake vc1_parser.c compilable without special defines
2007-05-06 Kostya ShishkovMove variables to vc1data.h
2007-05-04 Kostya Shishkov100l to myself. Do not include stuff unneeded by parser
2007-05-04 Kostya ShishkovTypo
2007-05-04 Kostya ShishkovMove some declarations into header
2007-05-04 Diego BiurrunMove VC1 parser to its own file.