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
/
vp8dsp.h
Age
Commit message (
Expand
)
Author
2012-03-13
cosmetics: fix some typos
Lou Logan
2012-03-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-02
vp8: change int stride to ptrdiff_t stride.
Ronald S. Bultje
2012-02-19
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-18
vp8dsp: split long line.
Ronald S. Bultje
2011-07-15
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-15
doxygen: do not include license boilerplate in Doxygen documentation
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-09
VP8: ARM NEON optimisations for dsp functions
Mans Rullgard
2011-02-07
VP8: ARM NEON optimisations for dsp functions
Mans Rullgard
2010-08-02
VP8: much faster DC transform handling
Jason Garrett-Glaser
2010-07-23
VP8: optimize DC-only chroma case in the same way as luma.
Jason Garrett-Glaser
2010-07-23
VP8: 30% faster idct_mb
Jason Garrett-Glaser
2010-07-19
Change function prototypes for width=8 inner and mbedge loopfilter functions
Ronald S. Bultje
2010-06-29
Altivec VP8 MC functions
David Conrad
2010-06-27
First shot at VP8 optimizations:
Jason Garrett-Glaser
2010-06-27
VP8 bilinear filter
David Conrad
2010-06-25
Make VP8 DSP functions take two strides
Jason Garrett-Glaser
2010-06-22
Native VP8 decoder.
David Conrad