summaryrefslogtreecommitdiff
path: root/libavfilter/x86
Commit message (Expand)AuthorAgeFilesLines
* avfilter/x86/vf_blend: unify indentation formatWu Jianhua2021-10-031-20/+20
* libavfilter/x86/vf_gblur: correct the order of loop stepWu Jianhua2021-09-181-2/+1
* libavfilter/x86/vf_gblur: fixed the fate-test failed on MacOSWu Jianhua2021-09-181-2/+4
* libavfilter/x86/vf_gblur: add localbuf and ff_horiz_slice_avx2/512()Wu Jianhua2021-08-292-7/+589
* libavfilter/x86/vf_gblur: add ff_verti_slice_avx2/512()Wu Jianhua2021-08-292-0/+196
* libavfilter/x86/vf_gblur: add ff_postscale_slice_avx512()Wu Jianhua2021-08-292-9/+16
* avfilter/avf_showcqt: switch to TX FFT from avutilPaul B Mahol2021-07-271-1/+1
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-2212-12/+0
* x86/vf_gblur: fix reg name in UNIX64 prologueJames Almer2021-02-171-1/+1
* x86/vf_gblur: fix postscale_slice prologueJames Almer2021-02-171-16/+13
* avfilter/x86/vf_gblur: add postscale SIMDPaul B Mahol2021-02-162-3/+63
* avfilter/vf_convolution: add 16-column operation for filter_column()Paul B Mahol2021-02-131-1/+1
* avfilter/vf_atadenoise: add sigma optionsPaul B Mahol2021-01-221-8/+10
* avfilter/vf_v360: add mitchell interpolationPaul B Mahol2020-10-041-1/+2
* avfilter/x86/vf_convolution_init: there is asm only for 8bit depthPaul B Mahol2020-09-151-1/+1
* Revert "avfilter/yadif: simplify the code for better readability"Limin Wang2020-08-272-2/+3
* avfilter/yadif: simplify the code for better readabilityLimin Wang2020-08-262-3/+2
* x86/vf_blend: fix warnings about trailing empty parametersJames Almer2020-07-121-17/+17
* avfilter/x86/vf_v360_init: add missing casesPaul B Mahol2020-04-021-1/+3
* avfilter/vf_v360: add SIMD for lagrange9 interpolationPaul B Mahol2020-04-022-0/+49
* vf_ssim: Fix loading doubles to float registers on i386Martin Storsjö2020-02-051-1/+1
* avfilter/vf_ssim: improve precisionPaul B Mahol2020-02-042-13/+26
* avfilter/vf_v360: change remaps to int16_t typePaul B Mahol2020-01-191-5/+5
* avfilter/x86/vf_interlace: always use unaligned movsMarton Balint2019-12-151-6/+6
* avfilter/vf_maskedclamp: add x86 SIMDPaul B Mahol2019-10-233-0/+144
* x86/vf_transpose: make ff_transpose_8x8_16_sse2 work on x86_32James Almer2019-10-222-7/+6
* x86/vf_transpose: fix cpuflags checkJames Almer2019-10-211-2/+2
* avfilter/vf_transpose: add x86 SIMDPaul B Mahol2019-10-213-0/+139
* avfilter/x86/vf_atadenoise: fix commentPaul B Mahol2019-10-211-1/+1
* avfilter/x86/vf_atadenoise: add SIMD for serial tooPaul B Mahol2019-10-172-0/+134
* avfilter/vf_atadenoise: add option to use additional algorithmPaul B Mahol2019-10-171-2/+2
* avfilter/vf_adadenoise: add x86 SIMDPaul B Mahol2019-10-173-0/+196
* avfilter/vf_gblur: fix heap-buffer overflowPaul B Mahol2019-10-161-2/+2
* avcodec/filter: Remove extra '; ' outside of functionsAndreas Rheinhardt2019-10-071-2/+2
* avfilter/vf_eq: fix compilation with x86 asm disabledJames Almer2019-09-262-4/+7
* avfilter/x86/vf_eq: add SSE2 versionTing Fu2019-09-262-2/+29
* avfilter/x86/vf_eq: Change inline assembly into nasm codeTing Fu2019-09-264-97/+138
* avfilter/x86/vf_360: add most of >8 depth asmPaul B Mahol2019-09-162-0/+79
* x86/vf_v360: use a faster horizontal add in remap4_8bit_line_avx2James Almer2019-09-061-7/+4
* x86/vf_v360: make remap{1,2}_8bit_line_avx2 work on x86_32James Almer2019-09-062-3/+10
* avfilter/vf_v360: x86 SIMD for interpolationsPaul B Mahol2019-09-063-0/+194
* avfilter/vf_convolution: add x86 SIMD for filter_3x3()Ruiling Song2019-08-073-0/+204
* avfilter/vf_gblur: add missing preprocessor checkJames Almer2019-06-121-0/+4
* avfilter/vf_gblur: add x86 SIMD optimizationsRuiling Song2019-06-123-0/+223
* avfilter: add anlmdn filter x86 SIMD optimizationsPaul B Mahol2019-01-103-0/+117
* x86/af_afir: use three operand form forat some instructionsJames Almer2019-01-031-10/+10
* x86/af_afir: add ff_fcmul_add_avx()James Almer2019-01-032-1/+12
* avfilter/af_afir: split off fcmul_add into a DSP contextJames Almer2019-01-031-1/+1
* x86/af_afir: fix processing the last elementJames Almer2019-01-031-2/+5
* x86/scene_sad: fix link errors when HAVE_X86ASM is not definedJames Almer2018-11-211-1/+9