log ppc/dsputil_altivec.c @ 5573:204273dd0349 libavcodec

age author description
Wed, 22 Aug 2007 22:46:39 +0000 diego Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libavcodec
Wed, 22 Aug 2007 13:04:10 +0000 diego Simplify preprocessor directives. libavcodec
Thu, 17 May 2007 14:14:53 +0000 gpoirier use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables libavcodec
Wed, 16 May 2007 09:51:45 +0000 diego Add libavcodec to compiler include flags in order to simplify header libavcodec
Sat, 27 Jan 2007 15:09:34 +0000 lu_zero Simplify and avoid a warning (should be faster on Cell and certain G4 revisions) libavcodec
Mon, 09 Oct 2006 18:29:46 +0000 lu_zero removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore libavcodec
Mon, 09 Oct 2006 13:37:43 +0000 lu_zero add_bytes passes tests libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Fri, 11 Aug 2006 02:56:32 +0000 lu_zero keep in sync with dsputil, makes --disable-decoder=vorbis build libavcodec
Sun, 06 Aug 2006 23:15:32 +0000 lu_zero Cosmetics: 2->4 spaces and some braces libavcodec
Fri, 04 Aug 2006 19:11:12 +0000 lu_zero Yet another typo libavcodec
Fri, 04 Aug 2006 19:03:01 +0000 lu_zero Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo.org> for pointing out the issue and the patch 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 14:37:58 +0000 lu_zero Minor fix libavcodec
Thu, 03 Aug 2006 13:19:32 +0000 lu_zero vorbis_inverse_coupling_altivec libavcodec
Wed, 02 Aug 2006 21:37:38 +0000 lu_zero avoid possible segfault situations libavcodec
Sat, 17 Jun 2006 18:46:06 +0000 lu_zero Cosmetics: should not hurt performance, scream if are libavcodec
Fri, 07 Apr 2006 12:40:28 +0000 lu_zero hadamard8_diff* enabled on linux/ppc libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Tue, 05 Oct 2004 18:36:15 +0000 michael Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>) libavcodec
Tue, 08 Jun 2004 02:41:41 +0000 michael hadamard/AltiVec: fix to compiler fix, again by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
Sat, 05 Jun 2004 22:29:37 +0000 michael avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
Sat, 05 Jun 2004 22:26:03 +0000 michael hadamard/AltiVec: fix to compiler fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
Mon, 26 Apr 2004 08:51:56 +0000 alex disable hadamard for gcc below 3.3 - better fix awaited libavcodec
Mon, 26 Apr 2004 08:48:28 +0000 alex use the AVV macro from gcc_fixes.h instead ifdefs libavcodec
Mon, 26 Apr 2004 08:30:56 +0000 alex 100l, and another one because it boils out with ICE under gcc 3.2.3 libavcodec
Thu, 22 Apr 2004 13:21:59 +0000 michael better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
Tue, 20 Apr 2004 17:05:12 +0000 michael hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
Sat, 28 Feb 2004 15:03:53 +0000 michael Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>) libavcodec
Tue, 30 Dec 2003 16:07:57 +0000 michael interlaced motion estimation libavcodec
Wed, 09 Jul 2003 20:18:13 +0000 michaelni 1) remove TBL support in PPC performance. It's much more useful to use the libavcodec
Fri, 04 Jul 2003 09:39:05 +0000 michaelni PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
Wed, 21 May 2003 17:50:57 +0000 michaelni altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Sun, 26 Jan 2003 22:29:47 +0000 bellard Altivec on non darwin systems patch by Romain Dolbeau libavcodec
Mon, 20 Jan 2003 22:50:14 +0000 michaelni More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
Sun, 19 Jan 2003 19:00:45 +0000 michaelni PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
Thu, 16 Jan 2003 21:54:55 +0000 michaelni AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
Sat, 11 Jan 2003 20:51:03 +0000 michaelni altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodec
Wed, 08 Jan 2003 18:47:49 +0000 bellard altivec patches by Romain Dolbeau libavcodec
Tue, 07 Jan 2003 22:51:32 +0000 bellard suppressed pix_norm_altivec libavcodec
Fri, 22 Nov 2002 07:53:06 +0000 kabi * altivec and pix_norm patch by Brian Foley libavcodec
Tue, 19 Nov 2002 23:22:29 +0000 michaelni altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec
Sat, 02 Nov 2002 11:28:08 +0000 michaelni Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) libavcodec
Mon, 02 Sep 2002 08:48:12 +0000 michaelni altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec
Wed, 28 Aug 2002 13:14:36 +0000 michaelni first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec