aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/videodsp.asm
Commit message (Expand)AuthorAgeFilesLines
* videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations.Ronald S. Bultje2016-01-181-15/+6
* videodsp: don't overread edges in vfix3 emu_edge.Ronald S. Bultje2015-10-241-4/+11
* x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2James Almer2014-09-241-1/+27
* Revert "x86/videodsp: add emulated_edge_mc_mmxext"Michael Niedermayer2014-06-281-35/+24
* x86/videodsp: add emulated_edge_mc_mmxextJames Almer2014-06-261-24/+35
* avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD.Ronald S. Bultje2013-10-271-17/+17
* avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' instead...Ronald S. Bultje2013-10-271-1/+1
* avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86...Ronald S. Bultje2013-10-241-6/+6
* libavcodec/x86: Fix emulated_edge_mc SSE code to not contain SSE2 instruction...Ronald S. Bultje2013-10-101-25/+39
* Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-281-511/+329
* Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer2013-03-281-3/+3
|\
| * cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-271-3/+3
* | videodsp: Fix project nameMichael Niedermayer2012-12-221-4/+4
|/
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+612