summaryrefslogtreecommitdiff
path: root/libavcodec/x86/videodsp.asm
Commit message (Expand)AuthorAge
* avcodec/x86/videodsp: Remove obsolete MMX, 3dnow, SSE functionsAndreas Rheinhardt2022-06-22
* Merge commit 'b89804da9bad2d94dd95bf20ac6187447e9c17e9'James Almer2017-03-23
|\
| * x86: videodsp: Add parentheses to expression to work around warningDiego Biurrun2016-10-19
| * x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'.Ronald S. Bultje2014-01-30
| * x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such.Ronald S. Bultje2014-01-30
| * lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* | videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations.Ronald S. Bultje2016-01-18
* | videodsp: don't overread edges in vfix3 emu_edge.Ronald S. Bultje2015-10-24
* | x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2James Almer2014-09-24
* | Revert "x86/videodsp: add emulated_edge_mc_mmxext"Michael Niedermayer2014-06-28
* | x86/videodsp: add emulated_edge_mc_mmxextJames Almer2014-06-26
* | avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD.Ronald S. Bultje2013-10-27
* | avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' instead...Ronald S. Bultje2013-10-27
* | avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86...Ronald S. Bultje2013-10-24
* | libavcodec/x86: Fix emulated_edge_mc SSE code to not contain SSE2 instruction...Ronald S. Bultje2013-10-10
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-28
* | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer2013-03-28
|\|
| * cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* | videodsp: Fix project nameMichael Niedermayer2012-12-22
|/
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20