aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/h264_template_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-071-2/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Fix PPC build.Ronald S. Bultje2011-02-171-0/+10
* Remove PPC perf counter supportMåns Rullgård2010-06-261-16/+0
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-061-2/+2
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-2/+2
* Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad2009-04-151-4/+93
* prettyprinting cosmeticsDiego Biurrun2009-03-141-6/+6
* Add av_uninit to vsrcBuc variable to work around someDiego Biurrun2009-03-141-1/+1
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-271-142/+142
* cosmetics: Fix indentation after last commit.Diego Biurrun2008-07-241-4/+4
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-6/+6
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-201-459/+459
* ReindentLuca Barbato2007-12-231-39/+39
* Minor fixLuca Barbato2007-12-231-3/+6
* 10l do not load after the buffer...Luca Barbato2007-12-231-6/+6
* Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventuallyLuca Barbato2007-12-221-11/+34
* ReindentLuca Barbato2007-12-221-39/+39
* Partially address issue299, no performance change apparentlyLuca Barbato2007-12-221-0/+42
* Avoid a vec_add, directly start with sumLuca Barbato2007-12-221-2/+1
* ReindentLuca Barbato2007-12-221-32/+28
* Factorize common code (almost cosmetic)Luca Barbato2007-12-221-46/+31
* CosmeticsLuca Barbato2007-12-221-3/+3
* remove alignment correction of the destination pointers in luma_16x6Guillaume Poirier2007-08-261-42/+19
* use shorter types vec_"type" instead of the too long vector "type"Guillaume Poirier2007-08-121-218/+168
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-171-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Clean up:make dsputil subfile names consistentLuca Barbato2006-08-131-0/+717