summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAge
* 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