summaryrefslogtreecommitdiff
path: root/libswscale/ppc/yuv2rgb_altivec.h
Commit message (Collapse)AuthorAge
* swscale: ppc: Add missing header #includes to pass 'make checkheaders'.Diego Biurrun2012-02-09
|
* swscale: K&R reformatting cosmetics for header filesDiego Biurrun2012-01-08
|
* swscale: Use standard multiple inclusion guards in ppc/ header files.Diego Biurrun2012-01-04
|
* swscale: split yuv2packedX_altivec in smaller functions.Ronald S. Bultje2011-06-27
| | | | | | This will likely lead to a considerable performance boost, since it removes a branch from the inner loop. Part of the Great Evil Plan to simplify swscale.
* swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje2011-06-03