summaryrefslogtreecommitdiffstats
path: root/libswscale/ppc
Commit message (Expand)AuthorAgeFilesLines
...
| * swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.Ronald S. Bultje2011-06-021-4/+0
| * swscale: Remove unused variable.Diego Biurrun2011-05-301-2/+0
* | Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails.Reimar Döffinger2011-06-021-5/+5
* | Include pixdesc.h for av_get_pix_fmt_name.Reimar Döffinger2011-05-301-0/+1
* | swscale: remove sws_format_name()Stefano Sabatini2011-05-301-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-301-152/+0
|\ \ | |/
| * swscale: Remove disabled code.Diego Biurrun2011-05-291-152/+0
* | Add const to vector types for input in altivec code.Reimar Döffinger2011-05-291-5/+5
* | Remove unused variable, avoiding compiler warning.Reimar Döffinger2011-05-291-2/+0
* | Cast pointers to uintptr_t rather than unsigned int.Reimar Döffinger2011-05-291-2/+2
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-293-5/+5
|\ \ | |/
| * sws: replace all long with int.Anton Khirnov2011-05-283-5/+5
| * swscale: fix compile on ppc.Ronald S. Bultje2011-05-263-31/+41
* | Commits that could not be pulled earlier due to bugs.Michael Niedermayer2011-05-293-31/+41
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-252-855/+4
|\ \ | |/
| * 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
* | Merge swscale bloatupMichael Niedermayer2011-05-251-0/+918
* | sws-PPC: fix after VOFW change.Michael Niedermayer2011-05-122-6/+6
|/
* 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
* Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.Ramiro Polla2009-06-042-6/+6
* Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun2009-05-092-5/+9
* Move swscale AltiVec template code to ppc subdirectory.Diego Biurrun2009-03-291-0/+538
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-261-0/+962
OpenPOWER on IntegriCloud