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
|
Wed, 27 Sep 2006 22:13:44 +0000 |
mru |
dc_val should be signed
libavcodec
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavcodec
|
Thu, 21 Sep 2006 04:46:11 +0000 |
kostya |
Finally enable B-frame decoding as all known samples work perfect
libavcodec
|
Thu, 21 Sep 2006 04:44:35 +0000 |
kostya |
For B-frames if the second reference frame signals intensity compensation
libavcodec
|
Thu, 21 Sep 2006 04:38:47 +0000 |
kostya |
Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed
libavcodec
|
Tue, 12 Sep 2006 04:35:11 +0000 |
kostya |
Swap back and forward motion vectors to achieve correct picture
libavcodec
|
Tue, 12 Sep 2006 04:29:37 +0000 |
kostya |
Set motion vectors used in B-frames to zero by default
libavcodec
|
Tue, 12 Sep 2006 04:19:07 +0000 |
kostya |
Use h264_chroma funcs in B-frames MC too
libavcodec
|
Tue, 12 Sep 2006 04:16:28 +0000 |
kostya |
Fix edge emulation for bicubic MC in B frames
libavcodec
|
Tue, 12 Sep 2006 04:13:00 +0000 |
kostya |
2989l: Set avctx->has_b_frames value in header and don't change it
libavcodec
|
Sun, 10 Sep 2006 04:24:53 +0000 |
kostya |
Disable B-frames decoding until they produce correct picture
libavcodec
|
Sat, 09 Sep 2006 11:40:41 +0000 |
kostya |
Drop unneeded checks before av_free() and change to av_freep() where it's more suitable.
libavcodec
|
Sat, 09 Sep 2006 11:32:36 +0000 |
kostya |
Support for BI-frames in Advanced Profile
libavcodec
|
Sat, 09 Sep 2006 11:29:17 +0000 |
kostya |
Don't print header bits by default
libavcodec
|
Sat, 09 Sep 2006 11:28:02 +0000 |
kostya |
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()
libavcodec
|
Sat, 09 Sep 2006 11:23:44 +0000 |
kostya |
[Cosmetics] Remove some done TODOs/FIXMEs from comments
libavcodec
|
Sat, 09 Sep 2006 11:21:56 +0000 |
kostya |
Proper support for B/BI frames
libavcodec
|
Mon, 04 Sep 2006 04:24:49 +0000 |
kostya |
VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)
libavcodec
|
Sat, 02 Sep 2006 04:53:49 +0000 |
kostya |
Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab
libavcodec
|
Thu, 31 Aug 2006 04:44:54 +0000 |
kostya |
New qpel MC functions conforming to VC-1 standard.
libavcodec
|
Thu, 31 Aug 2006 04:42:13 +0000 |
kostya |
Spelling
libavcodec
|
Thu, 31 Aug 2006 04:39:27 +0000 |
kostya |
Motion compensation for luma always use halfpel precision.
libavcodec
|
Fri, 11 Aug 2006 04:41:30 +0000 |
kostya |
Disable B-frames decoding until I return and finish their proper decoding.
libavcodec
|
Sun, 06 Aug 2006 03:44:31 +0000 |
kostya |
Correct MC for B-frames and some improvements (not 100% complete though)
libavcodec
|
Sun, 06 Aug 2006 03:42:39 +0000 |
kostya |
Bicubic interpolation requires two additional pixels for block
libavcodec
|
Fri, 04 Aug 2006 03:31:01 +0000 |
kostya |
100l: intensity compensation must be also done in 4-MV mode
libavcodec
|
Thu, 03 Aug 2006 05:09:36 +0000 |
kostya |
Don't try to decode P-frames from old WMV3 variant until their format is figured
libavcodec
|
Sun, 30 Jul 2006 03:50:31 +0000 |
kostya |
Use bicubic MC (should also remove those ringing artifacts) when needed
libavcodec
|
Sun, 30 Jul 2006 03:47:26 +0000 |
kostya |
Use functions from DSPContext in vc1.c
libavcodec
|
Sat, 29 Jul 2006 03:11:14 +0000 |
kostya |
Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use)
libavcodec
|
Sat, 29 Jul 2006 03:07:30 +0000 |
kostya |
Support range reduced frames
libavcodec
|
Sat, 29 Jul 2006 03:05:29 +0000 |
kostya |
Support grayscale decoding.
libavcodec
|
Fri, 28 Jul 2006 03:27:37 +0000 |
kostya |
Add rounding for overlap filters
libavcodec
|
Mon, 24 Jul 2006 04:24:53 +0000 |
kostya |
Some B-frames support (parsing and decoding only, no motion compesation is done)
libavcodec
|
Mon, 24 Jul 2006 04:20:49 +0000 |
kostya |
Some fixes for decode_p_mb()
libavcodec
|
Sun, 23 Jul 2006 20:45:20 +0000 |
diego |
Remove obsolete and misleading warning.
libavcodec
|
Sun, 23 Jul 2006 04:57:36 +0000 |
kostya |
Correct edge MC for chroma
libavcodec
|
Sat, 22 Jul 2006 03:57:53 +0000 |
kostya |
Replace code for clipping MV vectors (which is wrong to use here) with clipping source coords.
libavcodec
|
Sat, 22 Jul 2006 03:54:00 +0000 |
kostya |
Don't do non-uniform quantization on zero coeffs.
libavcodec
|
Fri, 21 Jul 2006 04:06:06 +0000 |
kostya |
1000l: scale DC predictors instead of predicted value.
libavcodec
|
Fri, 21 Jul 2006 04:03:56 +0000 |
kostya |
Set DC = 0 for skipped MB as it interferes DC prediction
libavcodec
|
Fri, 21 Jul 2006 03:58:48 +0000 |
kostya |
Set correctly quantizer and transform mode when parsing frame header.
libavcodec
|
Sun, 16 Jul 2006 03:50:00 +0000 |
kostya |
Don't pass block[6][64] parameter to decode_p_mb as we always use s->block
libavcodec
|
Sun, 16 Jul 2006 03:47:34 +0000 |
kostya |
Correct inverse quantization for P-frames
libavcodec
|
Sun, 16 Jul 2006 03:45:04 +0000 |
kostya |
Rounding control for motion compensation.
libavcodec
|
Sun, 09 Jul 2006 15:12:45 +0000 |
diego |
FastUVMV vs FastUVMC typo, noticed by bond
libavcodec
|
Sun, 09 Jul 2006 03:00:57 +0000 |
kostya |
Check if 4-MV MB should not be decoded.
libavcodec
|
Sun, 09 Jul 2006 02:56:40 +0000 |
kostya |
MVRANGE may occur in all frames and RESPIC in all but B-frames
libavcodec
|
Sun, 09 Jul 2006 02:51:13 +0000 |
kostya |
Fix mquant selection for ALL_MBS mode
libavcodec
|
Sun, 09 Jul 2006 02:47:09 +0000 |
kostya |
Use overlap filter instead of loop filter.
libavcodec
|
Sun, 09 Jul 2006 02:44:05 +0000 |
kostya |
Use s->first_slice_line in checks instead of s->mb_y
libavcodec
|
Fri, 07 Jul 2006 05:02:01 +0000 |
kostya |
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC.
libavcodec
|
Fri, 07 Jul 2006 04:51:50 +0000 |
kostya |
Enable coefficient scaling
libavcodec
|
Fri, 07 Jul 2006 04:50:13 +0000 |
kostya |
Don't read out-of-bounds values.
libavcodec
|
Thu, 06 Jul 2006 03:42:51 +0000 |
kostya |
Fix one case of choosing MV for chroma
libavcodec
|
Tue, 04 Jul 2006 15:40:09 +0000 |
kostya |
Implement intensity compensation
libavcodec
|
Tue, 04 Jul 2006 15:39:21 +0000 |
kostya |
Correctly choose global transform mode, MV mode and fix bitplane decoding
libavcodec
|