summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.h
Commit message (Collapse)AuthorAge
* Make vc1_parser.c compilable without special definesKostya Shishkov2007-05-06
| | | | Originally committed as revision 8914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move variables to vc1data.hKostya Shishkov2007-05-06
| | | | Originally committed as revision 8913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l to myself. Do not include stuff unneeded by parserKostya Shishkov2007-05-04
| | | | Originally committed as revision 8886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoKostya Shishkov2007-05-04
| | | | Originally committed as revision 8885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some declarations into headerKostya Shishkov2007-05-04
| | | | | | | Based on patch by Denis Fortin (cons (car '(fortin NOSPAM)) '(nerim net)) Originally committed as revision 8884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VC1 parser to its own file.Diego Biurrun2007-05-04
Originally committed as revision 8882 to svn://svn.ffmpeg.org/ffmpeg/trunk