summaryrefslogtreecommitdiff
path: root/libswscale/ppc/yuv2rgb_altivec.c
Commit message (Expand)AuthorAge
* lsws/ppc/yuv2rgb_altivec: Replace vec_lvsl/vec_perm with vec_xlChip Kerchner2019-08-13
* Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'Clément Bœsch2016-06-21
|\
| * Drop pointless assert.h #includesDiego Biurrun2016-05-03
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-24
|\|
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* | swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() and vec...Rong Yan2015-07-16
* | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer2013-08-29
|\|
| * swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* | Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'Michael Niedermayer2013-06-03
|\|
| * swscale: ppc: Remove commented-out define cruftDiego Biurrun2013-06-02
* | Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d'Michael Niedermayer2013-05-01
|\|
| * ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-23
|\|
| * swscale: Mark all init functions as av_coldDiego Biurrun2012-07-23
| * ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-09
* | Fix destination row striding in altivec_yuv2_bgr24.Pavel Koshevoy2012-07-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * swscale: K&R formatting cosmetics for PowerPC code (part II/II)Diego Biurrun2012-03-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-29
|\|
| * swscale: split yuv2packedX_altivec in smaller functions.Ronald S. Bultje2011-06-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-04
|\|
| * 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
* | 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
* | 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: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | sws-PPC: fix after VOFW change.Michael Niedermayer2011-05-12
|/
* Fix compilation, forgot to add const also to theReimar 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 yuv2rgb code to subdirs.Ramiro Polla2009-03-26