summaryrefslogtreecommitdiff
path: root/libswscale/ppc
Commit message (Expand)AuthorAge
...
| * swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje2011-06-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-04
|\|
| * 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
* | Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails.Reimar Döffinger2011-06-02
* | Include pixdesc.h for av_get_pix_fmt_name.Reimar Döffinger2011-05-30
* | swscale: remove sws_format_name()Stefano Sabatini2011-05-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-30
|\|
| * swscale: Remove disabled code.Diego Biurrun2011-05-29
* | Add const to vector types for input in altivec code.Reimar Döffinger2011-05-29
* | Remove unused variable, avoiding compiler warning.Reimar Döffinger2011-05-29
* | 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
* | Commits that could not be pulled earlier due to bugs.Michael Niedermayer2011-05-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|
| * 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
* | Merge swscale bloatupMichael Niedermayer2011-05-25
* | sws-PPC: fix after VOFW change.Michael Niedermayer2011-05-12
|/
* 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