summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAge
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-26
* vc1: Fix ordering of loop filter for I/B framesDavid Conrad2010-07-11
* vc1: ff_draw_horiz_band needs a one row delay when the loop filter is activeDavid Conrad2010-07-11
* Make WMV3 decoder print more errors when decoding beta WMV9 files.Kostya Shishkov2010-07-10
* Change type of zz_table to uint8_t to match the scantables it points to.Reimar Döffinger2010-06-27
* 321l: do not use shifted s->linesize instead of correct s->uvlinesize.Kostya Shishkov2010-05-29
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* ff_msmpeg4_decode_init() calls ff_h263_decode_init() which callsKostya Shishkov2010-02-24
* VC1: fix missing include h263.hMåns Rullgård2010-02-21
* Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer2010-01-08
* Warn when WVC1 cannot be decodedKostya Shishkov2009-10-11
* Since some junk may be or may be not present before actual VC-1 extradata,Andrew Dennison2009-10-06
* Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since staticReimar Döffinger2009-09-24
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Only enable WMV3 decoder when it has been turned on in the build system.Diego Biurrun2009-07-29
* Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER,Diego Biurrun2009-07-29
* Edge emulation should be used in B-frame MC in mspel mode withKostya Shishkov2009-06-23
* VC-1/WMV: Remove redundant ff_init_block_index() calls.Jason Garrett-Glaser2009-06-17
* VC-1/WMV3 decoding: don't clear blocks unless they're actually used.Jason Garrett-Glaser2009-06-16
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-16
* Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun2009-06-11