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
/
vc1dsp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify 4-point transform part a bit
Kostya Shishkov
2008-01-19
1
-34
/
+26
*
Factor out constant addition
Kostya Shishkov
2008-01-19
1
-64
/
+64
*
Switch VC-1 decoder to output decoded residual immediately.
Kostya Shishkov
2007-12-08
1
-41
/
+35
*
Make bicubic interpolation standard compliant
Christophe Gisquet
2007-07-29
1
-16
/
+65
*
Pass modes as parameters instead of calculating them inplace.
Christophe Gisquet
2007-07-08
1
-7
/
+5
*
Replace function declarations with macro
Christophe Gisquet
2007-07-08
1
-54
/
+18
*
Drop ff_ prefix for static functions
Christophe Gisquet
2007-07-08
1
-30
/
+30
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
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
*
Correct rounding values in overlap filtering
Kostya Shishkov
2006-11-26
1
-2
/
+6
*
Optimize overlapping
Kostya Shishkov
2006-11-17
1
-8
/
+14
*
Fix comments
Kostya Shishkov
2006-11-17
1
-2
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
Kostya Shishkov
2006-09-02
1
-180
/
+0
*
New qpel MC functions conforming to VC-1 standard.
Kostya Shishkov
2006-08-31
1
-0
/
+180
*
Fix overflows in bicubic interpolation.
Kostya Shishkov
2006-07-31
1
-3
/
+3
*
New functions in DSPContext for VC-1 decoding
Kostya Shishkov
2006-07-30
1
-0
/
+451