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
*
this prediction direction adjustment is wrong
Kostya Shishkov
2007-06-28
1
-3
/
+1
*
Typo
Kostya Shishkov
2007-06-12
1
-1
/
+1
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-1
/
+2
*
those tables don't need to be extern
Aurelien Jacobs
2007-05-10
1
-2
/
+0
*
use header instead of copying table declarations
Aurelien Jacobs
2007-05-10
1
-3
/
+1
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
1
-1
/
+0
*
Add ff_ prefix to (externally) visible variables
Kostya Shishkov
2007-05-09
1
-93
/
+93
*
Use correct dequantizer value
Kostya Shishkov
2007-05-09
1
-1
/
+1
*
Add prefix to some variables for consistency
Kostya Shishkov
2007-05-06
1
-15
/
+15
*
Move variables to vc1data.h
Kostya Shishkov
2007-05-06
1
-1
/
+1
*
Move some declarations into header
Kostya Shishkov
2007-05-04
1
-327
/
+0
*
Move VC1 parser to its own file.
Diego Biurrun
2007-05-04
1
-106
/
+1
*
Remove unused variable.
Diego Biurrun
2007-04-21
1
-1
/
+1
*
Pullback should be performed on scaled motion vectors in B-frames
Kostya Shishkov
2007-04-18
1
-0
/
+6
*
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
[next]