46 Commits (7388c0c58601477db076e2e74e8b11f8a644384a)

Author SHA1 Message Date
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
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 14 years ago
Nolan L d5f187fd33 Add gradfun filter, ported from MPlayer. 14 years ago
Baptiste Coudurier 90f1f3bf00 In yadif filter, declare asm constants directly to avoid dependency on libavcodec 14 years ago
Baptiste Coudurier 1ef64490e1 yadif sse2/ssse3 optimizations 14 years ago
İsmail Dönmez 5ef42826d2 yadif: Explicit wordlength for compare. Fixes compile with clang. 14 years ago
Alexander Strange 5ba24e4982 Fix compile on Darwin (FATE). Compile error: 14 years ago
Aurelien Jacobs fa6f4ebc08 use a Makefile in x86 subdir 14 years ago
Michael Niedermayer acbac56789 yadif filter, based on stefanos port of my yadif from mplayer. 14 years ago