]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ppc/h264_altivec.c
prettyprinting cosmetics
[frescor/ffmpeg.git] / libavcodec / ppc / h264_altivec.c
2009-03-14 diegoprettyprinting cosmetics
2009-03-14 diegoAdd av_uninit to vsrcBuc variable to work around some
2009-01-07 gpoirierAdd AltiVec versions of h264_idct_add(8|16|16intra),
2009-01-06 gpoirieradd AltiVec implementation of weight_h264_pixels(16...
2009-01-06 gpoirierfix compilation with GCC-4.3+
2009-01-06 gpoirieroffset and weights are signed, fixes some non-bitexact...
2009-01-05 gpoirieradd AltiVec implementation of biweight_h264_pixels...
2009-01-05 gpoirierAltiVec version of h264_idct(8)_dc_add
2008-12-27 lu_zeroCleanup _t types in libavcodec/ppc
2008-12-25 gpoirierDisable usage of ff_h264_idct_add_altivec since AltiVec...
2008-07-24 diegocosmetics: Fix indentation after last commit.
2008-07-24 diegoRemove AltiVec vector declaration compiler compatibilit...
2008-07-20 diegocosmetics: Reformat PPC code in libavcodec according...
2008-05-09 diegoUse full path for #includes from another directory.
2007-12-27 diegoAdd necessary #include, fixes the warnings:
2007-10-02 lu_zeroSanitize altivec code so it can be built with runtime...
2007-08-24 diegowhitespace/indentation cosmetics
2007-08-24 diegoRemove HAVE_ALTIVEC preprocessor directives that are...
2007-08-12 gpoirieruse shorter types vec_"type" instead of the too long...
2007-06-17 gpoirierrestore GCC3 support
2007-06-17 gpoirierre-enable use of h264_v_loop_filter_luma_altivec and...
2007-06-17 gpoirierpart 2/2 of fixing Altivec-accelerated H264 luma inloop...
2007-06-17 gpoirierconvert h264_deblock_q1 to an inline function.
2007-06-16 gpoirierUse a faster way to compute 255-val: Instead of creatin...
2007-06-15 gpoiriersome samples aren't decoded correctly such as
2007-06-12 gpoiriercosmetics
2007-06-12 gpoirierkill one vector constant value load by the right combin...
2007-06-12 gpoirierrestore GCC2/3 support, patch by Sigbjorn Skjaeret...
2007-06-11 gpoirierone step closer to restoring GCC-3.3 support: kills...
2007-06-09 gpoirierminor GCC3 compile fix
2007-06-09 gpoirierAltivec version of h264_(h|v)_loop_filter_luma
2007-06-03 lu_zeroh264_idct_add_altivec, based on an old patch from Mauri...
2007-05-17 gpoirieruse macro Use DECLARE_ALIGNED_16 to align stack-allocat...
2007-05-16 diegoAdd libavcodec to compiler include flags in order to...
2006-12-11 gpoirierGCC 3.3 compile fix
2006-12-02 gpoirierAdd IDCT8 routine in Altivec. Patch by yours truely...
2006-12-02 lu_zeroUnused variable removed
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-03 kostyaAltiVec version of put_no_rnd_h264_chroma_pixels_tab...
2006-08-31 lu_zeroProper fix for the corner case that would have been...
2006-08-31 lu_zeroRevert previous commit
2006-08-15 lu_zero10l, thanks to Emanuele Giaquinta <exg@gentoo.org>...
2006-08-13 lu_zeroClean up:make dsputil subfile names consistent