summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp8dsp.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-291-2/+2
* ppc: More consistent arch initializationDiego Biurrun2013-04-301-2/+2
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-081-5/+5
* Drop DCTELEM typedefDiego Biurrun2013-01-221-7/+7
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-061-10/+8
* vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje2012-03-021-22/+22
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-3/+6
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* VP8: ARM NEON optimisations for dsp functionsMans Rullgard2011-02-071-0/+2
* VP8: don't overread edges on fourtap MC.Ronald S. Bultje2011-01-261-38/+38
* VP8: much faster DC transform handlingJason Garrett-Glaser2010-08-021-4/+17
* VP8: move zeroing of luma DC block into the WHTJason Garrett-Glaser2010-08-021-0/+4
* VP8: optimize DC-only chroma case in the same way as luma.Jason Garrett-Glaser2010-07-231-21/+18
* VP8: 30% faster idct_mbJason Garrett-Glaser2010-07-231-3/+23
* VP8: clear DCT blocks in iDCT instead of using clear_blocks.Jason Garrett-Glaser2010-07-231-0/+5
* Change function prototypes for width=8 inner and mbedge loopfilter functionsRonald S. Bultje2010-07-191-15/+31
* VP8: Move calculation of outer filter limit out of dsp functions for normalDavid Conrad2010-07-021-1/+1
* Altivec VP8 MC functionsDavid Conrad2010-06-291-0/+2
* Faster C VP8 normal inner loop filterJason Garrett-Glaser2010-06-291-3/+6
* Use crop table in C implementations of VP8 DSP functions.Jason Garrett-Glaser2010-06-291-26/+35
* Fix linking if MMX is disabled.Stefano Sabatini2010-06-271-1/+1
* First shot at VP8 optimizations:Jason Garrett-Glaser2010-06-271-0/+3
* VP8 bilinear filterDavid Conrad2010-06-271-0/+70
* Really fix r23782Jason Garrett-Glaser2010-06-251-2/+2
* Fix c99ism in r23782Jason Garrett-Glaser2010-06-251-1/+2
* Make VP8 DSP functions take two stridesJason Garrett-Glaser2010-06-251-12/+22
* Native VP8 decoder.David Conrad2010-06-221-0/+373
OpenPOWER on IntegriCloud