summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1data.c
Commit message (Collapse)AuthorAgeFilesLines
* vc1: Do not read from array if index is invalid.Mashiat Sarker Shakkhar2012-03-261-1/+1
| | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* vc1: Move init code shared between decoder and parser to common code file.Diego Biurrun2012-03-071-0/+4
| | | | This fixes standalone compilation of the VC-1 parser.
* vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-3/+3
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* vc1: prettyprint some tablesKostya Shishkov2011-10-121-529/+676
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* vc1dec: interlaced stream decoding support 2/3Mashiat Sarker Shakkhar2011-10-101-0/+462
| | | | | | Cosmetics: reformat some data tables in vc1data.c Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Remove unused structs and tables.Diego Biurrun2011-07-161-124/+1
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate tablesStefan Gehrer2008-06-251-69/+0
| | | | Originally committed as revision 13959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comment out unused ff_vc1_norm6_spec table.Diego Biurrun2008-04-301-0/+2
| | | | Originally committed as revision 13024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefix to (externally) visible variablesKostya Shishkov2007-05-091-58/+58
| | | | Originally committed as revision 8951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add prefix to some variables for consistencyKostya Shishkov2007-05-061-7/+7
| | | | Originally committed as revision 8916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VC-1 data to .c fileKostya Shishkov2007-05-061-0/+712
Originally committed as revision 8915 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud