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
Sun, 17 Jun 2007 09:38:35 +0000 gpoirier re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec, libavcodec
Sun, 17 Jun 2007 09:37:13 +0000 gpoirier part 2/2 of fixing Altivec-accelerated H264 luma inloop filter libavcodec
Sun, 17 Jun 2007 09:14:02 +0000 gpoirier convert h264_deblock_q1 to an inline function. libavcodec
Sat, 16 Jun 2007 18:59:10 +0000 gpoirier Use a faster way to compute 255-val: Instead of creating a vector of libavcodec
Fri, 15 Jun 2007 08:22:06 +0000 gpoirier some samples aren't decoded correctly such as libavcodec
Tue, 12 Jun 2007 21:44:38 +0000 gpoirier cosmetics libavcodec
Tue, 12 Jun 2007 21:24:25 +0000 gpoirier kill one vector constant value load by the right combination of vec_splatX/vec_sl libavcodec
Tue, 12 Jun 2007 21:17:22 +0000 gpoirier restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no% libavcodec
Mon, 11 Jun 2007 08:00:31 +0000 gpoirier one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go libavcodec
Sat, 09 Jun 2007 22:20:24 +0000 gpoirier minor GCC3 compile fix libavcodec
Sat, 09 Jun 2007 19:13:34 +0000 gpoirier Altivec version of h264_(h|v)_loop_filter_luma libavcodec
Sun, 03 Jun 2007 13:27:44 +0000 lu_zero h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> 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
Mon, 11 Dec 2006 10:52:18 +0000 gpoirier GCC 3.3 compile fix libavcodec
Sat, 02 Dec 2006 14:50:42 +0000 gpoirier Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato libavcodec
Sat, 02 Dec 2006 01:28:21 +0000 lu_zero Unused variable removed libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sun, 03 Sep 2006 04:44:50 +0000 kostya AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0]) 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:27:26 +0000 lu_zero Revert 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
Sun, 13 Aug 2006 08:26:43 +0000 lu_zero Clean up:make dsputil subfile names consistent libavcodec base ppc/dsputil_h264_altivec.c@e65da098b9fc