| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4' | Clément Bœsch | 2016-06-21 | 1 | -1/+0 |
|\ |
|
| * | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -1/+0 |
* | | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | | swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() and vec... | Rong Yan | 2015-07-16 | 1 | -0/+5 |
* | | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19' | Michael Niedermayer | 2013-08-29 | 1 | -6/+22 |
|\| |
|
| * | swscale: ppc: Hide arch-specific initialization details | Diego Biurrun | 2013-08-29 | 1 | -6/+22 |
* | | Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a' | Michael Niedermayer | 2013-06-03 | 1 | -2/+0 |
|\| |
|
| * | swscale: ppc: Remove commented-out define cruft | Diego Biurrun | 2013-06-02 | 1 | -2/+0 |
* | | Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d' | Michael Niedermayer | 2013-05-01 | 1 | -16/+16 |
|\| |
|
| * | ppc: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -16/+16 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -32/+32 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -32/+32 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-23 | 1 | -4/+7 |
|\| |
|
| * | swscale: Mark all init functions as av_cold | Diego Biurrun | 2012-07-23 | 1 | -4/+7 |
| * | ppc: Add/remove a number of const qualifiers to fix related warnings. | Diego Biurrun | 2012-04-09 | 1 | -5/+5 |
* | | Fix destination row striding in altivec_yuv2_bgr24. | Pavel Koshevoy | 2012-07-06 | 1 | -9/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -612/+642 |
|\| |
|
| * | swscale: K&R formatting cosmetics for PowerPC code (part II/II) | Diego Biurrun | 2012-03-02 | 1 | -612/+642 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-29 | 1 | -4/+24 |
|\| |
|
| * | swscale: split yuv2packedX_altivec in smaller functions. | Ronald S. Bultje | 2011-06-27 | 1 | -4/+24 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-04 | 1 | -1/+3 |
|\| |
|
| * | swscale: split out ppc _template.c files from main swscale.c. | Ronald S. Bultje | 2011-06-03 | 1 | -0/+1 |
| * | swscale: remove indirections in ppc/swscale_template.c. | Ronald S. Bultje | 2011-06-03 | 1 | -1/+2 |
* | | Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails. | Reimar Döffinger | 2011-06-02 | 1 | -5/+5 |
* | | Include pixdesc.h for av_get_pix_fmt_name. | Reimar Döffinger | 2011-05-30 | 1 | -0/+1 |
* | | swscale: remove sws_format_name() | Stefano Sabatini | 2011-05-30 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-30 | 1 | -152/+0 |
|\| |
|
| * | swscale: Remove disabled code. | Diego Biurrun | 2011-05-29 | 1 | -152/+0 |
* | | Add const to vector types for input in altivec code. | Reimar Döffinger | 2011-05-29 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 1 | -1/+1 |
|\| |
|
| * | sws: replace all long with int. | Anton Khirnov | 2011-05-28 | 1 | -1/+1 |
| * | swscale: fix compile on ppc. | Ronald S. Bultje | 2011-05-26 | 1 | -8/+9 |
* | | Commits that could not be pulled earlier due to bugs. | Michael Niedermayer | 2011-05-29 | 1 | -8/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -1/+2 |
|\| |
|
| * | swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. | Ronald S. Bultje | 2011-05-24 | 1 | -1/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | sws-PPC: fix after VOFW change. | Michael Niedermayer | 2011-05-12 | 1 | -2/+2 |
|/ |
|
* | Fix compilation, forgot to add const also to the | Reimar Döffinger | 2010-07-24 | 1 | -2/+2 |
* | Add some "const" to avoid incompatible pointer type warnings | Reimar Döffinger | 2010-07-24 | 1 | -7/+7 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -2/+2 |
* | Remove ; after while(0) in macros. | Ramiro Polla | 2009-09-12 | 1 | -3/+3 |
* | Cosmetics: | Ramiro Polla | 2009-08-16 | 1 | -3/+3 |
* | Indent libswscale: | Ramiro Polla | 2009-08-16 | 1 | -18/+18 |
* | Remove disabled debug code. | Diego Biurrun | 2009-08-10 | 1 | -9/+0 |
* | Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code. | Ramiro Polla | 2009-06-04 | 1 | -2/+2 |
* | Add missing const qualifiers to AltiVec function parameters where appropriate. | Diego Biurrun | 2009-05-09 | 1 | -2/+2 |
* | Move yuv2rgb code to subdirs. | Ramiro Polla | 2009-03-26 | 1 | -0/+962 |