summaryrefslogtreecommitdiff
path: root/libavfilter/x86
Commit message (Expand)AuthorAge
* 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
* avfilter/x86/vf_w3fdif: add colons after labelsPaul B Mahol2015-10-10
* avfilter/vf_w3fdif: add x86 SIMDPaul B Mahol2015-10-10
* doc: fix spelling errorsAndreas Cadhalpun2015-10-09
* avfilter/x86/vf_blend.asm: hardmix: do same with two pxor instructions lessPaul B Mahol2015-10-07
* avfilter/x86/vf_blend.asm: 11th register is used, update functionsPaul B Mahol2015-10-07
* avfilter/x86/vf_blend.asm: add hardmix and phoenix sse2 SIMDPaul B Mahol2015-10-07
* avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputsPaul B Mahol2015-10-06
* avfilter/vf_blend: Fix argument types, fix segfault in asmMichael Niedermayer2015-10-03
* avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol2015-10-03
* avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth inputPaul B Mahol2015-10-02
* avfilter/x86/vf_psnr.asm: fix typoPaul B Mahol2015-10-01
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-18
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-04
* x86/vf_interlace: add missing colon to labelsJames Almer2015-07-26
* x86/vf_ssim: add ff_ssim_4x4_line_xopJames Almer2015-07-20
* x86/vf_ssim: fix some instruction commentsJames Almer2015-07-20
* avfilter/x86/vf_psnr.asm: split one line of license text into twoPaul B Mahol2015-07-14
* avfilter/vf_removegrain: add x86 and x86_64 SSE2 functionsJames Darnley2015-07-14
* vf_psnr: sse2 optimizations for sum-squared-error.Ronald S. Bultje2015-07-14
* vf_ssim: x86 simd for ssim_4x4xN and ssim_endN.Ronald S. Bultje2015-07-14