aboutsummaryrefslogtreecommitdiff
path: root/libswscale/ppc
AgeCommit message (Expand)Author
2010-07-24Fix compilation, forgot to add const also to theReimar Döffinger
2010-07-24More const-correctness fixes to avoid warnings.Reimar Döffinger
2010-07-24Add some "const" to avoid incompatible pointer type warningsReimar Döffinger
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-09-12Remove ; after while(0) in macros.Ramiro Polla
2009-08-16Cosmetics:Ramiro Polla
2009-08-16Indent libswscale:Ramiro Polla
2009-08-10Remove disabled debug code.Diego Biurrun
2009-06-04Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.Ramiro Polla
2009-05-09Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun
2009-03-29Move swscale AltiVec template code to ppc subdirectory.Diego Biurrun
2009-03-26Move yuv2rgb code to subdirs.Ramiro Polla