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