summaryrefslogtreecommitdiffstats
path: root/libswscale/ppc/yuv2rgb_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: split yuv2packedX_altivec in smaller functions.Ronald S. Bultje2011-06-271-4/+24
* swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje2011-06-031-0/+1
* swscale: remove indirections in ppc/swscale_template.c.Ronald S. Bultje2011-06-031-1/+2
* swscale: Remove disabled code.Diego Biurrun2011-05-291-152/+0
* sws: replace all long with int.Anton Khirnov2011-05-281-1/+1
* swscale: fix compile on ppc.Ronald S. Bultje2011-05-261-8/+9
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-241-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Fix compilation, forgot to add const also to theReimar Döffinger2010-07-241-2/+2
* Add some "const" to avoid incompatible pointer type warningsReimar Döffinger2010-07-241-7/+7
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-2/+2
* Remove ; after while(0) in macros.Ramiro Polla2009-09-121-3/+3
* Cosmetics:Ramiro Polla2009-08-161-3/+3
* Indent libswscale:Ramiro Polla2009-08-161-18/+18
* Remove disabled debug code.Diego Biurrun2009-08-101-9/+0
* Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.Ramiro Polla2009-06-041-2/+2
* Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun2009-05-091-2/+2
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-261-0/+962
OpenPOWER on IntegriCloud