summaryrefslogtreecommitdiff
path: root/libswscale/ppc
Commit message (Expand)AuthorAge
* ppc: fix some pointer to integer castsMans Rullgard2011-09-25
* swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje2011-08-17
* swscale: add dithering to yuv2yuvX_altivec_realLuca Barbato2011-08-13
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-12
* swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-01
* swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-29
* PPC: swscale: disable altivec functions for unsupported formatsMans Rullgard2011-06-28
* swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje2011-06-27
* swscale: split yuv2packedX_altivec in smaller functions.Ronald S. Bultje2011-06-27
* swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje2011-06-26
* swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje2011-06-07
* swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje2011-06-07
* swscale: enable hScale_altivec_real.Ronald S. Bultje2011-06-03
* 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
* swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.Ronald S. Bultje2011-06-02
* swscale: Remove unused variable.Diego Biurrun2011-05-30
* swscale: Remove disabled code.Diego Biurrun2011-05-29
* sws: replace all long with int.Anton Khirnov2011-05-28
* swscale: fix compile on ppc.Ronald S. Bultje2011-05-26
* swscale: remove duplicate code in ppc/ subdirectory.Ronald S. Bultje2011-05-24
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
* [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.Ronald S. Bultje2011-05-14
* 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