aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/vc1data.c
AgeCommit message (Expand)Author
2012-03-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-26vc1: Do not read from array if index is invalid.Mashiat Sarker Shakkhar
2012-03-25VC1: Do not needlessly use signed types.Reimar Döffinger
2012-03-10vc1: add missing entries to ff_vc1_fps_nr.Michael Niedermayer
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07vc1: Move init code shared between decoder and parser to common code file.Diego Biurrun
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-15vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12vc1: prettyprint some tablesKostya Shishkov
2011-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-10vc1dec: interlaced stream decoding support 2/3Mashiat Sarker Shakkhar
2011-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-16Remove unused structs and tables.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-06-25remove duplicate tablesStefan Gehrer
2008-04-30Comment out unused ff_vc1_norm6_spec table.Diego Biurrun
2007-05-09Add ff_ prefix to (externally) visible variablesKostya Shishkov
2007-05-06Add prefix to some variables for consistencyKostya Shishkov
2007-05-06Move VC-1 data to .c fileKostya Shishkov