]> git.sesse.net Git - ffmpeg/history - libavfilter/x86
vf_delogo: fix copying the input frame.
[ffmpeg] / libavfilter / x86 /
2013-01-14 Daniel Kangyadif: x86: fix build for compilers without aligned...
2013-01-09 Daniel Kangyadif: Port inline assembly to yasm
2012-12-05 Justin Rugglesx86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume...
2012-12-05 Justin Rugglesx86: af_volume: add SSE2-optimized s16 volume scaling
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-10-30 Diego Biurrunx86: yasm: Use complete source path for macro helper...
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
2012-10-12 Diego Biurrunavfilter: call x86 init functions under if (ARCH_X86...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunavfilter: x86: Use more precise compile template names
2012-08-26 Loren Merrittvf_hqdn3d: x86 asm
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-13 Mans Rullgardx86: yadif: fix asm with suncc
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-07-31 Diego Biurrunx86: yadif: Mark mmxext optimizations as such
2012-07-23 Ronald S. Bultjelavfi: place x86 inline assembly under HAVE_INLINE_ASM.
2012-07-03 Mans Rullgardx86: lavfi: fix gradfun/yadif build with mmx/sse disabled
2012-07-02 Mans Rullgardvf_yadif: move x86 init code to x86/yadif.c
2012-07-02 Mans Rullgardvf_gradfun: move x86 init code to x86/gradfun.c
2012-02-09 Janne Grunauyadif: specify array size outside DECLARE_ALIGNED
2012-02-09 Diego Biurruncosmetics: Delete empty lines at end of file.
2011-07-04 Loren Merrittvf_gradfun: relicense x86 asm to LGPL
2011-04-03 Michael NiedermayerChange yadif to not use out of picture lines.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2010-12-12 Nolan LAdd gradfun filter, ported from MPlayer.
2010-12-06 Baptiste CoudurierIn yadif filter, declare asm constants directly to...
2010-12-04 Baptiste Coudurieryadif sse2/ssse3 optimizations
2010-10-03 İsmail Dönmezyadif: Explicit wordlength for compare. Fixes compile...
2010-09-29 Alexander StrangeFix compile on Darwin (FATE). Compile error:
2010-09-27 Aurelien Jacobsuse a Makefile in x86 subdir
2010-09-25 Michael Niedermayeryadif filter, based on stefanos port of my yadif from...