]> git.sesse.net Git - ffmpeg/history - libavcodec/vp8dsp.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / vp8dsp.c
2012-10-08 Janne Grunaux86: call most of the x86 dsp init functions under...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-03-06 Ronald S. BultjeDon't use ff_cropTbl[] for IDCT.
2012-03-02 Ronald S. Bultjevp8: change int stride to ptrdiff_t stride.
2011-07-14 Diego Biurrundoxygen: do not include license boilerplate in Doxygen...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-07 Mans RullgardVP8: ARM NEON optimisations for dsp functions
2011-01-26 Ronald S. BultjeVP8: don't overread edges on fourtap MC.
2010-08-02 Jason Garrett-GlaserVP8: much faster DC transform handling
2010-08-02 Jason Garrett-GlaserVP8: move zeroing of luma DC block into the WHT
2010-07-23 Jason Garrett-GlaserVP8: optimize DC-only chroma case in the same way as...
2010-07-23 Jason Garrett-GlaserVP8: 30% faster idct_mb
2010-07-23 Jason Garrett-GlaserVP8: clear DCT blocks in iDCT instead of using clear_bl...
2010-07-19 Ronald S. BultjeChange function prototypes for width=8 inner and mbedge...
2010-07-02 David ConradVP8: Move calculation of outer filter limit out of...
2010-06-29 David ConradAltivec VP8 MC functions
2010-06-29 Jason Garrett-GlaserFaster C VP8 normal inner loop filter
2010-06-29 Jason Garrett-GlaserUse crop table in C implementations of VP8 DSP functions.
2010-06-27 Stefano SabatiniFix linking if MMX is disabled.
2010-06-27 Jason Garrett-GlaserFirst shot at VP8 optimizations:
2010-06-27 David ConradVP8 bilinear filter
2010-06-25 Jason Garrett-GlaserReally fix r23782
2010-06-25 Jason Garrett-GlaserFix c99ism in r23782
2010-06-25 Jason Garrett-GlaserMake VP8 DSP functions take two strides
2010-06-22 David ConradNative VP8 decoder.