log vc1dec.c @ 11560:8a4984c5cacc libavcodec

age author description
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Wed, 24 Feb 2010 13:11:38 +0000 kostya ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls libavcodec
Sun, 21 Feb 2010 02:46:44 +0000 mru VC1: fix missing include h263.h libavcodec
Fri, 08 Jan 2010 19:40:10 +0000 michael Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. libavcodec
Sun, 11 Oct 2009 05:36:59 +0000 kostya Warn when WVC1 cannot be decoded libavcodec
Tue, 06 Oct 2009 15:30:08 +0000 kostya Since some junk may be or may be not present before actual VC-1 extradata, libavcodec
Thu, 24 Sep 2009 10:49:47 +0000 reimar Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static libavcodec
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