log libmpcodecs/vf_divtc.c @ 28907:ccbde3575f0a

age author description
Fri, 13 Mar 2009 17:12:40 +0000 reimar Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX
Fri, 13 Mar 2009 17:09:39 +0000 reimar Use the same code as in vf_decimate to select diff_MMX
Fri, 13 Mar 2009 17:02:15 +0000 reimar Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).
Fri, 16 Jan 2009 09:21:21 +0000 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Sat, 04 Oct 2008 10:16:48 +0000 diego Remove word size check and macro and use __WORDSIZE directly instead.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Sun, 09 Sep 2007 09:59:50 +0000 diego warning fix:
Thu, 28 Jun 2007 11:24:12 +0000 reimar Get rid of my_memcpy_pic code duplication in many filters.
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Sun, 13 Aug 2006 00:21:14 +0000 diego Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
Sat, 15 Apr 2006 20:46:54 +0000 nplourde add support for intel mac. mp3lib is not fixed yet.
Tue, 21 Mar 2006 21:26:42 +0000 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Thu, 28 Jul 2005 15:44:39 +0000 reimar deghost_plane also reads from destination, so request readable buffer
Thu, 21 Oct 2004 11:55:20 +0000 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
Sat, 17 Apr 2004 17:08:31 +0000 rfelker New filter by Ville Saari (114263 at foo dot bar dot org)