]> git.sesse.net Git - ffmpeg/history - libavcodec/vp8dsp.c
Hap decoder and encoder
[ffmpeg] / libavcodec / vp8dsp.c
2014-04-04 Peter RossOn2 VP7 decoder
2014-03-29 Vittorio Giovaravp8: K&R formatting cosmetics
2014-03-22 Diego Biurrundsputil: Move ff_zigzag_direct and ff_crop_tab declarat...
2014-03-13 Diego Biurrundsputil: cosmetics: Lose camelCase on ff_cropTbl and...
2014-02-06 Ronald S. Bultjevp8: fix bilinear C code to work if src_stride != dst_s...
2013-08-29 Diego Biurruncosmetics: Place arch initialization calls in alphabeti...
2013-04-30 Diego Biurrunppc: More consistent arch initialization
2013-04-08 Martin Storsjölavc: Make pointers to ff_cropTbl const
2013-01-23 Diego BiurrunDrop DCTELEM typedef
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.