log ppc/h264_altivec.c @ 12475:9fef0a8ddd63 libavcodec

age author description
Wed, 08 Sep 2010 15:07:14 +0000 stefano Move mm_support() from libavcodec to libavutil, make it a public libavcodec
Wed, 08 Sep 2010 10:02:40 +0000 stefano Merge has_altivec() function into mm_support(), remove it and use libavcodec
Sat, 26 Jun 2010 22:23:35 +0000 mru Remove PPC perf counter support libavcodec
Tue, 16 Mar 2010 01:17:00 +0000 mru Move H264 dsputil functions into their own struct libavcodec
Sat, 06 Mar 2010 22:37:14 +0000 mru PPC: move prototypes to headers and make some functions static libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Wed, 15 Apr 2009 06:23:40 +0000 conrad Altivec version of avg_no_rnd_vc1_chroma_mc8 libavcodec
Tue, 14 Apr 2009 23:55:39 +0000 conrad Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only libavcodec
Sun, 12 Apr 2009 21:45:26 +0000 diego Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. libavcodec
Sat, 14 Mar 2009 19:12:20 +0000 diego prettyprinting cosmetics libavcodec
Sat, 14 Mar 2009 19:11:56 +0000 diego Add av_uninit to vsrcBuc variable to work around some libavcodec
Wed, 07 Jan 2009 13:54:26 +0000 gpoirier Add AltiVec versions of h264_idct_add(8|16|16intra), libavcodec
Tue, 06 Jan 2009 22:29:26 +0000 gpoirier add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) libavcodec
Tue, 06 Jan 2009 10:44:45 +0000 gpoirier fix compilation with GCC-4.3+ libavcodec
Tue, 06 Jan 2009 10:35:06 +0000 gpoirier offset and weights are signed, fixes some non-bitexact issues. libavcodec
Mon, 05 Jan 2009 23:15:14 +0000 gpoirier add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) libavcodec
Mon, 05 Jan 2009 22:13:42 +0000 gpoirier AltiVec version of h264_idct(8)_dc_add libavcodec
Sat, 27 Dec 2008 11:21:28 +0000 lu_zero Cleanup _t types in libavcodec/ppc libavcodec
Thu, 25 Dec 2008 18:27:49 +0000 gpoirier Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16, libavcodec
Thu, 24 Jul 2008 16:54:51 +0000 diego cosmetics: Fix indentation after last commit. libavcodec
Thu, 24 Jul 2008 10:53:32 +0000 diego Remove AltiVec vector declaration compiler compatibility macros. 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
Thu, 27 Dec 2007 12:31:23 +0000 diego Add necessary #include, fixes the warnings: libavcodec
Tue, 02 Oct 2007 11:39:32 +0000 lu_zero Sanitize altivec code so it can be built with runtime check properly libavcodec
Fri, 24 Aug 2007 23:49:11 +0000 diego whitespace/indentation cosmetics libavcodec
Fri, 24 Aug 2007 23:01:50 +0000 diego Remove HAVE_ALTIVEC preprocessor directives that are only compiled libavcodec
Sun, 12 Aug 2007 13:50:06 +0000 gpoirier use shorter types vec_"type" instead of the too long vector "type" libavcodec
Sun, 17 Jun 2007 12:38:51 +0000 gpoirier restore GCC3 support libavcodec