summaryrefslogtreecommitdiff
path: root/libavfilter/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/vf_bwdif_init: limit AVX2 functions using 256bit vectors to cpus known to...James Almer2023-03-251-2/+2
* avfilter/bwdif: add avx2 filter_line functionJames Darnley2023-03-252-5/+36
* avfilter/bwdif: move filter_line init to a dedicated functionJames Darnley2023-03-251-3/+1
* x86: replace explicit REP_RETs with RETsLynne2023-02-0111-22/+22
* libavfilter/x86/vf_convolution: fix sobel swap issue on WIN64Wang, Bin2022-11-211-5/+6
* libavfilter/x86/vf_convolution: add sobel filter optimization and unit test w...bwang302022-11-142-0/+165
* avfilter/vf_threshold: fix handling of zero thresholdPaul B Mahol2022-10-271-15/+8
* avfilter/x86/vf_bwdif: Remove obsolete MMXEXT functionsAndreas Rheinhardt2022-06-222-20/+0
* avfilter/x86/vf_idet: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-222-73/+1
* avfilter/x86/vf_yadif: Remove obsolete MMXEXT functionsAndreas Rheinhardt2022-06-224-37/+0
* avfilter/x86/vf_eq_init: Remove obsolete MMXEXT functionAndreas Rheinhardt2022-06-222-30/+2
* avfilter/x86/vf_noise: Remove obsolete MMX functionAndreas Rheinhardt2022-06-221-29/+0
* avfilter/af_afir: Only keep DSP stuff in headerAndreas Rheinhardt2022-05-061-1/+1
* avfilter/x86/vf_limiter: use movu, dst may not be always alignedPaul B Mahol2022-03-241-2/+2
* avfilter/x86/vf_blend: use unaligned movs for outputMarton Balint2022-03-211-11/+11
* avfilter/vf_maskedmerge: fix rounding when maskingPaul B Mahol2022-03-031-7/+10
* avfilter/vf_nlmeans: add x86 SIMDPaul B Mahol2021-11-113-0/+139
* x86/vf_lut3d: use three operand form for some instructionsJames Almer2021-10-141-4/+4
* avfilter/vf_lut3d: fix building with --disable-optimizationsMark Reid2021-10-131-0/+4
* avfilter/vf_lut3d: add x86-optimized tetrahedral interpolationMark Reid2021-10-103-0/+752
* 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