summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-03-25VC1: Do not needlessly use signed types.Reimar Döffinger3-17/+17
2012-03-10vc1: add missing entries to ff_vc1_fps_nr.Michael Niedermayer2-2/+2
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer41-768/+805
2012-03-07vc1: Move init code shared between decoder and parser to common code file.Diego Biurrun6-369/+375
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö8-48/+48
2011-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-793/+3217
2011-10-10vc1dec: interlaced stream decoding support 2/3Mashiat Sarker Shakkhar2-0/+517
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-17vc1: remove disabled codeDiego Biurrun1-9/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-06-25remove duplicate tablesStefan Gehrer10-102/+19
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-06-16include all prerequisites in header filesMåns Rullgård72-0/+180
2007-05-09Add ff_ prefix to (externally) visible variablesKostya Shishkov3-208/+208
2007-05-06Add prefix to some variables for consistencyKostya Shishkov3-28/+28
2007-05-06Move VC-1 data to .c fileKostya Shishkov3-618/+771
2007-05-06Move variables to vc1data.hKostya Shishkov3-66/+67
2007-02-05table fixKostya Shishkov1-1/+1
2006-11-12make more tables staticMåns Rullgård4-13/+13
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun67-6/+1219
2006-09-09Proper support for B/BI framesKostya Shishkov2-52/+274
2006-07-24Some B-frames support (parsing and decoding only, no motion compesation is done)Kostya Shishkov2-8/+296
2006-06-27VC-1 decoder with I-frames support and partial P-frames decodingKostya Shishkov3-1535/+2307
2006-06-27Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov6-211/+211