summaryrefslogtreecommitdiff
path: root/libswscale/ppc/yuv2rgb_altivec.c
Commit message (Expand)AuthorAge
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* swscale: ppc: Remove commented-out define cruftDiego Biurrun2013-06-02
* ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-23
* ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-09
* swscale: K&R formatting cosmetics for PowerPC code (part II/II)Diego Biurrun2012-03-02
* swscale: split yuv2packedX_altivec in smaller functions.Ronald S. Bultje2011-06-27
* swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje2011-06-03
* swscale: remove indirections in ppc/swscale_template.c.Ronald S. Bultje2011-06-03
* swscale: Remove disabled code.Diego Biurrun2011-05-29
* sws: replace all long with int.Anton Khirnov2011-05-28
* swscale: fix compile on ppc.Ronald S. Bultje2011-05-26
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix compilation, forgot to add const also to theReimar Döffinger2010-07-24
* Add some "const" to avoid incompatible pointer type warningsReimar Döffinger2010-07-24
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Remove ; after while(0) in macros.Ramiro Polla2009-09-12
* Cosmetics:Ramiro Polla2009-08-16
* Indent libswscale:Ramiro Polla2009-08-16
* Remove disabled debug code.Diego Biurrun2009-08-10
* Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.Ramiro Polla2009-06-04
* Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun2009-05-09
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-26