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
|
Mon, 14 Jan 2008 06:10:02 +0000 |
kostya |
Select scan tables for 8x4 and 4x8 blocks only once.
libavcodec
|
Thu, 03 Jan 2008 09:16:56 +0000 |
kostya |
Make decode210() common function.
libavcodec
|
Sun, 09 Dec 2007 05:55:45 +0000 |
kostya |
Enable 4x4 IDCT for FASTTX=0 mode in WMV3
libavcodec
|
Sat, 08 Dec 2007 21:21:11 +0000 |
aurel |
add ff_ prefix to all simple_idct symbols
libavcodec
|
Sat, 08 Dec 2007 10:50:50 +0000 |
kostya |
Use IDCT functions when FASTTX=0
libavcodec
|
Sat, 08 Dec 2007 10:41:18 +0000 |
kostya |
Switch VC-1 decoder to output decoded residual immediately.
libavcodec
|
Sat, 01 Dec 2007 22:35:38 +0000 |
vitor |
Fix alignment broke by my last patch
libavcodec
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavcodec
|
Thu, 15 Nov 2007 06:25:20 +0000 |
kostya |
Use put_signed_pixels_clamped where appropriate
libavcodec
|
Sat, 10 Nov 2007 08:23:01 +0000 |
kostya |
X8 is supported now, so warning is incorrect
libavcodec
|
Fri, 09 Nov 2007 21:52:29 +0000 |
michael |
add {} to make the else look a little more normal
libavcodec
|
Fri, 09 Nov 2007 21:51:50 +0000 |
michael |
indention
libavcodec
|
Fri, 09 Nov 2007 21:49:41 +0000 |
michael |
indention
libavcodec
|
Fri, 09 Nov 2007 21:37:48 +0000 |
michael |
intrax8 decoder patch by "someone"
libavcodec
|
Mon, 22 Oct 2007 10:23:38 +0000 |
kostya |
Use simple IDCT for now
libavcodec
|
Mon, 22 Oct 2007 10:22:36 +0000 |
kostya |
Remove incorrect and unneeded code
libavcodec
|
Thu, 18 Oct 2007 16:10:36 +0000 |
kostya |
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform
libavcodec
|
Sat, 15 Sep 2007 11:06:27 +0000 |
kostya |
Enable error resilience in WMV3/VC-1 decoder
libavcodec
|
Sat, 15 Sep 2007 09:24:53 +0000 |
kostya |
HALFPQ should be used only for when PQUANT is selected
libavcodec
|
Sat, 15 Sep 2007 09:23:58 +0000 |
kostya |
In case when any quantizer may occur, HALFPQ should be zero
libavcodec
|
Sun, 26 Aug 2007 22:33:48 +0000 |
aurel |
move get_unary() to its own file
libavcodec
|
Thu, 09 Aug 2007 01:08:28 +0000 |
alex |
use skip_bits where appropriate
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Wed, 08 Aug 2007 22:54:47 +0000 |
alex |
use get_unary from bitstream.h
libavcodec
|
Fri, 13 Jul 2007 13:04:55 +0000 |
diego |
Replace non-existing @fixme doxygen tags with @todo.
libavcodec
|
Fri, 06 Jul 2007 14:11:29 +0000 |
kostya |
Drop redundant assignment and variable
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Thu, 28 Jun 2007 15:53:36 +0000 |
kostya |
this prediction direction adjustment is wrong
libavcodec
|
Tue, 12 Jun 2007 15:03:28 +0000 |
kostya |
Typo
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Thu, 10 May 2007 10:14:58 +0000 |
aurel |
those tables don't need to be extern
libavcodec
|
Thu, 10 May 2007 10:12:02 +0000 |
aurel |
use header instead of copying table declarations
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Wed, 09 May 2007 16:59:46 +0000 |
kostya |
Add ff_ prefix to (externally) visible variables
libavcodec
|
Wed, 09 May 2007 11:30:30 +0000 |
kostya |
Use correct dequantizer value
libavcodec
|
Sun, 06 May 2007 11:40:42 +0000 |
kostya |
Add prefix to some variables for consistency
libavcodec
|
Sun, 06 May 2007 10:58:32 +0000 |
kostya |
Move variables to vc1data.h
libavcodec
|
Fri, 04 May 2007 03:34:21 +0000 |
kostya |
Move some declarations into header
libavcodec
|
Fri, 04 May 2007 00:09:33 +0000 |
diego |
Move VC1 parser to its own file.
libavcodec
|
Sat, 21 Apr 2007 15:55:45 +0000 |
diego |
Remove unused variable.
libavcodec
|
Wed, 18 Apr 2007 17:36:52 +0000 |
kostya |
Pullback should be performed on scaled motion vectors in B-frames
libavcodec
|
Tue, 10 Apr 2007 05:31:22 +0000 |
kostya |
Set C predictor to zero if unavailable (should fix B-frame border artifacts)
libavcodec
|
Wed, 04 Apr 2007 13:26:26 +0000 |
kostya |
vc1_split should be static
libavcodec
|
Tue, 27 Mar 2007 07:28:52 +0000 |
kostya |
FASTTX==0 means additional 16 bits in extradata
libavcodec
|
Tue, 27 Mar 2007 07:27:53 +0000 |
kostya |
One more FASTTX-related hack
libavcodec
|
Sun, 25 Mar 2007 06:00:06 +0000 |
kostya |
1000l to myself - get correct quantization for blocks 1 and 2
libavcodec
|
Sun, 18 Mar 2007 18:07:27 +0000 |
kostya |
Zero MV vectors for P frame intra blocks
libavcodec
|
Sun, 18 Mar 2007 07:53:16 +0000 |
kostya |
indentation
libavcodec
|
Sun, 18 Mar 2007 07:51:40 +0000 |
kostya |
Proper handling of motion vectors for adv. profile
libavcodec
|
Wed, 28 Feb 2007 06:59:39 +0000 |
kostya |
Looks like I'll work on it this year too
libavcodec
|
Wed, 28 Feb 2007 06:39:58 +0000 |
kostya |
WMV3 Complex Profile initial support
libavcodec
|
Sun, 25 Feb 2007 10:27:12 +0000 |
reimar |
Add av_ prefix to clip functions
libavcodec
|
Tue, 13 Feb 2007 07:48:23 +0000 |
kostya |
Intensity compensation for B-frames in AP was missing
libavcodec
|
Tue, 06 Feb 2007 07:16:52 +0000 |
kostya |
Progressive frames disguised as interlaced are supported
libavcodec
|
Tue, 06 Feb 2007 07:11:20 +0000 |
kostya |
B-frames could not be determined from broken_link/closed_entry, use fixed value
libavcodec
|
Tue, 06 Feb 2007 07:07:29 +0000 |
kostya |
Wrong flag tested
libavcodec
|
Mon, 05 Feb 2007 06:58:02 +0000 |
kostya |
Set codec dimensions in extradata parsing
libavcodec
|
Sun, 04 Feb 2007 10:46:28 +0000 |
kostya |
Save frame header info in context variables
libavcodec
|
Sun, 04 Feb 2007 10:45:01 +0000 |
kostya |
Set frame rate from extradata
libavcodec
|
Sat, 03 Feb 2007 06:43:06 +0000 |
kostya |
These messages are just for debug purposes
libavcodec
|
Sat, 03 Feb 2007 06:41:14 +0000 |
kostya |
Set codec dimensions if provided by extradata
libavcodec
|
Sat, 03 Feb 2007 06:39:50 +0000 |
kostya |
VC-1 parser
libavcodec
|
Fri, 02 Feb 2007 15:14:13 +0000 |
kostya |
0x00000103 is not an escape marker
libavcodec
|
Fri, 02 Feb 2007 06:45:21 +0000 |
kostya |
General approach to parsing chunks in VC-1 AP
libavcodec
|
Thu, 01 Feb 2007 18:39:49 +0000 |
kostya |
Check for out-of-bounds access
libavcodec
|
Mon, 29 Jan 2007 14:23:00 +0000 |
kostya |
Fix BI-frames decoding for Adv. profile
libavcodec
|
Sat, 27 Jan 2007 06:57:11 +0000 |
kostya |
Set aspect ratio if present (for AP only)
libavcodec
|
Wed, 24 Jan 2007 17:50:28 +0000 |
kostya |
Add debug messages for AP headers
libavcodec
|
Wed, 24 Jan 2007 17:49:26 +0000 |
kostya |
Off-by-one error fix
libavcodec
|
Wed, 24 Jan 2007 17:47:42 +0000 |
kostya |
Fail on VC-1 interlaced streams
libavcodec
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavcodec
|
Sun, 17 Dec 2006 11:11:44 +0000 |
reimar |
Check mb_pos is big enough before trying to access data left or above.
libavcodec
|
Fri, 08 Dec 2006 00:35:08 +0000 |
mru |
rename always_inline to av_always_inline and move to common.h
libavcodec
|
Sat, 02 Dec 2006 12:55:29 +0000 |
kostya |
10e6l FastUVMC was done right but in the wrong place
libavcodec
|
Fri, 01 Dec 2006 07:24:56 +0000 |
kostya |
100l FastUVMC rounding was incorrect.
libavcodec
|
Sun, 26 Nov 2006 04:57:31 +0000 |
kostya |
Correct rounding values in overlap filtering
libavcodec
|
Sun, 26 Nov 2006 04:54:17 +0000 |
kostya |
B-frames support for adv. profile
libavcodec
|
Sun, 26 Nov 2006 04:53:36 +0000 |
kostya |
100l: Initialize dc_scale with current quantizer for adv I frames
libavcodec
|
Sun, 26 Nov 2006 04:52:36 +0000 |
kostya |
Use halfpq in coefficient scaling
libavcodec
|
Fri, 17 Nov 2006 06:09:32 +0000 |
kostya |
Overlap filtering was done in reverse order
libavcodec
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Tue, 03 Oct 2006 17:12:48 +0000 |
diego |
Remove unused variables and the corresponding warnings along with them.
libavcodec
|