| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_yadif: Relicense from GPL to LGPL | Robert Krüger | 2014-01-14 | 2 | -18/+18 |
* | gradfun: x86: Factor out common code for some gradfun_filter_line() variants | Diego Biurrun | 2013-10-31 | 1 | -16/+13 |
* | avfilter: x86: K&R formatting cosmetics | Diego Biurrun | 2013-10-31 | 2 | -23/+42 |
* | avfilter: x86: Port gradfun filter optimizations to yasm | Daniel Kang | 2013-10-23 | 4 | -218/+207 |
* | avfilter: Fix typo in Loren's email address | Diego Biurrun | 2013-10-23 | 1 | -1/+1 |
* | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -5/+5 |
* | yadif: restore speed of the C filtering code | James Darnley | 2013-05-14 | 1 | -9/+3 |
* | x86: vf_yadif: Remove stray dsputil_mmx #include | Diego Biurrun | 2013-05-08 | 1 | -1/+0 |
* | avfilter: Add av_cold attributes to init/uninit functions | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | x86: Move some conditional code around to avoid unused variable warnings | Diego Biurrun | 2013-04-22 | 2 | -2/+2 |
* | lavfi/gradfun: remove rounding to match C and SSE code. | Clément Bœsch | 2013-03-28 | 1 | -2/+2 |
* | lavfi/gradfun: fix dithering in MMX code. | Clément Bœsch | 2013-03-28 | 1 | -2/+29 |
* | lavfi/gradfun: fix rounding in MMX code. | Clément Bœsch | 2013-03-28 | 1 | -1/+1 |
* | hqdn3d: Fix out of array read in LOWPASS | Loren Merritt | 2013-03-13 | 1 | -1/+1 |
* | vf_yadif: fix out-of line reads | Anton Khirnov | 2013-02-15 | 1 | -3/+9 |
* | vf_yadif: silence a warning. | Anton Khirnov | 2013-02-06 | 1 | -6/+6 |
* | avfilter: x86: consistent filenames for filter optimizations | Diego Biurrun | 2013-02-04 | 5 | -4/+4 |
* | vf_hqdn3d: x86: Add proper arch optimization initialization | Diego Biurrun | 2013-02-01 | 2 | -0/+40 |
* | yadif: x86: fix build for compilers without aligned stack | Daniel Kang | 2013-01-14 | 1 | -22/+34 |
* | yadif: Port inline assembly to yasm | Daniel Kang | 2013-01-09 | 4 | -302/+264 |
* | x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling | Justin Ruggles | 2012-12-05 | 2 | -3/+105 |
* | x86: af_volume: add SSE2-optimized s16 volume scaling | Justin Ruggles | 2012-12-05 | 3 | -0/+97 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 2 | -4/+6 |
* | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) | Diego Biurrun | 2012-10-12 | 1 | -2/+3 |
* | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 2 | -18/+14 |
* | avfilter: x86: Use more precise compile template names | Diego Biurrun | 2012-08-30 | 2 | -3/+3 |
* | vf_hqdn3d: x86 asm | Loren Merritt | 2012-08-26 | 2 | -0/+107 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 2 | -0/+3 |
* | x86: yadif: fix asm with suncc | Mans Rullgard | 2012-08-13 | 1 | -19/+13 |
* | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 2 | -2/+2 |
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 2 | -6/+6 |
* | x86: yadif: Mark mmxext optimizations as such | Diego Biurrun | 2012-07-31 | 1 | -5/+5 |
* | lavfi: place x86 inline assembly under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-22 | 2 | -0/+12 |
* | x86: lavfi: fix gradfun/yadif build with mmx/sse disabled | Mans Rullgard | 2012-07-03 | 2 | -6/+18 |
* | vf_yadif: move x86 init code to x86/yadif.c | Mans Rullgard | 2012-07-02 | 2 | -3/+16 |
* | vf_gradfun: move x86 init code to x86/gradfun.c | Mans Rullgard | 2012-07-02 | 1 | -8/+21 |
* | yadif: specify array size outside DECLARE_ALIGNED | Janne Grunau | 2012-02-09 | 1 | -4/+4 |
* | cosmetics: Delete empty lines at end of file. | Diego Biurrun | 2012-02-09 | 1 | -1/+0 |
* | vf_gradfun: relicense x86 asm to LGPL | Loren Merritt | 2011-07-04 | 1 | -9/+11 |
* | Change yadif to not use out of picture lines. | Michael Niedermayer | 2011-04-03 | 1 | -3/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 3 | -12/+12 |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -1/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+1 |
* | Add gradfun filter, ported from MPlayer. | Nolan L | 2010-12-12 | 2 | -0/+163 |
* | In yadif filter, declare asm constants directly to avoid dependency on libavc... | Baptiste Coudurier | 2010-12-06 | 2 | -3/+7 |
* | yadif sse2/ssse3 optimizations | Baptiste Coudurier | 2010-12-04 | 2 | -211/+289 |
* | yadif: Explicit wordlength for compare. Fixes compile with clang. | İsmail Dönmez | 2010-10-03 | 1 | -1/+1 |
* | Fix compile on Darwin (FATE). Compile error: | Alexander Strange | 2010-09-29 | 1 | -7/+6 |