log ppc/dsputil_altivec.c @ 7373:266d4949aa15 libavcodec

age author description
Thu, 24 Jul 2008 10:53:32 +0000 diego Remove AltiVec vector declaration compiler compatibility macros. libavcodec
Sun, 20 Jul 2008 20:56:40 +0000 diego cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines. libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Fri, 04 Jan 2008 13:38:25 +0000 diego Change some files to only include the necessary headers. libavcodec
Sat, 01 Dec 2007 22:35:38 +0000 vitor Fix alignment broke by my last patch libavcodec
Sat, 01 Dec 2007 22:21:04 +0000 vitor spelling libavcodec
Tue, 02 Oct 2007 12:35:23 +0000 diego cosmetics: Fix indentation after last commit. libavcodec
Tue, 02 Oct 2007 12:34:43 +0000 diego Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). libavcodec
Tue, 02 Oct 2007 11:39:32 +0000 lu_zero Sanitize altivec code so it can be built with runtime check properly libavcodec
Tue, 02 Oct 2007 10:34:57 +0000 diego cosmetics: Fix AltiVec spelling. libavcodec
Mon, 01 Oct 2007 14:23:36 +0000 diego Remove const vector macro indirection that is useless and obfuscating libavcodec
Mon, 27 Aug 2007 09:21:33 +0000 diego Simplify preprocessor directives. libavcodec
Mon, 27 Aug 2007 09:17:03 +0000 diego Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavcodec
Fri, 24 Aug 2007 15:42:50 +0000 diego Fix trivial mixed declarations and code warning caused by a double semicolon. libavcodec
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