| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix libswscale compilation with --disable-optimizations on x86-32. | Carl Eugen Hoyos | 2013-04-18 | 1 | -0/+4 |
* | sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUV | Michael Niedermayer | 2013-04-16 | 1 | -0/+2 |
* | sws/fill_rgb2yuv_table: use ROUNDED_DIV | Michael Niedermayer | 2013-04-16 | 1 | -14/+14 |
* | sws/fill_rgb2yuv_table: increase precission to 32bit | Michael Niedermayer | 2013-04-16 | 1 | -13/+17 |
* | sws/fill_rgb2yuv_table: avoid 2 divisions | Michael Niedermayer | 2013-04-16 | 1 | -2/+2 |
* | sws: fix alignment of rgb2yuv | Michael Niedermayer | 2013-04-16 | 1 | -1/+1 |
* | sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv table | Michael Niedermayer | 2013-04-15 | 3 | -11/+24 |
* | sws: remove forgotten FAST_BGR2YV12 define | Michael Niedermayer | 2013-04-15 | 1 | -2/+0 |
* | sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converter | Michael Niedermayer | 2013-04-15 | 3 | -15/+1 |
* | sws: Update rgb24toyv12_c() to user supplied rgb2yuv tables | Michael Niedermayer | 2013-04-15 | 5 | -24/+31 |
* | sws/"rgb2rgb": drop RGB2YUV_SHIFT | Michael Niedermayer | 2013-04-15 | 1 | -1/+0 |
* | sws/x86: update rgba->yuv to use user supplied table | Michael Niedermayer | 2013-04-15 | 2 | -12/+36 |
* | sws/x86: update rgb/bgr->yuv code to use provided coefficient table | Michael Niedermayer | 2013-04-15 | 3 | -17/+50 |
* | sws: init input_rgb2yuv_table depending on yuv colorspace | Michael Niedermayer | 2013-04-15 | 2 | -10/+53 |
* | sws: move RGB2YUV_SHIFT to swscale_internal.h | Michael Niedermayer | 2013-04-15 | 3 | -3/+1 |
* | sws/input: replace hardcoded rgb2yuv coefficients by table | Michael Niedermayer | 2013-04-14 | 3 | -124/+174 |
* | swscale/output: fix alpha scale in the new functions | Michael Niedermayer | 2013-04-14 | 1 | -9/+9 |
* | sws/output: add yuv2rgb_full_1_c_template() | Michael Niedermayer | 2013-04-14 | 1 | -18/+92 |
* | sws/output: add +yuv2rgb_full_2_c_template() | Michael Niedermayer | 2013-04-14 | 1 | -21/+84 |
* | sws/output: factor yuv2rgb_write_full() out | Michael Niedermayer | 2013-04-14 | 1 | -86/+98 |
* | Replace all occurrences of PRI in sscanf() calls with SCN | James Almer | 2013-04-10 | 1 | -1/+1 |
* | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa' | Michael Niedermayer | 2013-03-28 | 1 | -14/+14 |
|\ |
|
| * | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 1 | -11/+11 |
* | | Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241' | Michael Niedermayer | 2013-03-12 | 1 | -6/+6 |
|\| |
|
| * | Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*. | Anton Khirnov | 2013-03-08 | 1 | -6/+6 |
| * | swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB | Derek Buitenhuis | 2013-02-27 | 1 | -0/+78 |
| * | swscale: Disallow conversion to GBRP16 | Martin Storsjö | 2013-02-11 | 1 | -2/+2 |
* | | swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB | Derek Buitenhuis | 2013-02-27 | 1 | -0/+78 |
* | | swscale-test: fix 3 pointer type warnings | Michael Niedermayer | 2013-02-26 | 1 | -3/+3 |
* | | sws/x86: improve rounding for yuv2yuvX | Michael Niedermayer | 2013-02-15 | 2 | -2/+23 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-10 | 1 | -1/+1 |
|\| |
|
| * | sws: disable yuv2rgb warning for planar rgb. | Michael Niedermayer | 2013-02-09 | 1 | -1/+2 |
* | | Merge commit '7b41c24c5fa221b55a9302efaf1a9eeb38b12551' | Michael Niedermayer | 2013-02-10 | 1 | -0/+1 |
|\| |
|
| * | sws: dont enable chrSrcHSubSample for planar RGB | Michael Niedermayer | 2013-02-09 | 1 | -0/+3 |
* | | Merge commit 'e58013dd8f00e17dd98ba64e41c72f1d152f6608' | Michael Niedermayer | 2013-02-10 | 1 | -7/+7 |
|\| |
|
| * | sws: use planarRgbToRgbWrapper only for 8bit per component | Michael Niedermayer | 2013-02-09 | 1 | -1/+9 |
* | | Merge commit 'd6d5ef5534d582f9dbaf18ac2605cf5bb72cd821' | Michael Niedermayer | 2013-02-10 | 2 | -1/+2 |
|\| |
|
| * | sws: GBRP9, GBRP10, and GBRP16 output support | Michael Niedermayer | 2013-02-09 | 2 | -11/+33 |
* | | sws: dont write out of array on bigendian | Michael Niedermayer | 2013-02-07 | 1 | -0/+3 |
* | | sws: Fix "warning: comparison of distinct pointer types lacks a cast" | Michael Niedermayer | 2013-02-04 | 1 | -2/+2 |
* | | Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2' | Michael Niedermayer | 2013-01-28 | 3 | -23/+29 |
|\| |
|
| * | swscale: GBRP output support | Michael Niedermayer | 2013-01-27 | 4 | -6/+125 |
* | | sws: disable yuv2rgb warning for planar rgb. | Michael Niedermayer | 2013-01-26 | 1 | -1/+2 |
* | | sws: include isRGB in isAnyRGB() so that future RGB formats wont be missed a... | Michael Niedermayer | 2013-01-26 | 1 | -0/+1 |
* | | sws: add planar RGB formats to isAnyRGB | Michael Niedermayer | 2013-01-26 | 2 | -3/+11 |
* | | sws: dont enable chrSrcHSubSample for planar RGB | Michael Niedermayer | 2013-01-26 | 1 | -0/+4 |
* | | sws: use planarRgbToRgbWrapper only for 8bit per component | Michael Niedermayer | 2013-01-26 | 1 | -1/+1 |
* | | sws: GBRP9, GBRP10 GBRP12 GBRP14 output support | Michael Niedermayer | 2013-01-26 | 2 | -13/+37 |
* | | sws: GBRP output support | Michael Niedermayer | 2013-01-26 | 4 | -7/+120 |
* | | swscale: check flags instead of nb_components to find if pixel format have alpha | Paul B Mahol | 2013-01-25 | 1 | -1/+1 |