60 Commits (1202b712690c14f0efb06e4ad8b06c5b3df6822a)

Author SHA1 Message Date
Diego Biurrun 6be7944ee2 x86: Add missing colons after assembly labels 8 years ago
Diego Biurrun dc40a70c57 Drop unnecessary libavutil/x86/asm.h #includes 9 years ago
Henrik Gramner ab43beefab x86inc: Drop SECTION_TEXT macro 9 years ago
James Almer d68c05380c x86: check for AV_CPU_FLAG_AVXSLOW where useful 10 years ago
Kieran Kunhya 96fda42a8f vf_interlace: get rid of useless loads 10 years ago
Michael Niedermayer ca5c3ff909 vf_interlace: x86: improve asm performance 10 years ago
Kieran Kunhya 2e1704059a vf_interlace: Add SIMD for lowpass filter 10 years ago
Diego Biurrun 01c5779f56 x86: Drop some unnecessary YASM ifdefs 11 years ago
Robert Krüger d8e763fda7 vf_yadif: Relicense from GPL to LGPL 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
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
Diego Biurrun 3ac7fa81b2 Consistently use "cpu_flags" as variable/parameter name for CPU flags 11 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
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
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
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
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
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Mans Rullgard 480178a295 x86: yadif: fix asm with suncc 12 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 12 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 12 years ago
Diego Biurrun d1505db067 x86: yadif: Mark mmxext optimizations as such 12 years ago
Ronald S. Bultje 3124886554 lavfi: place x86 inline assembly under HAVE_INLINE_ASM. 12 years ago
Mans Rullgard fb93e61e2b x86: lavfi: fix gradfun/yadif build with mmx/sse disabled 13 years ago
Mans Rullgard a87b17f328 vf_yadif: move x86 init code to x86/yadif.c 13 years ago
Mans Rullgard 2f0accf103 vf_gradfun: move x86 init code to x86/gradfun.c 13 years ago
Janne Grunau 456d3e4fb5 yadif: specify array size outside DECLARE_ALIGNED 13 years ago
Diego Biurrun 0bba26466f cosmetics: Delete empty lines at end of file. 13 years ago
Loren Merritt 082768f0b1 vf_gradfun: relicense x86 asm to LGPL 14 years ago
Michael Niedermayer 233ed6b314 Change yadif to not use out of picture lines. 14 years ago