]> git.sesse.net Git - ffmpeg/history - libavfilter/x86/gradfun.c
x86: mmx2 ---> mmxext in function names
[ffmpeg] / libavfilter / x86 / gradfun.c
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
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-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_gradfun: move x86 init code to x86/gradfun.c
2011-07-04 Loren Merrittvf_gradfun: relicense x86 asm to LGPL
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-12-12 Nolan LAdd gradfun filter, ported from MPlayer.