index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
vc1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct MC for B-frames and some improvements (not 100% complete though)
Kostya Shishkov
2006-08-06
1
-13
/
+135
*
Bicubic interpolation requires two additional pixels for block
Kostya Shishkov
2006-08-06
1
-2
/
+2
*
100l: intensity compensation must be also done in 4-MV mode
Kostya Shishkov
2006-08-04
1
-2
/
+30
*
Don't try to decode P-frames from old WMV3 variant until their format is figured
Kostya Shishkov
2006-08-03
1
-2
/
+4
*
Use bicubic MC (should also remove those ringing artifacts) when needed
Kostya Shishkov
2006-07-30
1
-17
/
+31
*
Use functions from DSPContext in vc1.c
Kostya Shishkov
2006-07-30
1
-180
/
+26
*
Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use)
Kostya Shishkov
2006-07-29
1
-0
/
+2
*
Support range reduced frames
Kostya Shishkov
2006-07-29
1
-3
/
+61
*
Support grayscale decoding.
Kostya Shishkov
2006-07-29
1
-10
/
+34
*
Add rounding for overlap filters
Kostya Shishkov
2006-07-28
1
-28
/
+28
*
Some B-frames support (parsing and decoding only, no motion compesation is done)
Kostya Shishkov
2006-07-24
1
-8
/
+293
*
Some fixes for decode_p_mb()
Kostya Shishkov
2006-07-24
1
-2
/
+3
*
Remove obsolete and misleading warning.
Diego Biurrun
2006-07-23
1
-3
/
+0
*
Correct edge MC for chroma
Kostya Shishkov
2006-07-23
1
-2
/
+2
*
Replace code for clipping MV vectors (which is wrong to use here) with clippi...
Kostya Shishkov
2006-07-22
1
-13
/
+8
*
Don't do non-uniform quantization on zero coeffs.
Kostya Shishkov
2006-07-22
1
-4
/
+4
*
1000l: scale DC predictors instead of predicted value.
Kostya Shishkov
2006-07-21
1
-12
/
+20
*
Set DC = 0 for skipped MB as it interferes DC prediction
Kostya Shishkov
2006-07-21
1
-2
/
+8
*
Set correctly quantizer and transform mode when parsing frame header.
Kostya Shishkov
2006-07-21
1
-1
/
+4
*
Don't pass block[6][64] parameter to decode_p_mb as we always use s->block
Kostya Shishkov
2006-07-16
1
-11
/
+11
*
Correct inverse quantization for P-frames
Kostya Shishkov
2006-07-16
1
-4
/
+13
*
Rounding control for motion compensation.
Kostya Shishkov
2006-07-16
1
-16
/
+41
*
FastUVMV vs FastUVMC typo, noticed by bond
Diego Biurrun
2006-07-09
1
-1
/
+1
*
Check if 4-MV MB should not be decoded.
Kostya Shishkov
2006-07-09
1
-0
/
+2
*
MVRANGE may occur in all frames and RESPIC in all but B-frames
Kostya Shishkov
2006-07-09
1
-11
/
+11
*
Fix mquant selection for ALL_MBS mode
Kostya Shishkov
2006-07-09
1
-4
/
+3
*
Use overlap filter instead of loop filter.
Kostya Shishkov
2006-07-09
1
-34
/
+24
*
Use s->first_slice_line in checks instead of s->mb_y
Kostya Shishkov
2006-07-09
1
-6
/
+8
*
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, an...
Kostya Shishkov
2006-07-07
1
-17
/
+22
*
Enable coefficient scaling
Kostya Shishkov
2006-07-07
1
-22
/
+21
*
Don't read out-of-bounds values.
Kostya Shishkov
2006-07-07
1
-1
/
+2
*
Fix one case of choosing MV for chroma
Kostya Shishkov
2006-07-06
1
-5
/
+5
*
Implement intensity compensation
Kostya Shishkov
2006-07-04
1
-2
/
+42
*
Correctly choose global transform mode, MV mode and fix bitplane decoding
Kostya Shishkov
2006-07-04
1
-3
/
+9
*
Optimizations suggested by Michael Niedermayer
Kostya Shishkov
2006-07-04
1
-53
/
+21
*
Correctly detect when use hpel or qpel mode
Kostya Shishkov
2006-07-03
1
-1
/
+6
*
4-MV mode final fixes (now it works for non-exotic modes)
Kostya Shishkov
2006-07-03
1
-5
/
+8
*
vc1_decode_intra_block() simplifications and corrections
Kostya Shishkov
2006-07-03
1
-42
/
+19
*
4-MV decoding support
Kostya Shishkov
2006-07-03
1
-81
/
+368
*
Adjust AC prediction if (some) predictors are not available.
Kostya Shishkov
2006-07-01
1
-13
/
+14
*
0xFFFF l of cola. Now P-frames are decoded almost without distortions.
Kostya Shishkov
2006-07-01
1
-2
/
+2
*
Remove unused variable (and it wasn't free'd too)
Kostya Shishkov
2006-07-01
1
-5
/
+0
*
Use MpegEncContext->mbskip_table instead of custom bitplane.
Kostya Shishkov
2006-07-01
1
-5
/
+2
*
Slightly reworked MC code, it gives better picture.
Kostya Shishkov
2006-06-30
1
-6
/
+6
*
typo
Kostya Shishkov
2006-06-30
1
-1
/
+1
*
Some optimization and fixes - mostly reworked MC and bitplanes.
Kostya Shishkov
2006-06-29
1
-242
/
+216
*
This should make P-frames decoding work on x86 (by avoiding get_bits(0))
Kostya Shishkov
2006-06-29
1
-3
/
+7
*
Added loop filtering as ersatz for overlap filter (improves picture quality f...
Kostya Shishkov
2006-06-27
1
-9
/
+36
*
VC1 Intra blocks in P-frames use different zigzag table than I-frames.
Kostya Shishkov
2006-06-27
1
-7
/
+1
*
VC-1 decoder with I-frames support and partial P-frames decoding
Kostya Shishkov
2006-06-27
1
-1533
/
+1537
[next]