summaryrefslogtreecommitdiff
path: root/libavcodec/x86/videodsp_init.c
Commit message (Expand)AuthorAge
* avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt2022-07-31
* avcodec/x86/videodsp: Remove obsolete MMX, 3dnow, SSE functionsAndreas Rheinhardt2022-06-22
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-21
* videodsp: assert that linesize is larger than widthMichael Niedermayer2015-07-08
* x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2James Almer2014-09-24
* x86/videodsp: fix warning about discarded 'const' qualifierJames Almer2014-09-23
* Add missing "const" all over the place.Reimar Döffinger2014-08-29
* Revert "x86/videodsp: add emulated_edge_mc_mmxext"Michael Niedermayer2014-06-28
* x86/videodsp: add emulated_edge_mc_mmxextJames Almer2014-06-26
* Merge commit '51daafb02eaf96e0743a37ce95a7f5d02c1fa3c2'Michael Niedermayer2014-01-31
|\
| * x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such.Ronald S. Bultje2014-01-30
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-15
|\|
| * lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* | 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
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-28
* | avcodec: add emuedge_linesize_typeMichael Niedermayer2013-09-04
* | Merge commit '6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0'Michael Niedermayer2013-08-30
|\|
| * x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-18
|\|
| * Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
* | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-06
|\|
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* | videodsp: Fix project nameMichael Niedermayer2012-12-22
* | x86/videodsp_init: Add back lost author attributionMichael Niedermayer2012-12-22
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-21
|/
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20