Sun, 06 Sep 2009 16:09:21 +0000 |
reimar |
Mark all pix_fmts and supported_framerates compound literals as const.
libavcodec
|
Wed, 29 Jul 2009 11:31:52 +0000 |
diego |
Only enable WMV3 decoder when it has been turned on in the build system.
libavcodec
|
Wed, 29 Jul 2009 09:54:00 +0000 |
diego |
Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER,
libavcodec
|
Tue, 23 Jun 2009 07:41:38 +0000 |
kostya |
Edge emulation should be used in B-frame MC in mspel mode with
libavcodec
|
Wed, 17 Jun 2009 05:54:42 +0000 |
darkshikari |
VC-1/WMV: Remove redundant ff_init_block_index() calls.
libavcodec
|
Tue, 16 Jun 2009 09:09:03 +0000 |
darkshikari |
VC-1/WMV3 decoding: don't clear blocks unless they're actually used.
libavcodec
|
Tue, 16 Jun 2009 09:00:55 +0000 |
darkshikari |
idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.
libavcodec
|
Thu, 11 Jun 2009 09:31:31 +0000 |
diego |
Split decoder-specific code off from vc1.c into vc1dec.c and keep code
libavcodec
|