summaryrefslogtreecommitdiffstats
path: root/libswscale/ppc/yuv2rgb_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() and vec...Rong Yan2015-07-161-0/+5
* | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer2013-08-291-6/+22
|\ \ | |/
| * swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-291-6/+22
* | Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'Michael Niedermayer2013-06-031-2/+0
|\ \ | |/
| * swscale: ppc: Remove commented-out define cruftDiego Biurrun2013-06-021-2/+0
* | Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d'Michael Niedermayer2013-05-011-16/+16
|\ \ | |/
| * ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-16/+16
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-32/+32
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-32/+32
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-231-4/+7
|\ \ | |/
| * swscale: Mark all init functions as av_coldDiego Biurrun2012-07-231-4/+7
| * ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-091-5/+5
* | Fix destination row striding in altivec_yuv2_bgr24.Pavel Koshevoy2012-07-061-9/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-612/+642
|\ \ | |/
| * swscale: K&R formatting cosmetics for PowerPC code (part II/II)Diego Biurrun2012-03-021-612/+642
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-291-4/+24
|\ \ | |/
| * swscale: split yuv2packedX_altivec in smaller functions.Ronald S. Bultje2011-06-271-4/+24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-041-1/+3
|\ \ | |/
| * swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje2011-06-031-0/+1
| * swscale: remove indirections in ppc/swscale_template.c.Ronald S. Bultje2011-06-031-1/+2
* | 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
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-291-1/+1
|\ \ | |/
| * sws: replace all long with int.Anton Khirnov2011-05-281-1/+1
| * swscale: fix compile on ppc.Ronald S. Bultje2011-05-261-8/+9
* | Commits that could not be pulled earlier due to bugs.Michael Niedermayer2011-05-291-8/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-1/+2
|\ \ | |/
| * swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-241-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | sws-PPC: fix after VOFW change.Michael Niedermayer2011-05-121-2/+2
|/
* Fix compilation, forgot to add const also to theReimar Döffinger2010-07-241-2/+2
* 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-221-2/+2
* Remove ; after while(0) in macros.Ramiro Polla2009-09-121-3/+3
* Cosmetics:Ramiro Polla2009-08-161-3/+3
* 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-041-2/+2
* Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun2009-05-091-2/+2
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-261-0/+962
OpenPOWER on IntegriCloud