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
*
Set C predictor to zero if unavailable (should fix B-frame border artifacts)
Kostya Shishkov
2007-04-10
1
-0
/
+2
*
vc1_split should be static
Kostya Shishkov
2007-04-04
1
-1
/
+1
*
FASTTX==0 means additional 16 bits in extradata
Kostya Shishkov
2007-03-27
1
-0
/
+2
*
One more FASTTX-related hack
Kostya Shishkov
2007-03-27
1
-0
/
+1
*
1000l to myself - get correct quantization for blocks 1 and 2
Kostya Shishkov
2007-03-25
1
-2
/
+6
*
Zero MV vectors for P frame intra blocks
Kostya Shishkov
2007-03-18
1
-1
/
+12
*
indentation
Kostya Shishkov
2007-03-18
1
-36
/
+36
*
Proper handling of motion vectors for adv. profile
Kostya Shishkov
2007-03-18
1
-0
/
+28
*
Looks like I'll work on it this year too
Kostya Shishkov
2007-02-28
1
-1
/
+1
*
WMV3 Complex Profile initial support
Kostya Shishkov
2007-02-28
1
-3
/
+7
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-16
/
+16
*
Intensity compensation for B-frames in AP was missing
Kostya Shishkov
2007-02-13
1
-0
/
+3
*
Progressive frames disguised as interlaced are supported
Kostya Shishkov
2007-02-06
1
-5
/
+3
*
B-frames could not be determined from broken_link/closed_entry, use fixed value
Kostya Shishkov
2007-02-06
1
-3
/
+4
*
Wrong flag tested
Kostya Shishkov
2007-02-06
1
-1
/
+1
*
Set codec dimensions in extradata parsing
Kostya Shishkov
2007-02-05
1
-0
/
+2
*
Save frame header info in context variables
Kostya Shishkov
2007-02-04
1
-5
/
+4
*
Set frame rate from extradata
Kostya Shishkov
2007-02-04
1
-3
/
+9
*
These messages are just for debug purposes
Kostya Shishkov
2007-02-03
1
-2
/
+2
*
Set codec dimensions if provided by extradata
Kostya Shishkov
2007-02-03
1
-2
/
+2
*
VC-1 parser
Kostya Shishkov
2007-02-03
1
-0
/
+91
*
0x00000103 is not an escape marker
Kostya Shishkov
2007-02-02
1
-2
/
+1
*
General approach to parsing chunks in VC-1 AP
Kostya Shishkov
2007-02-02
1
-40
/
+124
*
Check for out-of-bounds access
Kostya Shishkov
2007-02-01
1
-2
/
+2
*
Fix BI-frames decoding for Adv. profile
Kostya Shishkov
2007-01-29
1
-4
/
+7
*
Set aspect ratio if present (for AP only)
Kostya Shishkov
2007-01-27
1
-2
/
+4
*
Add debug messages for AP headers
Kostya Shishkov
2007-01-24
1
-3
/
+20
*
Off-by-one error fix
Kostya Shishkov
2007-01-24
1
-2
/
+2
*
Fail on VC-1 interlaced streams
Kostya Shishkov
2007-01-24
1
-0
/
+4
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-2
/
+2
*
Check mb_pos is big enough before trying to access data left or above.
Reimar Döffinger
2006-12-17
1
-2
/
+2
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-1
/
+1
*
10e6l FastUVMC was done right but in the wrong place
Kostya Shishkov
2006-12-02
1
-15
/
+12
*
100l FastUVMC rounding was incorrect.
Kostya Shishkov
2006-12-01
1
-6
/
+6
*
Correct rounding values in overlap filtering
Kostya Shishkov
2006-11-26
1
-28
/
+28
*
B-frames support for adv. profile
Kostya Shishkov
2006-11-26
1
-2
/
+58
*
100l: Initialize dc_scale with current quantizer for adv I frames
Kostya Shishkov
2006-11-26
1
-4
/
+3
*
Use halfpq in coefficient scaling
Kostya Shishkov
2006-11-26
1
-12
/
+12
*
Overlap filtering was done in reverse order
Kostya Shishkov
2006-11-17
1
-24
/
+24
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
1
-12
/
+12
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Remove unused variables and the corresponding warnings along with them.
Diego Biurrun
2006-10-03
1
-2
/
+0
*
dc_val should be signed
Måns Rullgård
2006-09-27
1
-7
/
+7
*
fix some signedness warnings
Måns Rullgård
2006-09-27
1
-7
/
+7
*
Finally enable B-frame decoding as all known samples work perfect
Kostya Shishkov
2006-09-21
1
-6
/
+0
*
For B-frames if the second reference frame signals intensity compensation
Kostya Shishkov
2006-09-21
1
-0
/
+12
*
Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed
Kostya Shishkov
2006-09-21
1
-16
/
+8
*
Swap back and forward motion vectors to achieve correct picture
Kostya Shishkov
2006-09-12
1
-1
/
+11
*
Set motion vectors used in B-frames to zero by default
Kostya Shishkov
2006-09-12
1
-0
/
+4
*
Use h264_chroma funcs in B-frames MC too
Kostya Shishkov
2006-09-12
1
-2
/
+4
[next]