]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1.h
Remove unreachable else clause, found by dark shikari.
[ffmpeg] / libavcodec / vc1.h
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.