319 Commits (3ade6a8644ab519fcd7caa7ef457dd406162bc14)

Author SHA1 Message Date
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
Paul B Mahol fcc0424c93 avfilter/vf_ssim: improve precision 5 years ago
Paul B Mahol 3bf28d40e5 avfilter/vf_v360: change remaps to int16_t type 5 years ago
Marton Balint 1f8e43938b avfilter/x86/vf_interlace: always use unaligned movs 5 years ago
Paul B Mahol ac0f5f4c17 avfilter/vf_maskedclamp: add x86 SIMD 5 years ago
James Almer 738bc3e742 x86/vf_transpose: make ff_transpose_8x8_16_sse2 work on x86_32 5 years ago
James Almer 27bae5aaca x86/vf_transpose: fix cpuflags check 5 years ago
Paul B Mahol ccd9bca15a avfilter/vf_transpose: add x86 SIMD 5 years ago
Paul B Mahol f7f4691f9f avfilter/x86/vf_atadenoise: fix comment 5 years ago
Paul B Mahol 0ae6fb276b avfilter/x86/vf_atadenoise: add SIMD for serial too 5 years ago
Paul B Mahol 71e33c6e01 avfilter/vf_atadenoise: add option to use additional algorithm 5 years ago
Paul B Mahol 295d99b439 avfilter/vf_adadenoise: add x86 SIMD 5 years ago
Paul B Mahol 64a805883d avfilter/vf_gblur: fix heap-buffer overflow 5 years ago
Andreas Rheinhardt 361fb42e1e avcodec/filter: Remove extra '; ' outside of functions 5 years ago
James Almer 1dbd3c6116 avfilter/vf_eq: fix compilation with x86 asm disabled 5 years ago
Ting Fu 4f589d668e avfilter/x86/vf_eq: add SSE2 version 5 years ago
Ting Fu 6aff2042d6 avfilter/x86/vf_eq: Change inline assembly into nasm code 5 years ago