| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: replace explicit REP_RETs with RETs | Lynne | 2023-02-01 | 1 | -1/+1 |
* | avcodec/x86/videodsp: Remove obsolete MMX, 3dnow, SSE functions | Andreas Rheinhardt | 2022-06-22 | 1 | -35/+3 |
* | Merge commit 'b89804da9bad2d94dd95bf20ac6187447e9c17e9' | James Almer | 2017-03-23 | 1 | -1/+1 |
|\ |
|
| * | x86: videodsp: Add parentheses to expression to work around warning | Diego Biurrun | 2016-10-19 | 1 | -1/+1 |
| * | x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'. | Ronald S. Bultje | 2014-01-30 | 1 | -1/+1 |
| * | x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such. | Ronald S. Bultje | 2014-01-30 | 1 | -29/+43 |
| * | lavc: Edge emulation with dst/src linesize | Ronald S. Bultje | 2013-11-15 | 1 | -511/+329 |
* | | videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations. | Ronald S. Bultje | 2016-01-18 | 1 | -15/+6 |
* | | videodsp: don't overread edges in vfix3 emu_edge. | Ronald S. Bultje | 2015-10-24 | 1 | -4/+11 |
* | | x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2 | James Almer | 2014-09-24 | 1 | -1/+27 |
* | | Revert "x86/videodsp: add emulated_edge_mc_mmxext" | Michael Niedermayer | 2014-06-28 | 1 | -35/+24 |
* | | x86/videodsp: add emulated_edge_mc_mmxext | James Almer | 2014-06-26 | 1 | -24/+35 |
* | | avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD. | Ronald S. Bultje | 2013-10-27 | 1 | -17/+17 |
* | | avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' instead... | Ronald S. Bultje | 2013-10-27 | 1 | -1/+1 |
* | | avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86... | Ronald S. Bultje | 2013-10-24 | 1 | -6/+6 |
* | | libavcodec/x86: Fix emulated_edge_mc SSE code to not contain SSE2 instruction... | Ronald S. Bultje | 2013-10-10 | 1 | -25/+39 |
* | | Rewrite emu_edge functions to have separate src/dst_stride arguments. | Ronald S. Bultje | 2013-09-28 | 1 | -511/+329 |
* | | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa' | Michael Niedermayer | 2013-03-28 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 1 | -3/+3 |
* | | videodsp: Fix project name | Michael Niedermayer | 2012-12-22 | 1 | -4/+4 |
|/ |
|
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -0/+612 |