summaryrefslogtreecommitdiff
path: root/libavcodec/vp9dsp.c
Commit message (Expand)AuthorAgeFilesLines
* vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-281-1/+1
* lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch2017-03-271-1/+1
* aarch64: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-151-0/+1
* arm: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-151-0/+1
* vp9dsp: Deduplicate the subpel filtersMartin Storsjö2016-11-151-0/+56
* vp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version.Ronald S. Bultje2015-09-101-2/+2
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 MC functionsShivraj Patil2015-07-161-0/+1
* avcodec/vp9dsp: Replace assert by av_assert0()Michael Niedermayer2015-05-071-1/+2
* vp9: add keyframe profile 2/3 support.Ronald S. Bultje2015-05-061-2210/+8
* vp9: add support for resolution changes in inter frames.Ronald S. Bultje2015-04-231-14/+191
* vp9/x86: invert hu_ipred left array ordering.Ronald S. Bultje2014-12-191-6/+6
* avcodec/vp9: fix () in macrosMichael Niedermayer2014-06-181-1/+1
* vp9: invert order in l[] intra prediction array.Ronald S. Bultje2014-02-091-35/+35
* avcodec/vp9dsp: remove unused stride parameter in loop_filter().Clément Bœsch2013-11-231-3/+2
* avcodec/vp9dsp: pass dconly bit as macro argument.Clément Bœsch2013-11-221-14/+8
* avcodec/vp9dsp: add DC only versions for idct/idct.Clément Bœsch2013-11-221-0/+22
* avcodec/vp9dsp: fix overwrite by 1 in vert_left pred.Ronald S. Bultje2013-10-201-2/+2
* VP9 MC (ssse3) optimizations.Ronald S. Bultje2013-10-021-0/+2
* Native VP9 decoder.Ronald S. Bultje2013-10-021-0/+2047