summaryrefslogtreecommitdiff
path: root/libavfilter/x86
Commit message (Expand)AuthorAge
* avfilter/interlace: add support for 10 and 12 bitThomas Mundt2017-09-23
* avfilter/interlace: prevent over-sharpening with the complex low-pass filterThomas Mundt2017-09-15
* avfilter/vf_blend: rename addition128 and difference128 to grainmerge and gra...Paul B Mahol2017-08-24
* x86/vf_limiter: make limiter functions work on x86_32James Almer2017-07-13
* avfilter: add limiter filterPaul B Mahol2017-07-08
* x86/vf_blend: use ABS2 macroJames Almer2017-06-27
* x86/vf_blend: optimize difference and negation functionsJames Almer2017-06-27
* x86/vf_blend: add sse and ssse3 extremity functionsJames Almer2017-06-27
* vf_spp: only assign function pointers if permutation matches expectations.Ronald S. Bultje2017-06-24
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-21
* avfilter: add arbitrary audio FIR filterPaul B Mahol2017-05-09
* avfilter/interlace: add complex vertical low-pass filterThomas Mundt2017-05-02
* avfilter/interlace: change lowpass_line function prototypeThomas Mundt2017-04-22
* avfilter/vf_w3fdif: add >8 but <16 bit supportPaul B Mahol2016-12-25
* x86/avf_showcqt: use the FMULADD_PS x86util macroJames Almer2016-08-20
* asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron2016-06-27
* Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes2016-06-26
|\
| * Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-28
| * x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-11
| * x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-31
| * vf_interlace: get rid of useless loadsKieran Kunhya2014-11-27
* | x86/showcqt: use three operand format for some instructionsJames Almer2016-06-08
* | x86/showcqt: add missing preprocessor checksJames Almer2016-06-08
* | avutil/x86util: move haddps sse emulation from showcqtJames Almer2016-06-08
* | avfilter/avf_showcqt: cqt_calc optimization on x86Muhammad Faiz2016-06-08
* | avfilter/vf_blend: fix incorrect Y variable when threading is usedPaul B Mahol2016-05-23
* | vf_colorspace: use enums for bpp/subsampling array indices.Ronald S. Bultje2016-05-10
* | vf_colorspace: add const to yuv_stride[] argument in DSP functions.Ronald S. Bultje2016-05-10
* | vf_colorspace: x86-64 SIMD (SSE2) optimizations.Ronald S. Bultje2016-04-12
* | avfilter/vf_bwdif: Add yadif base information to copyright headerThomas Mundt2016-03-16
* | avfilter/vf_bwdif: add x86 SIMDThomas Mundt2016-03-13
* | x86/vf_blend: Add SSE2 optimization for divideTimothy Gu2016-02-28
* | vf_blend: Reduce number of arguments for kernel functionTimothy Gu2016-02-14
* | x86/vf_blend: Add SSE2 optimization for screenTimothy Gu2016-02-10
* | x86/vf_blend: Move multiplying to a macroTimothy Gu2016-02-10
* | vf_blend: Add SSE2 optimization for multiplyTimothy Gu2016-02-08
* | x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_highHendrik Leppkes2016-01-08
* | x86/vf_stereo3d: remove a few unnecessary movasJames Almer2016-01-03
* | x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32James Almer2015-12-28
* | x86/vf_stereo3d: optimize register usageJames Almer2015-12-28
* | x86/vf_blend: add sse2 versions of blend_difference and blend_negationJames Almer2015-12-24
* | x86/vf_blend: make all functions work on x86_32James Almer2015-12-24
* | x86/vf_blend: simplify using macrosJames Almer2015-12-24
* | x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32James Almer2015-12-24
* | avfilter/x86/vf_maskedmerge: Clear upper part of widthMichael Niedermayer2015-12-23
* | avfilter/x86/vf_maskedmerge: move %define out of .nextrowPaul B Mahol2015-12-10
* | x86/vf_w3fdif: use aligned loads in w3fdif_complex_highJames Almer2015-10-27
* | x86/vf_w3fdif: use aligned loads in w3fdif_simple_highJames Almer2015-10-11
* | x86/vf_w3fdif: simplify w3fdif_simple_highJames Almer2015-10-11
* | x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_lowJames Almer2015-10-11