Sat, 10 Oct 2009 07:35:31 +0000 |
kostya |
Print error message when true interlaced VC-1 frames are encountered
libavcodec
|
Tue, 16 Jun 2009 09:00:55 +0000 |
darkshikari |
idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.
libavcodec
|
Tue, 16 Jun 2009 00:48:07 +0000 |
darkshikari |
Fix typo in vc1.c, make capitalization in warning/error messages more consistent.
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
|
Fri, 05 Jun 2009 08:53:39 +0000 |
bcoudurier |
vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Sat, 30 May 2009 00:24:20 +0000 |
bcoudurier |
remove unused hack which set AVCodecContext frame_number to pic timestamp
libavcodec
|
Sat, 30 May 2009 00:09:00 +0000 |
bcoudurier |
set pict_type in VC-1 parser, fix some timestamps problems
libavcodec
|
Fri, 15 May 2009 07:49:59 +0000 |
conrad |
Ensure that we don't read from invalid memory with B-frame qpel
libavcodec
|
Sat, 02 May 2009 09:08:40 +0000 |
banan |
Remove dead assignments found by CSA
libavcodec
|
Thu, 23 Apr 2009 07:14:02 +0000 |
kostya |
Display dimensions should not affect the real size of coded frame, thus set
libavcodec
|
Wed, 22 Apr 2009 05:20:31 +0000 |
kostya |
Switch VLC tables in WMV3/VC-1 decoder to new static init method
libavcodec
|
Tue, 21 Apr 2009 05:42:22 +0000 |
kostya |
Set flag after VC-1 VLCs are initialized to avoid race condition
libavcodec
|
Tue, 21 Apr 2009 05:24:50 +0000 |
kostya |
Remove some useless assignments and variables found by Clang
libavcodec
|
Thu, 16 Apr 2009 07:34:52 +0000 |
conrad |
VC1 loop filter uses the frame quantizer not the mb quantizer
libavcodec
|
Wed, 15 Apr 2009 06:22:17 +0000 |
conrad |
Split VC1 loop filter into separate functions for h/v and size
libavcodec
|
Wed, 15 Apr 2009 06:20:22 +0000 |
conrad |
Move VC1 loop filter to DSPContext
libavcodec
|
Tue, 14 Apr 2009 23:56:10 +0000 |
conrad |
VC1: add and use avg_no_rnd chroma MC functions
libavcodec
|
Tue, 14 Apr 2009 23:55:39 +0000 |
conrad |
Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
libavcodec
|
Tue, 14 Apr 2009 19:26:33 +0000 |
conrad |
VC1: Do qpel when needed for both MVs in a B frame
libavcodec
|
Sat, 11 Apr 2009 11:47:15 +0000 |
cehoyos |
Use INIT_VLC_USE_STATIC and not its value "1".
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Wed, 01 Apr 2009 08:06:30 +0000 |
conrad |
Remove unused FILTSIGN macro
libavcodec
|
Sat, 21 Mar 2009 23:44:21 +0000 |
gb |
Add support for HW accelerated VC-1 decoding through the new
libavcodec
|
Wed, 25 Feb 2009 23:58:52 +0000 |
cehoyos |
Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.
libavcodec
|
Wed, 25 Feb 2009 15:43:53 +0000 |
cehoyos |
Fix VC1 and WMV3 playback in MPlayer.
libavcodec
|
Tue, 24 Feb 2009 17:09:57 +0000 |
kostya |
Rename buf_vdpau to buf_start
libavcodec
|
Mon, 23 Feb 2009 13:35:52 +0000 |
michael |
Approved hunks for VAAPI / our new shiny hwaccel API
libavcodec
|
Tue, 17 Feb 2009 12:11:46 +0000 |
diego |
cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Fri, 30 Jan 2009 17:15:08 +0000 |
kostya |
Record B-fraction index from frame header and two fields from entry point structure
libavcodec
|
Wed, 28 Jan 2009 07:16:52 +0000 |
kostya |
Fix Doxygen comments for VC-1 decoder.
libavcodec
|
Sat, 24 Jan 2009 14:28:08 +0000 |
stefang |
avoid duplication of size_table and offset_table
libavcodec
|
Fri, 23 Jan 2009 06:33:04 +0000 |
kostya |
Remove the block with always false condition from vc1_parse_frame_header()
libavcodec
|
Fri, 23 Jan 2009 06:31:17 +0000 |
kostya |
VC-1 postproc field is 2 bits wide while decoder read only single bit.
libavcodec
|
Tue, 20 Jan 2009 09:36:28 +0000 |
cehoyos |
Cosmetics: Fix indentation after last commit.
libavcodec
|
Tue, 20 Jan 2009 09:28:36 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can
libavcodec
|
Sun, 18 Jan 2009 22:57:40 +0000 |
aurel |
moves mid_pred() into mathops.h (with arch specific code split by directory)
libavcodec
|
Sun, 18 Jan 2009 07:20:12 +0000 |
darkshikari |
Fix 10L in r16670 (broke deblocking code)
libavcodec
|
Sun, 18 Jan 2009 07:14:36 +0000 |
darkshikari |
Faster VC-1 C loopfilter using lots of xor magic
libavcodec
|
Tue, 13 Jan 2009 08:05:40 +0000 |
kostya |
VC-1 display dimensions should affect coded dimensions only (I think)
libavcodec
|
Tue, 13 Jan 2009 08:03:45 +0000 |
kostya |
Print VC-1 aspect ratio in debug
libavcodec
|
Tue, 13 Jan 2009 08:02:31 +0000 |
kostya |
421l: fix loop filter for P-frames in VC-1
libavcodec
|
Sat, 10 Jan 2009 09:55:55 +0000 |
cehoyos |
Fill range_map* in VC1Context.
libavcodec
|
Fri, 09 Jan 2009 16:51:21 +0000 |
cehoyos |
Add refdist_flag to VC1Context.
libavcodec
|
Sun, 16 Nov 2008 06:47:44 +0000 |
kostya |
421l: postproc flag may be present in any VC-1 AP frame type
libavcodec
|
Thu, 11 Sep 2008 06:35:37 +0000 |
kostya |
Make it possible to disable loop filter in VC-1.
libavcodec
|
Sun, 27 Jul 2008 21:56:26 +0000 |
diego |
Remove unused variable.
libavcodec
|
Wed, 23 Jul 2008 06:21:27 +0000 |
kostya |
In-loop deblocking filter for VC-1 decoder
libavcodec
|
Fri, 18 Jul 2008 07:15:50 +0000 |
benoit |
Fix a mem leak in vc1_decode_frame().
libavcodec
|
Wed, 25 Jun 2008 11:33:49 +0000 |
stefang |
remove duplicate tables
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Mon, 26 May 2008 23:14:25 +0000 |
diego |
consistency cosmetics: indices --> indexes
libavcodec
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
Wed, 13 Feb 2008 09:26:10 +0000 |
diego |
typo fix: inited --> initialized
libavcodec
|
Fri, 01 Feb 2008 23:25:27 +0000 |
aurel |
const
libavcodec
|
Fri, 01 Feb 2008 16:04:29 +0000 |
michael |
some const
libavcodec
|
Fri, 25 Jan 2008 07:37:46 +0000 |
andoma |
Correctly clean up IntraX8Context upon codec close.
libavcodec
|
Wed, 16 Jan 2008 17:07:34 +0000 |
kostya |
pqindex=0 is forbidden
libavcodec
|