]> git.sesse.net Git - ffmpeg/history - libavcodec/vp8dsp.h
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / vp8dsp.h
2014-04-04 Peter RossOn2 VP7 decoder
2014-03-29 Vittorio Giovaravp8: K&R formatting cosmetics
2013-04-30 Diego Biurrunppc: More consistent arch initialization
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-03-02 Ronald S. Bultjevp8: change int stride to ptrdiff_t stride.
2012-02-18 Ronald S. Bultjevp8dsp: split long line.
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
2010-08-02 Jason Garrett-GlaserVP8: much faster DC transform handling
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-19 Ronald S. BultjeChange function prototypes for width=8 inner and mbedge...
2010-06-29 David ConradAltivec VP8 MC functions
2010-06-27 Jason Garrett-GlaserFirst shot at VP8 optimizations:
2010-06-27 David ConradVP8 bilinear filter
2010-06-25 Jason Garrett-GlaserMake VP8 DSP functions take two strides
2010-06-22 David ConradNative VP8 decoder.