134 Commits (081913aec53b7459711afe11f44a763dcd74703d)

Author SHA1 Message Date
Michael Niedermayer 838aa08d75 avfilter/vf_spp: support 10bit per sample 10 years ago
Michael Niedermayer 30d2ac4bf9 avfilter/vf_spp: change temporary to unsigned 10 years ago
Kieran Kunhya 96fda42a8f vf_interlace: get rid of useless loads 10 years ago
Michael Niedermayer ca59b5b6ec avfilter/x86/vf_interlace: remove redundant instructions 10 years ago
Michael Niedermayer ca5c3ff909 vf_interlace: x86: improve asm performance 10 years ago
Michael Niedermayer 05e4b25e9b avfilter/x86/vf_interlace: rewrite asm 10 years ago
Michael Niedermayer fb3eb57369 avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_sse2() 10 years ago
Kieran Kunhya 2e1704059a vf_interlace: Add SIMD for lowpass filter 10 years ago
James Almer 864f9326fb x86/vf_noise: move asm code to a separate file 10 years ago
Pascal Massimino 649b7a9946 av_filter/x86/idet: use HADDD where appropriate 10 years ago
Pascal Massimino e3fd6a3a4e av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line() 10 years ago
James Darnley db8970d7b6 vfi/x86/vf_idet: fix incorrect use of paddq 10 years ago
Pascal Massimino 161fc0f463 avfilter/x86/idet: fix license header (GPL -> LGPL) 10 years ago
skal 406a9ccffe avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line() 10 years ago
Andreas Cadhalpun 39a6e02fd4 fix spelling errors 10 years ago
James Almer ddea3b7106 x86/yadif-10: remove duplicate ABS macro 11 years ago
Michael Niedermayer a348f4befe avfilter/x86/vf_pullup: fix "invalid combination of opcode and operands" with nasm 11 years ago
Michael Niedermayer b8255a4c70 avfilter/x86/vf_pullup: fix old typo 11 years ago
Michael Niedermayer 6dffc8f5aa avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functions 11 years ago
Christophe Gisquet 9107612818 x86util: add and use RSHIFT/LSHIFT macros 11 years ago
Diego Biurrun 01c5779f56 x86: Drop some unnecessary YASM ifdefs 11 years ago
Robert Krüger 194ef56ba7 Change license of yadif from GPL to LGPL 11 years ago
Robert Krüger 4a38eeec38 Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c"" 11 years ago
Robert Krüger d8e763fda7 vf_yadif: Relicense from GPL to LGPL 11 years ago
Michael Niedermayer 975110a85e Revert "vf_yadif: move x86 init code to x86/yadif.c" 11 years ago
Clément Bœsch 969329fe11 Revert "Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'" 11 years ago
Michael Niedermayer c6125f5e1c avfilter/x86/vf_gradfun_init: fix some consts & related warnings 11 years ago
Diego Biurrun ed1a11ed52 gradfun: x86: Factor out common code for some gradfun_filter_line() variants 11 years ago
Diego Biurrun ee80cf741a avfilter: x86: K&R formatting cosmetics 11 years ago
Michael Niedermayer a826efb55a avfilter/x86/vf_gradfun_init: fix const and related warnings 11 years ago
Daniel Kang 0e73049416 avfilter: x86: Port gradfun filter optimizations to yasm 11 years ago
Diego Biurrun f6633c55a3 avfilter: Fix typo in Loren's email address 11 years ago
Paul B Mahol 112017e990 avfilter/x86/vf_pullup: try to fix build on x64 11 years ago
Paul B Mahol 9c774459a9 avfilter: port pullup filter from libmpcodecs 11 years ago
Diego Biurrun 3ac7fa81b2 Consistently use "cpu_flags" as variable/parameter name for CPU flags 11 years ago
Clément Bœsch a2c547ffec lavfi: add spp filter. 12 years ago
James Darnley b0ef0ae776 yadif: restore speed of the C filtering code 12 years ago
Diego Biurrun 6e9f8d6a7d x86: vf_yadif: Remove stray dsputil_mmx #include 12 years ago
Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 12 years ago
Diego Biurrun c1ad70c3cb x86: Move some conditional code around to avoid unused variable warnings 12 years ago
Clément Bœsch 1ae44c87c9 lavfi/gradfun: remove rounding to match C and SSE code. 12 years ago
Clément Bœsch 38a2f88d39 lavfi/gradfun: fix dithering in MMX code. 12 years ago
Clément Bœsch 2d66fc543b lavfi/gradfun: fix rounding in MMX code. 12 years ago
James Darnley c9a51c29fc yadif: remove an 'm' from the LOAD macro definition 12 years ago
James Darnley 1d3b14cac2 yadif: remove repeated check on width 12 years ago
James Darnley 7976d92dac yadif: cosmetic indentation from previous commits 12 years ago
James Darnley 0a5814c9ba yadif: x86 assembly for 9 to 14-bit samples 12 years ago
James Darnley 17e7b49501 yadif: x86 assembly for 16-bit samples 12 years ago
James Darnley 0735b50880 yadif: restore speed of the C filtering code 12 years ago
Loren Merritt 5b3c1aecb2 hqdn3d: Fix out of array read in LOWPASS 12 years ago