| Commit message (Expand) | Author | Age | Files | Lines |
* | vc1: Fix ordering of loop filter for I/B frames | David Conrad | 2010-07-11 | 1 | -9/+19 |
* | vc1: ff_draw_horiz_band needs a one row delay when the loop filter is active | David Conrad | 2010-07-11 | 1 | -3/+19 |
* | Make WMV3 decoder print more errors when decoding beta WMV9 files. | Kostya Shishkov | 2010-07-10 | 1 | -6/+3 |
* | Change type of zz_table to uint8_t to match the scantables it points to. | Reimar Döffinger | 2010-06-27 | 1 | -3/+3 |
* | 321l: do not use shifted s->linesize instead of correct s->uvlinesize. | Kostya Shishkov | 2010-05-29 | 1 | -6/+6 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -4/+4 |
* | ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls | Kostya Shishkov | 2010-02-24 | 1 | -3/+1 |
* | VC1: fix missing include h263.h | Måns Rullgård | 2010-02-21 | 1 | -0/+1 |
* | Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. | Michael Niedermayer | 2010-01-08 | 1 | -1/+1 |
* | Warn when WVC1 cannot be decoded | Kostya Shishkov | 2009-10-11 | 1 | -0/+2 |
* | Since some junk may be or may be not present before actual VC-1 extradata, | Andrew Dennison | 2009-10-06 | 1 | -1/+1 |
* | Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static | Reimar Döffinger | 2009-09-24 | 1 | -4/+2 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -2/+2 |
* | Only enable WMV3 decoder when it has been turned on in the build system. | Diego Biurrun | 2009-07-29 | 1 | -0/+2 |
* | Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER, | Diego Biurrun | 2009-07-29 | 1 | -1/+1 |
* | Edge emulation should be used in B-frame MC in mspel mode with | Kostya Shishkov | 2009-06-23 | 1 | -2/+2 |
* | VC-1/WMV: Remove redundant ff_init_block_index() calls. | Jason Garrett-Glaser | 2009-06-17 | 1 | -8/+12 |
* | VC-1/WMV3 decoding: don't clear blocks unless they're actually used. | Jason Garrett-Glaser | 2009-06-16 | 1 | -5/+4 |
* | idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. | Jason Garrett-Glaser | 2009-06-16 | 1 | -5/+18 |
* | Split decoder-specific code off from vc1.c into vc1dec.c and keep code | Diego Biurrun | 2009-06-11 | 1 | -0/+3367 |