335 Commits (0415bb74c81ab0019e48bd2989ddf48d66918e9e)

Author SHA1 Message Date
Marton Balint a69a0b689c avfilter/blend: put slice parameters to a single struct 6 months ago
Andreas Rheinhardt 9ec928e627 avfilter/x86/Makefile: Fix standalone build of haldclut filter 6 months ago
Andreas Rheinhardt c11d7ca2f0 avfilter/x86/Makefile: Add missing dependencies for sobel filter 6 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Henrik Gramner 782c4df28d x86: Avoid using 'd' as an argument name 8 months ago
Andreas Rheinhardt fa06f48371 avfilter/bwdifdsp: Constify 1 year ago
Andreas Rheinhardt 80afcc8539 avfilter/bwdif: Add proper BWDIFDSPContext 1 year ago
Paul B Mahol c5effe7d3d avfilter/x86/af_afir: add FMA3 SIMD 1 year ago
Evgeny Pavlov cb1479faca avfilter/vf_ssim: Fix x86 assembly code for SSIM calculation 1 year ago
James Almer aca8ceb870 x86/vf_bwdif_init: limit AVX2 functions using 256bit vectors to cpus known to be fast with it 2 years ago
James Darnley 073ec3b9da avfilter/bwdif: add avx2 filter_line function 2 years ago
James Darnley b503b5a0cf avfilter/bwdif: move filter_line init to a dedicated function 2 years ago
Lynne bbe95f7353
x86: replace explicit REP_RETs with RETs 2 years ago
Wang, Bin 459527108a libavfilter/x86/vf_convolution: fix sobel swap issue on WIN64 2 years ago
bwang30 3ab11dc5bb libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI 2 years ago
Paul B Mahol 00b03331a0 avfilter/vf_threshold: fix handling of zero threshold 2 years ago
Andreas Rheinhardt ed42a51930 avfilter/x86/vf_bwdif: Remove obsolete MMXEXT functions 2 years ago
Andreas Rheinhardt 7c3c1d938f avfilter/x86/vf_idet: Remove obsolete MMX(EXT) functions 2 years ago
Andreas Rheinhardt 4d7128be9a avfilter/x86/vf_yadif: Remove obsolete MMXEXT functions 2 years ago
Andreas Rheinhardt 77b2a422a0 avfilter/x86/vf_eq_init: Remove obsolete MMXEXT function 2 years ago
Andreas Rheinhardt c5dd2fdc09 avfilter/x86/vf_noise: Remove obsolete MMX function 2 years ago
Andreas Rheinhardt 0df18f29ae avfilter/af_afir: Only keep DSP stuff in header 3 years ago
Paul B Mahol 28d011516b avfilter/x86/vf_limiter: use movu, dst may not be always aligned 3 years ago
Marton Balint 5b3732227e avfilter/x86/vf_blend: use unaligned movs for output 3 years ago
Paul B Mahol dae95b3ffd avfilter/vf_maskedmerge: fix rounding when masking 3 years ago
Paul B Mahol 047c362d3c avfilter/vf_nlmeans: add x86 SIMD 3 years ago
James Almer 39f3c98bb1 x86/vf_lut3d: use three operand form for some instructions 3 years ago
Mark Reid 3ee7250116 avfilter/vf_lut3d: fix building with --disable-optimizations 3 years ago
Mark Reid 716b396740 avfilter/vf_lut3d: add x86-optimized tetrahedral interpolation 3 years ago
Wu Jianhua e26c4d252f avfilter/x86/vf_blend: unify indentation format 3 years ago
Wu Jianhua 7bbad32d5a libavfilter/x86/vf_gblur: correct the order of loop step 3 years ago
Wu Jianhua fcf10c925d libavfilter/x86/vf_gblur: fixed the fate-test failed on MacOS 3 years ago
Wu Jianhua 4041c1029b libavfilter/x86/vf_gblur: add localbuf and ff_horiz_slice_avx2/512() 3 years ago
Wu Jianhua 68a2722aee libavfilter/x86/vf_gblur: add ff_verti_slice_avx2/512() 3 years ago
Wu Jianhua 4a5e24721c libavfilter/x86/vf_gblur: add ff_postscale_slice_avx512() 3 years ago
Paul B Mahol 0068b3d0f0 avfilter/avf_showcqt: switch to TX FFT from avutil 3 years ago
Andreas Rheinhardt 4608f7cc6a Remove unnecessary mem.h inclusions 3 years ago
James Almer 1628409b18 x86/vf_gblur: fix reg name in UNIX64 prologue 4 years ago
James Almer 2b4da1cb8c x86/vf_gblur: fix postscale_slice prologue 4 years ago
Paul B Mahol 44cf3a2b16 avfilter/x86/vf_gblur: add postscale SIMD 4 years ago
Paul B Mahol c6ce18be08 avfilter/vf_convolution: add 16-column operation for filter_column() 4 years ago
Paul B Mahol 95183d25e8 avfilter/vf_atadenoise: add sigma options 4 years ago
Paul B Mahol eaba6cecfb avfilter/vf_v360: add mitchell interpolation 4 years ago
Paul B Mahol fda5363c80 avfilter/x86/vf_convolution_init: there is asm only for 8bit depth 4 years ago
Limin Wang 71ec3e4583 Revert "avfilter/yadif: simplify the code for better readability" 4 years ago
Limin Wang 2a9b934675 avfilter/yadif: simplify the code for better readability 4 years ago
James Almer 320694ff84 x86/vf_blend: fix warnings about trailing empty parameters 4 years ago
Paul B Mahol 8e1354c95d avfilter/x86/vf_v360_init: add missing cases 5 years ago
Paul B Mahol e4809e12ea avfilter/vf_v360: add SIMD for lagrange9 interpolation 5 years ago
Martin Storsjö 0815a22dcc vf_ssim: Fix loading doubles to float registers on i386 5 years ago