| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -2/+6 |
|\ |
|
| * | swscale: extract SWS_FULL_CHR_H_INT conditional into init code. | Ronald S. Bultje | 2011-06-07 | 1 | -1/+1 |
| * | swscale: un-special-case yuv2yuvX16_c(). | Ronald S. Bultje | 2011-06-07 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-04 | 5 | -231/+260 |
|\| |
|
| * | swscale: enable hScale_altivec_real. | Ronald S. Bultje | 2011-06-03 | 1 | -0/+1 |
| * | swscale: split out ppc _template.c files from main swscale.c. | Ronald S. Bultje | 2011-06-03 | 3 | -5/+50 |
| * | swscale: remove indirections in ppc/swscale_template.c. | Ronald S. Bultje | 2011-06-03 | 3 | -71/+23 |
| * | swscale: split out unscaled altivec YUV converters in their own file. | Ronald S. Bultje | 2011-06-03 | 2 | -155/+191 |
| * | swscale: remove unused COMPILE_TEMPLATE_ALTIVEC. | Ronald S. Bultje | 2011-06-02 | 1 | -4/+0 |
| * | swscale: Remove unused variable. | Diego Biurrun | 2011-05-30 | 1 | -2/+0 |
* | | 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 |
* | | Remove unused variable, avoiding compiler warning. | Reimar Döffinger | 2011-05-29 | 1 | -2/+0 |
* | | Cast pointers to uintptr_t rather than unsigned int. | Reimar Döffinger | 2011-05-29 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 3 | -5/+5 |
|\| |
|
| * | sws: replace all long with int. | Anton Khirnov | 2011-05-28 | 3 | -5/+5 |
| * | swscale: fix compile on ppc. | Ronald S. Bultje | 2011-05-26 | 3 | -31/+41 |
* | | Commits that could not be pulled earlier due to bugs. | Michael Niedermayer | 2011-05-29 | 3 | -31/+41 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 2 | -855/+4 |
|\| |
|
| * | swscale: remove duplicate code in ppc/ subdirectory. | Ronald S. Bultje | 2011-05-24 | 1 | -791/+2 |
| * | swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. | Ronald S. Bultje | 2011-05-24 | 1 | -1/+2 |
| * | [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats. | Ronald S. Bultje | 2011-05-14 | 1 | -49/+0 |
| * | swscale: fix YUV420P 9/10bit support. | Ronald S. Bultje | 2011-05-11 | 1 | -2/+2 |
| * | swscale: correct include path to fix ppc altivec build | Janne Grunau | 2011-04-15 | 1 | -1/+1 |
| * | swscale: partially move the arch specific code left | Luca Barbato | 2011-04-14 | 1 | -0/+903 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 2 | -8/+8 |
* | | Merge swscale bloatup | Michael Niedermayer | 2011-05-25 | 1 | -0/+918 |
* | | sws-PPC: fix after VOFW change. | Michael Niedermayer | 2011-05-12 | 2 | -6/+6 |
|/ |
|
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -2/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+2 |
* | Fix compilation, forgot to add const also to the | Reimar Döffinger | 2010-07-24 | 1 | -2/+2 |
* | More const-correctness fixes to avoid warnings. | Reimar Döffinger | 2010-07-24 | 1 | -10/+10 |
* | 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 | 2 | -6/+6 |
* | Remove ; after while(0) in macros. | Ramiro Polla | 2009-09-12 | 1 | -3/+3 |
* | Cosmetics: | Ramiro Polla | 2009-08-16 | 2 | -6/+9 |
* | 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 | 2 | -6/+6 |
* | Add missing const qualifiers to AltiVec function parameters where appropriate. | Diego Biurrun | 2009-05-09 | 2 | -5/+9 |
* | Move swscale AltiVec template code to ppc subdirectory. | Diego Biurrun | 2009-03-29 | 1 | -0/+538 |
* | Move yuv2rgb code to subdirs. | Ramiro Polla | 2009-03-26 | 1 | -0/+962 |