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
/
vp3dsp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dsputil: Move rnd_avg inline functions to a separate header
Diego Biurrun
2013-02-08
1
-0
/
+1
*
bfin: Separate VP3 initialization code
Diego Biurrun
2013-01-28
1
-0
/
+2
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-3
/
+8
*
vp3dsp: don't do aligned reads on input.
Ronald S. Bultje
2013-01-22
1
-4
/
+4
*
vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.
Ronald S. Bultje
2013-01-21
1
-0
/
+19
*
vp3: integrate clear_blocks with idct of previous block.
Ronald S. Bultje
2013-01-19
1
-1
/
+4
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
vp3: move idct and loop filter pointers to new vp3dsp context
Mans Rullgard
2012-07-18
1
-9
/
+28
*
Don't use ff_cropTbl[] for IDCT.
Ronald S. Bultje
2012-03-06
1
-35
/
+33
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Improve some uses of ff_cropTbl with constant offset
Måns Rullgård
2010-06-22
1
-9
/
+9
*
vp3: 10l Fix DC-only IDCT for C and ARM too
David Conrad
2010-05-28
1
-3
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
vp3: DC-only IDCT
David Conrad
2010-04-17
1
-0
/
+19
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Move VP3 loop filter to DSPContext
David Conrad
2008-10-04
1
-0
/
+31
*
Fix decoding of 320x240.ogg.
Michael Niedermayer
2008-07-13
1
-1
/
+1
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
1
-1
/
+0
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-1
/
+1
*
rename cropTbl -> ff_cropTbl
Måns Rullgård
2006-11-12
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
avoid 4 +
Michael Niedermayer
2006-07-19
1
-13
/
+7
*
remove 166 useless underscores, and make this file valid c code as a result
Michael Niedermayer
2006-07-19
1
-78
/
+78
*
remove a few useless casts and avoid the useless t1/t2 variables
Michael Niedermayer
2006-07-19
1
-104
/
+22
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-19
/
+19
*
Kill some compiler warnings. Compiled code verified identical after changes.
Måns Rullgård
2005-09-06
1
-1
/
+0
*
kill a bunch of compiler warnings
Måns Rullgård
2005-08-14
1
-1
/
+1
*
porting vp3 idct over to lavc idct api
Michael Niedermayer
2005-05-17
1
-50
/
+104
*
remove permutation done to quant tables and then undone during idct
Michael Niedermayer
2005-05-17
1
-3
/
+2
*
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...
Michael Niedermayer
2004-05-18
1
-0
/
+1
*
reorganize and simplify the VP3 IDCT stuff
Mike Melanson
2004-04-26
1
-70
/
+10
*
seperated out the C-based VP3 DSP functions into a different file; also
Mike Melanson
2004-03-08
1
-0
/
+318