summaryrefslogtreecommitdiffstats
path: root/libavfilter/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/vf_limiter: make limiter functions work on x86_32James Almer2017-07-132-18/+14
* avfilter: add limiter filterPaul B Mahol2017-07-083-0/+130
* x86/vf_blend: use ABS2 macroJames Almer2017-06-271-6/+3
* x86/vf_blend: optimize difference and negation functionsJames Almer2017-06-271-16/+24
* x86/vf_blend: add sse and ssse3 extremity functionsJames Almer2017-06-272-0/+29
* vf_spp: only assign function pointers if permutation matches expectations.Ronald S. Bultje2017-06-241-1/+7
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-215-32/+32
* avfilter: add arbitrary audio FIR filterPaul B Mahol2017-05-093-0/+97
* avfilter/interlace: add complex vertical low-pass filterThomas Mundt2017-05-023-6/+84
* avfilter/interlace: change lowpass_line function prototypeThomas Mundt2017-04-223-23/+19
* avfilter/vf_w3fdif: add >8 but <16 bit supportPaul B Mahol2016-12-251-4/+5
* x86/avf_showcqt: use the FMULADD_PS x86util macroJames Almer2016-08-201-13/+4
* asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron2016-06-271-20/+20
* Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes2016-06-263-3/+0
|\
| * Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-283-3/+0
| * x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-111-1/+1
| * x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-311-1/+1
| * vf_interlace: get rid of useless loadsKieran Kunhya2014-11-271-2/+0
* | x86/showcqt: use three operand format for some instructionsJames Almer2016-06-081-4/+4
* | x86/showcqt: add missing preprocessor checksJames Almer2016-06-081-0/+6
* | avutil/x86util: move haddps sse emulation from showcqtJames Almer2016-06-081-16/+5
* | avfilter/avf_showcqt: cqt_calc optimization on x86Muhammad Faiz2016-06-083-0/+271
* | avfilter/vf_blend: fix incorrect Y variable when threading is usedPaul B Mahol2016-05-231-1/+1
* | vf_colorspace: use enums for bpp/subsampling array indices.Ronald S. Bultje2016-05-101-32/+32
* | vf_colorspace: add const to yuv_stride[] argument in DSP functions.Ronald S. Bultje2016-05-101-4/+4
* | vf_colorspace: x86-64 SIMD (SSE2) optimizations.Ronald S. Bultje2016-04-123-0/+1218
* | avfilter/vf_bwdif: Add yadif base information to copyright headerThomas Mundt2016-03-161-0/+4
* | avfilter/vf_bwdif: add x86 SIMDThomas Mundt2016-03-133-0/+346
* | x86/vf_blend: Add SSE2 optimization for divideTimothy Gu2016-02-282-0/+32
* | vf_blend: Reduce number of arguments for kernel functionTimothy Gu2016-02-142-3/+2
* | x86/vf_blend: Add SSE2 optimization for screenTimothy Gu2016-02-102-0/+31
* | x86/vf_blend: Move multiplying to a macroTimothy Gu2016-02-101-6/+10
* | vf_blend: Add SSE2 optimization for multiplyTimothy Gu2016-02-082-0/+31
* | x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_highHendrik Leppkes2016-01-082-3/+34
* | x86/vf_stereo3d: remove a few unnecessary movasJames Almer2016-01-031-12/+12
* | x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32James Almer2015-12-282-4/+45
* | x86/vf_stereo3d: optimize register usageJames Almer2015-12-281-78/+86
* | x86/vf_blend: add sse2 versions of blend_difference and blend_negationJames Almer2015-12-242-3/+13
* | x86/vf_blend: make all functions work on x86_32James Almer2015-12-242-55/+52
* | x86/vf_blend: simplify using macrosJames Almer2015-12-242-325/+53
* | x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32James Almer2015-12-242-12/+19
* | avfilter/x86/vf_maskedmerge: Clear upper part of widthMichael Niedermayer2015-12-231-0/+1
* | avfilter/x86/vf_maskedmerge: move %define out of .nextrowPaul B Mahol2015-12-101-2/+2
* | x86/vf_w3fdif: use aligned loads in w3fdif_complex_highJames Almer2015-10-271-4/+2
* | x86/vf_w3fdif: use aligned loads in w3fdif_simple_highJames Almer2015-10-111-4/+2
* | x86/vf_w3fdif: simplify w3fdif_simple_highJames Almer2015-10-111-9/+7
* | x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_lowJames Almer2015-10-111-4/+4
* | avfilter/x86/vf_w3fdif: add colons after labelsPaul B Mahol2015-10-101-5/+5
* | avfilter/vf_w3fdif: add x86 SIMDPaul B Mahol2015-10-103-0/+298
* | doc: fix spelling errorsAndreas Cadhalpun2015-10-091-2/+2
OpenPOWER on IntegriCloud