235 Commits (ce626f26959a1ab56c99fc3fe224c91d14f5b4c8)

Author SHA1 Message Date
Martin Vignali 3c6dc27035 avfilter/x86/vf_interlace : avfilter/x86/vf_interlace : fix crash when using unaligned data in low_pass complex 7 years ago
Martin Vignali 49dced9fd0 avfilter/x86/vf_interlace : avoid crash when data are unaligned 7 years ago
Martin Vignali 869efbf971 avfilter/x86/vf_threshold : add threshold16 SIMD (SSE4 and AVX2) 7 years ago
James Almer f2aa0ce5a0 x86/vf_hflip: use xor to zero initialize registers 7 years ago
James Almer dc33fe1d00 x86/vf_hflip: don't load the width argument twice 7 years ago
James Almer cc2ba526d4 x86/vf_threshold: make threshold8 functions work on x86_32 7 years ago
Paul B Mahol 5ff0d2acae avfilter/x86/vf_hflip.asm: fix building on x32 7 years ago
Paul B Mahol 86fda8be3f avfilter: add hflip x86 SIMD 7 years ago
James Almer b73304f79e x86vf_threshold/: use the PBLENDVB macro 7 years ago
Martin Vignali 6e3e696591 avfilter/x86/vf_threshold : cosmetic indent 7 years ago
Martin Vignali 9719d57b34 avfilter/x86/vf_threshold : add avx2 version for threshold 8 7 years ago
Martin Vignali 51345cb1d5 avfilter/x86/vf_threshold : make macro for threshold8 in order to add avx2 version 7 years ago
Paul B Mahol bbfcb1b7c8 avfilter/vf_threshold: add x86 SIMD 7 years ago
Thomas Mundt 40bfaa190c avfilter/interlace: add support for 10 and 12 bit 8 years ago
Thomas Mundt a7f6bfdc18 avfilter/interlace: prevent over-sharpening with the complex low-pass filter 8 years ago
Paul B Mahol f8d0689d3f avfilter/vf_blend: rename addition128 and difference128 to grainmerge and grainextract 8 years ago
James Almer 5688fd77b5 x86/vf_limiter: make limiter functions work on x86_32 8 years ago
Paul B Mahol 01e545d046 avfilter: add limiter filter 8 years ago
James Almer d2ef9e6e7f x86/vf_blend: use ABS2 macro 8 years ago
James Almer 0daa1cf073 x86/vf_blend: optimize difference and negation functions 8 years ago
James Almer fa50d9360b x86/vf_blend: add sse and ssse3 extremity functions 8 years ago
Ronald S. Bultje 97f7f83169 vf_spp: only assign function pointers if permutation matches expectations. 8 years ago
Diego Biurrun fd502f4f5f build: Generalize yasm/nasm-related variable names 8 years ago
Paul B Mahol 49bbfb9d13 avfilter: add arbitrary audio FIR filter 8 years ago
Thomas Mundt 2da5bf4c2f avfilter/interlace: add complex vertical low-pass filter 8 years ago
Thomas Mundt 207e6debf8 avfilter/interlace: change lowpass_line function prototype 8 years ago
Diego Biurrun 39e208f4d4 build: Generalize yasm/nasm-related variable names 8 years ago
Paul B Mahol c6c888e996 avfilter/vf_w3fdif: add >8 but <16 bit support 8 years ago
Diego Biurrun 6be7944ee2 x86: Add missing colons after assembly labels 8 years ago
James Almer a8e3833a61 x86/avf_showcqt: use the FMULADD_PS x86util macro 9 years ago
Matthieu Bouron 9eb3da2f99 asm: FF_-prefix internal macros used in inline assembly 9 years ago
James Almer 172af20852 x86/showcqt: use three operand format for some instructions 9 years ago
James Almer 7d7fdd6532 x86/showcqt: add missing preprocessor checks 9 years ago
James Almer 99b899483e avutil/x86util: move haddps sse emulation from showcqt 9 years ago
Muhammad Faiz 1e69ac9246 avfilter/avf_showcqt: cqt_calc optimization on x86 9 years ago
Diego Biurrun dc40a70c57 Drop unnecessary libavutil/x86/asm.h #includes 9 years ago
Paul B Mahol 5b8faaad6c avfilter/vf_blend: fix incorrect Y variable when threading is used 9 years ago
Ronald S. Bultje f4075767b2 vf_colorspace: use enums for bpp/subsampling array indices. 9 years ago
Ronald S. Bultje 9b26a8077f vf_colorspace: add const to yuv_stride[] argument in DSP functions. 9 years ago
Ronald S. Bultje 5ce703a6bf vf_colorspace: x86-64 SIMD (SSE2) optimizations. 9 years ago
Thomas Mundt d0a9114f99 avfilter/vf_bwdif: Add yadif base information to copyright header 9 years ago
Thomas Mundt 5024a82e95 avfilter/vf_bwdif: add x86 SIMD 9 years ago
Timothy Gu 222e6da605 x86/vf_blend: Add SSE2 optimization for divide 9 years ago
Timothy Gu 4574323973 vf_blend: Reduce number of arguments for kernel function 9 years ago
Timothy Gu 74f8d9aaef x86/vf_blend: Add SSE2 optimization for screen 9 years ago
Timothy Gu c8b1612af0 x86/vf_blend: Move multiplying to a macro 9 years ago
Timothy Gu 253209ac44 vf_blend: Add SSE2 optimization for multiply 9 years ago
Hendrik Leppkes 53ada3af62 x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high 9 years ago
James Almer 35b0c7efda x86/vf_stereo3d: remove a few unnecessary movas 9 years ago
James Almer 1817643d4f x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32 9 years ago