log ppc/dsputil_ppc.c @ 9711:d563821462b4 libavcodec

age author description
Mon, 25 May 2009 22:19:35 +0000 conrad Altivec VP3 IDCT libavcodec
Sun, 12 Apr 2009 21:42:55 +0000 diego Remove AltiVec optimizations for Snow. They are hindering the development libavcodec
Sat, 24 Jan 2009 17:32:06 +0000 diego Remove pointless #if HAVE_ALTIVEC around internal header #include 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
Wed, 03 Dec 2008 15:23:30 +0000 diego Delete unnecessary 'extern' keywords. libavcodec
Mon, 03 Nov 2008 18:08:00 +0000 rathann Remove duplicated MM_* macros for CPU capabilities from dsputil.h. libavcodec
Thu, 16 Oct 2008 13:34:09 +0000 flameeyes Convert asm keyword into __asm__. libavcodec
Sun, 20 Jul 2008 20:02:09 +0000 diego cosmetics: Reindent two misplaced braces. libavcodec
Sun, 20 Jul 2008 18:58:30 +0000 diego cosmetics: Reformat PPC code in libavcodec according to style guidelines. libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Sat, 01 Dec 2007 00:19:44 +0000 michael stupid code (casting of void*) found by checktree.sh libavcodec
Tue, 02 Oct 2007 10:34:57 +0000 diego cosmetics: Fix AltiVec spelling. libavcodec
Mon, 01 Oct 2007 14:10:49 +0000 diego Remove Metrowerks compiler workaround. libavcodec
Wed, 16 May 2007 09:51:45 +0000 diego Add libavcodec to compiler include flags in order to simplify header libavcodec
Tue, 10 Apr 2007 09:47:37 +0000 lu_zero ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 libavcodec
Tue, 13 Feb 2007 23:45:28 +0000 mru rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF libavcodec
Wed, 22 Nov 2006 09:20:16 +0000 diego Conditionally compile some of the AltiVec optimizations. libavcodec
Tue, 14 Nov 2006 03:18:09 +0000 mru revert bad checkin libavcodec
Tue, 14 Nov 2006 03:12:29 +0000 mru move some CFLAGS settings away from config.* writing section libavcodec
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodec
Thu, 12 Oct 2006 10:26:07 +0000 lu_zero ppc generic prefetch libavcodec
Mon, 09 Oct 2006 18:29:46 +0000 lu_zero removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore libavcodec
Sun, 08 Oct 2006 13:55:02 +0000 lu_zero Non Altivec optimizations already present at the top libavcodec
Sat, 07 Oct 2006 19:14:25 +0000 lu_zero fix the dcbz check and move it in configure libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Mon, 14 Aug 2006 22:55:11 +0000 lu_zero altivec float optimizations libavcodec
Thu, 03 Aug 2006 16:19:13 +0000 lu_zero standalone snow dsputil init libavcodec
Thu, 03 Aug 2006 16:13:50 +0000 lu_zero Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: libavcodec
Thu, 03 Aug 2006 13:00:37 +0000 lu_zero Cleanup libavcodec