log ppc/float_altivec.c @ 12488:351a81a23343 libavcodec

age author description
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Sun, 27 Sep 2009 16:52:00 +0000 mru cosmetics: fix indentation after previous commit libavcodec
Sun, 27 Sep 2009 16:51:54 +0000 mru Drop unused args from vector_fmul_add_add, simpify code, and rename libavcodec
Sun, 12 Apr 2009 21:45:26 +0000 diego Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. libavcodec
Tue, 06 Jan 2009 23:03:33 +0000 gpoirier Add Altivec version of vector_fmul_window. libavcodec
Tue, 06 Jan 2009 12:51:35 +0000 gpoirier Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h libavcodec
Wed, 17 Dec 2008 09:47:06 +0000 gpoirier add AltiVec implementation of int32_to_float_fmul_scalar libavcodec
Mon, 25 Aug 2008 16:32:03 +0000 lu_zero Missing static in float_to_int16_altivec declaration libavcodec
Sat, 23 Aug 2008 21:10:38 +0000 lu_zero Remove unused variables libavcodec
Sat, 23 Aug 2008 21:09:46 +0000 lu_zero Introduce float_to_int16_interleave_altivec, tested with vorbis libavcodec
Sat, 23 Aug 2008 21:02:30 +0000 lu_zero Introduce float_to_int16_one_altivec libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Wed, 16 May 2007 09:51:45 +0000 diego Add libavcodec to compiler include flags in order to simplify header libavcodec
Tue, 23 Jan 2007 12:04:48 +0000 lu_zero 10l, there is a corner case afterall... libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Thu, 31 Aug 2006 15:44:37 +0000 lu_zero Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares libavcodec
Thu, 31 Aug 2006 15:15:14 +0000 lu_zero Fix float_to_int16, unaligned case, broken by the previous commit libavcodec
Tue, 15 Aug 2006 20:36:05 +0000 lu_zero 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding the issue libavcodec
Mon, 14 Aug 2006 22:55:11 +0000 lu_zero altivec float optimizations libavcodec