summaryrefslogtreecommitdiff
path: root/libavcodec/x86/videodsp_init.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt2022-07-311-1/+1
* avcodec/x86/videodsp: Remove obsolete MMX, 3dnow, SSE functionsAndreas Rheinhardt2022-06-221-71/+0
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-211-4/+4
* videodsp: assert that linesize is larger than widthMichael Niedermayer2015-07-081-0/+2
* x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2James Almer2014-09-241-0/+36
* x86/videodsp: fix warning about discarded 'const' qualifierJames Almer2014-09-231-2/+2
* Add missing "const" all over the place.Reimar Döffinger2014-08-291-4/+4
* Revert "x86/videodsp: add emulated_edge_mc_mmxext"Michael Niedermayer2014-06-281-39/+5
* x86/videodsp: add emulated_edge_mc_mmxextJames Almer2014-06-261-5/+39
* Merge commit '51daafb02eaf96e0743a37ce95a7f5d02c1fa3c2'Michael Niedermayer2014-01-311-1/+2
|\
| * x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such.Ronald S. Bultje2014-01-301-10/+27
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-151-13/+17
|\ \ | |/
| * lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-30/+160
* | avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86...Ronald S. Bultje2013-10-241-16/+26
* | libavcodec/x86: Fix emulated_edge_mc SSE code to not contain SSE2 instruction...Ronald S. Bultje2013-10-101-3/+8
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-281-29/+152
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-281-2/+1
* | avcodec: add emuedge_linesize_typeMichael Niedermayer2013-09-041-1/+1
* | Merge commit '6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0'Michael Niedermayer2013-08-301-4/+5
|\ \ | |/
| * x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-291-4/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-181-5/+5
|\ \ | |/
| * Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-5/+5
* | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-061-1/+2
|\ \ | |/
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* | videodsp: Fix project nameMichael Niedermayer2012-12-221-4/+4
* | x86/videodsp_init: Add back lost author attributionMichael Niedermayer2012-12-221-0/+1
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-211-5/+12
|/
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+119