summaryrefslogtreecommitdiff
path: root/libavfilter/x86
Commit message (Expand)AuthorAge
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun2012-10-12
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* avfilter: x86: Use more precise compile template namesDiego Biurrun2012-08-30
* vf_hqdn3d: x86 asmLoren Merritt2012-08-26
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* x86: yadif: fix asm with sunccMans Rullgard2012-08-13
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* x86: yadif: Mark mmxext optimizations as suchDiego Biurrun2012-07-31
* lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-22
* x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard2012-07-03
* vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-02
* vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard2012-07-02
* yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau2012-02-09
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-09
* vf_gradfun: relicense x86 asm to LGPLLoren Merritt2011-07-04
* Change yadif to not use out of picture lines.Michael Niedermayer2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Add gradfun filter, ported from MPlayer.Nolan L2010-12-12
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-06
* yadif sse2/ssse3 optimizationsBaptiste Coudurier2010-12-04
* yadif: Explicit wordlength for compare. Fixes compile with clang.İsmail Dönmez2010-10-03
* Fix compile on Darwin (FATE). Compile error:Alexander Strange2010-09-29
* use a Makefile in x86 subdirAurelien Jacobs2010-09-27
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-25