summaryrefslogtreecommitdiff
path: root/libswscale/ppc
Commit message (Expand)AuthorAge
...
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-11
* swscale: correct include path to fix ppc altivec buildJanne Grunau2011-04-15
* swscale: partially move the arch specific code leftLuca Barbato2011-04-14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Fix compilation, forgot to add const also to theReimar Döffinger2010-07-24
* More const-correctness fixes to avoid warnings.Reimar 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 swscale AltiVec template code to ppc subdirectory.Diego Biurrun2009-03-29
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-26