| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/x86/videodsp: Remove obsolete MMX, 3dnow, SSE functions | Andreas Rheinhardt | 2022-06-22 | 1 | -71/+0 |
* | Remove unnecessary mem.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 1 | -4/+4 |
* | videodsp: assert that linesize is larger than width | Michael Niedermayer | 2015-07-08 | 1 | -0/+2 |
* | x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2 | James Almer | 2014-09-24 | 1 | -0/+36 |
* | x86/videodsp: fix warning about discarded 'const' qualifier | James Almer | 2014-09-23 | 1 | -2/+2 |
* | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -4/+4 |
* | Revert "x86/videodsp: add emulated_edge_mc_mmxext" | Michael Niedermayer | 2014-06-28 | 1 | -39/+5 |
* | x86/videodsp: add emulated_edge_mc_mmxext | James Almer | 2014-06-26 | 1 | -5/+39 |
* | Merge commit '51daafb02eaf96e0743a37ce95a7f5d02c1fa3c2' | Michael Niedermayer | 2014-01-31 | 1 | -1/+2 |
|\ |
|
| * | x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such. | Ronald S. Bultje | 2014-01-30 | 1 | -10/+27 |
* | | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0' | Michael Niedermayer | 2013-11-15 | 1 | -13/+17 |
|\| |
|
| * | lavc: Edge emulation with dst/src linesize | Ronald S. Bultje | 2013-11-15 | 1 | -30/+160 |
* | | avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86... | Ronald S. Bultje | 2013-10-24 | 1 | -16/+26 |
* | | libavcodec/x86: Fix emulated_edge_mc SSE code to not contain SSE2 instruction... | Ronald S. Bultje | 2013-10-10 | 1 | -3/+8 |
* | | Rewrite emu_edge functions to have separate src/dst_stride arguments. | Ronald S. Bultje | 2013-09-28 | 1 | -29/+152 |
* | | Convert multiplier for MV from int to ptrdiff_t. | Ronald S. Bultje | 2013-09-28 | 1 | -2/+1 |
* | | avcodec: add emuedge_linesize_type | Michael Niedermayer | 2013-09-04 | 1 | -1/+1 |
* | | Merge commit '6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0' | Michael Niedermayer | 2013-08-30 | 1 | -4/+5 |
|\| |
|
| * | x86: avcodec: Use convenience macros to check for CPU flags | Diego Biurrun | 2013-08-29 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-18 | 1 | -5/+5 |
|\| |
|
| * | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -5/+5 |
* | | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84' | Michael Niedermayer | 2013-02-06 | 1 | -1/+2 |
|\| |
|
| * | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 1 | -1/+2 |
* | | videodsp: Fix project name | Michael Niedermayer | 2012-12-22 | 1 | -4/+4 |
* | | x86/videodsp_init: Add back lost author attribution | Michael Niedermayer | 2012-12-22 | 1 | -0/+1 |
* | | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723' | Michael Niedermayer | 2012-12-21 | 1 | -5/+12 |
|/ |
|
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -0/+119 |