summaryrefslogtreecommitdiffstats
path: root/libswscale/ppc
Commit message (Expand)AuthorAgeFilesLines
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-232-5/+9
* build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-121-0/+3
* ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-091-5/+5
* swscale: make filterPos 32bit.Ronald S. Bultje2012-03-061-1/+1
* swscale: K&R formatting cosmetics for PowerPC code (part II/II)Diego Biurrun2012-03-021-612/+642
* swscale: K&R formatting cosmetics for PowerPC code (part I/II)Diego Biurrun2012-02-212-303/+314
* swscale: ppc: Add missing header #includes to pass 'make checkheaders'.Diego Biurrun2012-02-091-0/+4
* cosmetics: Remove some unnecessary block braces.Diego Biurrun2012-01-251-10/+0
* swscale: K&R reformatting cosmetics for header filesDiego Biurrun2012-01-081-7/+12
* swscale: Use standard multiple inclusion guards in ppc/ header files.Diego Biurrun2012-01-041-3/+3
* swscale: update altivec yuv2planeX asm to new per-plane API.Ronald S. Bultje2011-10-221-81/+13
* Split up yuv2yuvX functionsKieran Kunhya2011-10-221-1/+1
* ppc: fix some pointer to integer castsMans Rullgard2011-09-251-5/+5
* swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje2011-08-171-1/+1
* swscale: add dithering to yuv2yuvX_altivec_realLuca Barbato2011-08-131-14/+7
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-121-1/+1
* swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-011-1/+1
* swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-291-1/+3
* PPC: swscale: disable altivec functions for unsupported formatsMans Rullgard2011-06-281-1/+3
* swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje2011-06-271-4/+3
* swscale: split yuv2packedX_altivec in smaller functions.Ronald S. Bultje2011-06-273-14/+46
* swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje2011-06-261-2/+1
* swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje2011-06-071-1/+1
* swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje2011-06-071-1/+5
* swscale: enable hScale_altivec_real.Ronald S. Bultje2011-06-031-0/+1
* swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje2011-06-033-5/+50
* swscale: remove indirections in ppc/swscale_template.c.Ronald S. Bultje2011-06-033-71/+23
* swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje2011-06-032-155/+191
* swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.Ronald S. Bultje2011-06-021-4/+0
* swscale: Remove unused variable.Diego Biurrun2011-05-301-2/+0
* swscale: Remove disabled code.Diego Biurrun2011-05-291-152/+0
* sws: replace all long with int.Anton Khirnov2011-05-283-5/+5
* swscale: fix compile on ppc.Ronald S. Bultje2011-05-263-31/+41
* swscale: remove duplicate code in ppc/ subdirectory.Ronald S. Bultje2011-05-241-791/+2
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-241-1/+2
* [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.Ronald S. Bultje2011-05-141-49/+0
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-111-2/+2
* swscale: correct include path to fix ppc altivec buildJanne Grunau2011-04-151-1/+1
* swscale: partially move the arch specific code leftLuca Barbato2011-04-141-0/+903
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-192-8/+8
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-2/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+2
* Fix compilation, forgot to add const also to theReimar Döffinger2010-07-241-2/+2
* More const-correctness fixes to avoid warnings.Reimar Döffinger2010-07-241-10/+10
* Add some "const" to avoid incompatible pointer type warningsReimar Döffinger2010-07-241-7/+7
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-222-6/+6
* Remove ; after while(0) in macros.Ramiro Polla2009-09-121-3/+3
* Cosmetics:Ramiro Polla2009-08-162-6/+9
* Indent libswscale:Ramiro Polla2009-08-161-18/+18
* Remove disabled debug code.Diego Biurrun2009-08-101-9/+0
OpenPOWER on IntegriCloud