summaryrefslogtreecommitdiff
path: root/libswscale/ppc/swscale_altivec_template.c
Commit message (Expand)AuthorAge
* 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: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje2011-06-03
* sws: replace all long with int.Anton Khirnov2011-05-28
* swscale: fix compile on ppc.Ronald S. Bultje2011-05-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* More const-correctness fixes to avoid warnings.Reimar Döffinger2010-07-24
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Cosmetics:Ramiro Polla2009-08-16
* 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 swscale AltiVec template code to ppc subdirectory.Diego Biurrun2009-03-29