log x86/dsputilenc_mmx.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Tue, 21 Sep 2010 17:57:21 +0000 mru x86: disable SSE functions using stack when stack is not aligned libavcodec
Fri, 17 Sep 2010 03:01:57 +0000 rbultje Properly add HAVE_YASM around yasmified symbols. Should fix compile error libavcodec
Fri, 17 Sep 2010 01:56:06 +0000 rbultje Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm, libavcodec
Fri, 17 Sep 2010 01:44:17 +0000 rbultje Move sse16_sse2() from inline asm to yasm. It is one of the functions causing libavcodec
Wed, 08 Sep 2010 15:07:14 +0000 stefano Move mm_support() from libavcodec to libavutil, make it a public libavcodec
Sat, 04 Sep 2010 09:59:08 +0000 stefano Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ libavcodec
Tue, 24 Aug 2010 17:47:05 +0000 mru Remove global mm_flags variable libavcodec
Mon, 19 Jul 2010 22:38:23 +0000 rbultje Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than libavcodec
Sat, 06 Mar 2010 22:37:08 +0000 mru x86: move function prototypes to header files libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Sun, 18 Oct 2009 20:47:25 +0000 lorenm huffyuv: add some const qualifiers libavcodec
Sun, 18 Oct 2009 19:51:18 +0000 jbr add CONFIG_LPC to the build system for lpc dsputil functions. fixes build libavcodec
Sat, 17 Oct 2009 21:00:39 +0000 jbr Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodec
Sat, 04 Apr 2009 13:20:53 +0000 stefano Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Sun, 18 Jan 2009 22:57:40 +0000 aurel moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Mon, 22 Dec 2008 09:12:42 +0000 diego Rename libavcodec/i386/ --> libavcodec/x86/. libavcodec