summaryrefslogtreecommitdiff
path: root/libswscale/ppc/swscale_altivec_template.c
Commit message (Expand)AuthorAge
* Cast pointers to uintptr_t rather than unsigned int.Reimar Döffinger2011-05-29
* Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-29
|\
| * 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
* | Commits that could not be pulled earlier due to bugs.Michael Niedermayer2011-05-29
* | sws-PPC: fix after VOFW change.Michael Niedermayer2011-05-12
|/
* 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