Sun, 11 Jul 2010 22:52:51 +0000 |
conrad |
vc1: Fix ordering of loop filter for I/B frames
libavcodec
|
Sun, 11 Jul 2010 22:52:47 +0000 |
conrad |
vc1: ff_draw_horiz_band needs a one row delay when the loop filter is active
libavcodec
|
Sat, 10 Jul 2010 14:36:53 +0000 |
kostya |
Make WMV3 decoder print more errors when decoding beta WMV9 files.
libavcodec
|
Sun, 27 Jun 2010 19:27:08 +0000 |
reimar |
Change type of zz_table to uint8_t to match the scantables it points to.
libavcodec
|
Sat, 29 May 2010 07:28:24 +0000 |
kostya |
321l: do not use shifted s->linesize instead of correct s->uvlinesize.
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
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
|