| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347' | Clément Bœsch | 2016-06-29 | 1 | -1/+3 |
|\ |
|
| * | Remove unnecessary get_bits.h #includes | Diego Biurrun | 2016-06-07 | 1 | -1/+3 |
* | | Merge commit '04d14c9b68b03e8dbc6e3003c1ee06892dd32576' | Michael Niedermayer | 2014-10-08 | 1 | -2/+0 |
|\| |
|
| * | vc1: Split the decoder in components | Luca Barbato | 2014-10-08 | 1 | -2/+0 |
| * | vc1: Do not read from array if index is invalid. | Mashiat Sarker Shakkhar | 2012-03-26 | 1 | -1/+1 |
* | | VC1: Do not needlessly use signed types. | Reimar Döffinger | 2012-03-25 | 1 | -9/+9 |
* | | vc1: add missing entries to ff_vc1_fps_nr. | Michael Niedermayer | 2012-03-10 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-08 | 1 | -0/+5 |
|\| |
|
| * | vc1: Move init code shared between decoder and parser to common code file. | Diego Biurrun | 2012-03-07 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -3/+3 |
|\| |
|
| * | vc1: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-11 | 1 | -0/+55 |
|\| |
|
| * | vc1dec: interlaced stream decoding support 2/3 | Mashiat Sarker Shakkhar | 2011-10-10 | 1 | -0/+55 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -9/+0 |
|\| |
|
| * | vc1: remove disabled code | Diego Biurrun | 2011-07-17 | 1 | -9/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | remove duplicate tables | Stefan Gehrer | 2008-06-25 | 1 | -6/+0 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+4 |
* | Add ff_ prefix to (externally) visible variables | Kostya Shishkov | 2007-05-09 | 1 | -57/+57 |
* | Add prefix to some variables for consistency | Kostya Shishkov | 2007-05-06 | 1 | -6/+6 |
* | Move VC-1 data to .c file | Kostya Shishkov | 2007-05-06 | 1 | -616/+57 |
* | Move variables to vc1data.h | Kostya Shishkov | 2007-05-06 | 1 | -0/+66 |
* | table fix | Kostya Shishkov | 2007-02-05 | 1 | -1/+1 |
* | make more tables static | Måns Rullgård | 2006-11-12 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+20 |
* | Proper support for B/BI frames | Kostya Shishkov | 2006-09-09 | 1 | -0/+17 |
* | Some B-frames support (parsing and decoding only, no motion compesation is done) | Kostya Shishkov | 2006-07-24 | 1 | -0/+3 |
* | VC-1 decoder with I-frames support and partial P-frames decoding | Kostya Shishkov | 2006-06-27 | 1 | -2/+206 |
* | Rename VC9 to VC1 as there is no such thing as VC9 | Kostya Shishkov | 2006-06-27 | 1 | -0/+406 |