aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/videodsp.asm
Commit message (Expand)AuthorAgeFilesLines
* x86: replace explicit REP_RETs with RETsLynne2023-02-011-1/+1
* avcodec/x86/videodsp: Remove obsolete MMX, 3dnow, SSE functionsAndreas Rheinhardt2022-06-221-35/+3
* Merge commit 'b89804da9bad2d94dd95bf20ac6187447e9c17e9'James Almer2017-03-231-1/+1
|\
| * x86: videodsp: Add parentheses to expression to work around warningDiego Biurrun2016-10-191-1/+1
| * x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'.Ronald S. Bultje2014-01-301-1/+1
| * x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such.Ronald S. Bultje2014-01-301-29/+43
| * lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-511/+329
* | 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