summaryrefslogtreecommitdiffstats
path: root/libswscale/ppc/yuv2rgb_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: ppc: Remove commented-out define cruftDiego Biurrun2013-06-021-2/+0
* ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-16/+16
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-32/+32
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-231-4/+7
* ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-091-5/+5
* swscale: K&R formatting cosmetics for PowerPC code (part II/II)Diego Biurrun2012-03-021-612/+642
* 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