log ppc/h264_altivec.c @ 12267:8de66be22d87 libavcodec

age author description
2010-06-26 mru Remove PPC perf counter support libavcodec
2010-03-16 mru Move H264 dsputil functions into their own struct libavcodec
2010-03-06 mru PPC: move prototypes to headers and make some functions static libavcodec
2010-03-06 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
2010-01-22 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
2009-04-15 conrad Altivec version of avg_no_rnd_vc1_chroma_mc8 libavcodec
2009-04-14 conrad Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only libavcodec
2009-04-12 diego Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. libavcodec
2009-03-14 diego prettyprinting cosmetics libavcodec
2009-03-14 diego Add av_uninit to vsrcBuc variable to work around some libavcodec
2009-01-07 gpoirier Add AltiVec versions of h264_idct_add(8|16|16intra), libavcodec
2009-01-06 gpoirier add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) libavcodec
2009-01-06 gpoirier fix compilation with GCC-4.3+ libavcodec
2009-01-06 gpoirier offset and weights are signed, fixes some non-bitexact issues. libavcodec
2009-01-05 gpoirier add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) libavcodec
2009-01-05 gpoirier AltiVec version of h264_idct(8)_dc_add libavcodec
2008-12-27 lu_zero Cleanup _t types in libavcodec/ppc libavcodec
2008-12-25 gpoirier Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16, libavcodec
2008-07-24 diego cosmetics: Fix indentation after last commit. libavcodec
2008-07-24 diego Remove AltiVec vector declaration compiler compatibility macros. libavcodec
2008-07-20 diego cosmetics: Reformat PPC code in libavcodec according to style guidelines. libavcodec
2008-05-09 diego Use full path for #includes from another directory. libavcodec
2007-12-27 diego Add necessary #include, fixes the warnings: libavcodec
2007-10-02 lu_zero Sanitize altivec code so it can be built with runtime check properly libavcodec
2007-08-24 diego whitespace/indentation cosmetics libavcodec
2007-08-24 diego Remove HAVE_ALTIVEC preprocessor directives that are only compiled libavcodec
2007-08-12 gpoirier use shorter types vec_"type" instead of the too long vector "type" libavcodec
2007-06-17 gpoirier restore GCC3 support libavcodec
2007-06-17 gpoirier re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec, libavcodec
2007-06-17 gpoirier part 2/2 of fixing Altivec-accelerated H264 luma inloop filter libavcodec