110 Commits (c94ed2a729649f614dc433032b3b3ca189057644)

Author SHA1 Message Date
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 12 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
Anton Khirnov 64ed397635 vf_yadif: fix out-of line reads 12 years ago
Anton Khirnov 99162f8d46 vf_yadif: silence a warning. 12 years ago
Diego Biurrun e66240f22e avfilter: x86: consistent filenames for filter optimizations 12 years ago
Michael Niedermayer d593f2b241 avfilter/x86/vf_hqdn3d_init: fix author attribution & project name 12 years ago
Diego Biurrun 76d90125cd vf_hqdn3d: x86: Add proper arch optimization initialization 12 years ago
Daniel Kang 67360ccd51 yadif: x86: fix build for compilers without aligned stack 12 years ago
Daniel Kang 899157b308 yadif: Port inline assembly to yasm 12 years ago
Clément Bœsch 63e1fc2588 lavfi/gradfun: remove rounding to match C and SSE code. 12 years ago
Clément Bœsch 60ba9a9a88 lavfi/gradfun: fix dithering in MMX code. 12 years ago
Clément Bœsch 49de902a1e lavfi/gradfun: fix rounding in MMX code. 12 years ago
Carl Eugen Hoyos 24b20087bd Fix compilation with yasm 0.6.2. 12 years ago
Justin Ruggles b30a363331 x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling 12 years ago
Justin Ruggles f96f1e06a4 x86: af_volume: add SSE2-optimized s16 volume scaling 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Diego Biurrun 04581c8c77 x86: yasm: Use complete source path for macro helper %includes 12 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 12 years ago
Diego Biurrun f6c38c5f4e avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 12 years ago
Loren Merritt 1b1b902e2c hqdn3d: Fix out of array read in LOWPASS 12 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 12 years ago
Diego Biurrun cdaec0b240 avfilter: x86: Use more precise compile template names 12 years ago
Loren Merritt 7a1944b907 vf_hqdn3d: x86 asm 12 years ago