| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -16/+16 |
* | vc1: Split the decoder in components | Luca Barbato | 2014-10-08 | 1 | -0/+12 |
* | vc1: Split bits used in libavformat into a separate header | Diego Biurrun | 2014-09-04 | 1 | -62/+1 |
* | vc1: move MpegEncContext.resync_marker into VC1Context. | Anton Khirnov | 2013-11-29 | 1 | -0/+1 |
* | vc1: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | vc1dec: Remove interlaced warning | Michael Niedermayer | 2013-05-28 | 1 | -2/+0 |
* | vc1dec: Redesign the intensity compensation | Michael Niedermayer | 2013-05-28 | 1 | -3/+5 |
* | vc1dec: Shuffle field MVs after decoding, not before | Michael Niedermayer | 2013-05-28 | 1 | -1/+0 |
* | vc1dec: Do not allow field_mode to change after the first header | Michael Niedermayer | 2013-05-15 | 1 | -0/+1 |
* | Remove pointless av_cold attributes in header files | Diego Biurrun | 2013-02-23 | 1 | -3/+3 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -0/+2 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -1/+1 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -0/+2 |
* | vc1: export some functions | Kostya Shishkov | 2012-08-28 | 1 | -0/+5 |
* | vc1: Move init code shared between decoder and parser to common code file. | Diego Biurrun | 2012-03-07 | 1 | -0/+2 |
* | vc1parse: call vc1_init_common(). | Ronald S. Bultje | 2012-02-18 | 1 | -0/+1 |
* | vc1: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -4/+4 |
* | vc1: use an enum for Frame Coding Mode | Luca Barbato | 2011-11-28 | 1 | -1/+11 |
* | vc1: K&R formatting cosmetics | Kostya Shishkov | 2011-10-12 | 1 | -56/+58 |
* | vc1dec: interlaced stream decoding support 1/3 | Mashiat Sarker Shakkhar | 2011-10-10 | 1 | -4/+57 |
* | Windows Media Image decoder (WMVP/WVP2) | Alberto Delmás | 2011-08-23 | 1 | -0/+3 |
* | vc1: make overlap filter for I-frames bit-exact. | Ronald S. Bultje | 2011-05-04 | 1 | -0/+2 |
* | wmv3dec: fix playback of complex WMV3 files using simple_idct. | Ronald S. Bultje | 2011-04-16 | 1 | -0/+1 |
* | Parse sprite data for WMVP and WVP2, and decode sprites for the latter | Alberto Delmás | 2011-04-10 | 1 | -0/+6 |
* | vc1: make P-frame deblock filter bit-exact. | Ronald S. Bultje | 2011-03-21 | 1 | -1/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje | 2011-02-17 | 1 | -0/+2 |
* | VC1: transpose IDCT 8x8 coeffs while reading. | Ronald S. Bultje | 2011-02-17 | 1 | -0/+1 |
* | RES_SM in WMV3 is really two flags, so split it in decoder | Kostya Shishkov | 2010-09-26 | 1 | -1/+2 |
* | Print error message when true interlaced VC-1 frames are encountered | Kostya Shishkov | 2009-10-10 | 1 | -0/+2 |
* | set pict_type in VC-1 parser, fix some timestamps problems | Baptiste Coudurier | 2009-05-30 | 1 | -0/+51 |
* | Record B-fraction index from frame header and two fields from entry point str... | Gwenole Beauchesne | 2009-01-30 | 1 | -0/+3 |
* | Add refdist_flag to VC1Context. | Carl Eugen Hoyos | 2009-01-09 | 1 | -0/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | In-loop deblocking filter for VC-1 decoder | Kostya Shishkov | 2008-07-23 | 1 | -0/+2 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -3/+0 |
* | define BI frame type along with other frame types | Aurelien Jacobs | 2008-03-05 | 1 | -1/+1 |
* | Select scan tables for 8x4 and 4x8 blocks only once. | Christophe Gisquet | 2008-01-14 | 1 | -0/+2 |
* | intrax8 decoder patch by "someone" | Michael Niedermayer | 2007-11-09 | 1 | -0/+3 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Replace non-existing @fixme doxygen tags with @todo. | İsmail Dönmez | 2007-07-13 | 1 | -1/+1 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 1 | -1/+1 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 1 | -0/+5 |
* | Make vc1_parser.c compilable without special defines | Kostya Shishkov | 2007-05-06 | 1 | -2/+3 |
* | Move variables to vc1data.h | Kostya Shishkov | 2007-05-06 | 1 | -65/+0 |
* | 100l to myself. Do not include stuff unneeded by parser | Kostya Shishkov | 2007-05-04 | 1 | -0/+2 |
* | Typo | Kostya Shishkov | 2007-05-04 | 1 | -1/+1 |
* | Move some declarations into header | Kostya Shishkov | 2007-05-04 | 1 | -0/+328 |
* | Move VC1 parser to its own file. | Diego Biurrun | 2007-05-04 | 1 | -0/+36 |