index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
vp3dsp.c
Age
Commit message (
Expand
)
Author
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-07-18
vp3: move idct and loop filter pointers to new vp3dsp context
Mans Rullgard
2012-03-06
Don't use ff_cropTbl[] for IDCT.
Ronald S. Bultje
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-06-22
Improve some uses of ff_cropTbl with constant offset
Måns Rullgård
2010-05-28
vp3: 10l Fix DC-only IDCT for C and ARM too
David Conrad
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-17
vp3: DC-only IDCT
David Conrad
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-10-04
Move VP3 loop filter to DSPContext
David Conrad
2008-07-13
Fix decoding of 320x240.ogg.
Michael Niedermayer
2007-05-10
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2006-12-08
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-11-12
rename cropTbl -> ff_cropTbl
Måns Rullgård
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-19
avoid 4 +
Michael Niedermayer
2006-07-19
remove 166 useless underscores, and make this file valid c code as a result
Michael Niedermayer
2006-07-19
remove a few useless casts and avoid the useless t1/t2 variables
Michael Niedermayer
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-09-06
Kill some compiler warnings. Compiled code verified identical after changes.
Måns Rullgård
2005-08-14
kill a bunch of compiler warnings
Måns Rullgård
2005-05-17
porting vp3 idct over to lavc idct api
Michael Niedermayer
2005-05-17
remove permutation done to quant tables and then undone during idct
Michael Niedermayer
2004-05-18
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...
Michael Niedermayer
2004-04-26
reorganize and simplify the VP3 IDCT stuff
Mike Melanson
2004-03-08
seperated out the C-based VP3 DSP functions into a different file; also
Mike Melanson