| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale/utils: Fix potential overflow of srcPos*C before converting to 64bit | Michael Niedermayer | 2013-08-08 | 1 | -3/+3 |
* | swscale/utils: Fix potential overflow of dstPos*xInc before converting to 64bit | Michael Niedermayer | 2013-08-08 | 1 | -3/+3 |
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e' | Michael Niedermayer | 2013-08-03 | 1 | -2/+2 |
|\ |
|
| * | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 1 | -2/+2 |
* | | swscale/fill_rgb2yuv_table: fix default detection | Michael Niedermayer | 2013-07-27 | 1 | -1/+1 |
* | | swscale/sws_getColorspaceDetails: dont fail for non yuv | Michael Niedermayer | 2013-07-25 | 1 | -1/+1 |
* | | swscale: exchange src & dst chroma pos | Michael Niedermayer | 2013-07-24 | 1 | -3/+3 |
* | | libswscale: Adding RGB => XYZ support | clook | 2013-07-23 | 3 | -3/+79 |
* | | swscale: remove unneeded include assert.h | Michael Niedermayer | 2013-07-19 | 3 | -3/+0 |
* | | swscale/input: fix 16bit gbrp input | Michael Niedermayer | 2013-07-19 | 1 | -3/+5 |
* | | swscale/options: fix copy and paste typo | Michael Niedermayer | 2013-07-17 | 1 | -2/+2 |
* | | swscale: Add support to specify chroma position | Michael Niedermayer | 2013-07-17 | 4 | -10/+37 |
* | | swscale: move default colorspace setup to sws_init_filter() | Michael Niedermayer | 2013-07-16 | 1 | -13/+8 |
* | | swscale: call handle_format() from the functions that need it | Michael Niedermayer | 2013-07-14 | 1 | -17/+15 |
* | | swscale: make handle_formats() safe to be called multiple times | Michael Niedermayer | 2013-07-14 | 1 | -4/+4 |
* | | swscale: move format handling to its own function | Michael Niedermayer | 2013-07-14 | 1 | -8/+12 |
* | | swscale: treat gray as a fullrage (0-255) format | Michael Niedermayer | 2013-07-08 | 1 | -0/+2 |
* | | swscale: Fix PAL8 input with alpha | Michael Niedermayer | 2013-06-26 | 1 | -0/+2 |
* | | swscale: fix filter alignment reduction without inline asm | Hendrik Leppkes | 2013-06-21 | 1 | -1/+1 |
* | | Check more completely for invalid pix_fmts in planarRgb16ToRgb16Wrapper() | Carl Eugen Hoyos | 2013-06-11 | 1 | -1/+2 |
* | | swscale/swscale_unscaled: add () | Michael Niedermayer | 2013-06-10 | 1 | -1/+1 |
* | | Add unscaled converter from GBRP > 8bit to RGBx48/64. | Carl Eugen Hoyos | 2013-06-06 | 1 | -0/+156 |
* | | 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 |
* | | add YUVJ411P | Michael Niedermayer | 2013-05-21 | 1 | -0/+4 |
* | | swscale/output: silence warning about undefined 'ASSERT_LEVEL' | Paul B Mahol | 2013-05-19 | 1 | -1/+1 |
* | | swscale/output: remove unused header | Paul B Mahol | 2013-05-19 | 1 | -1/+0 |
* | | sws/output: yuv2rgb_write() assert that alpha has the correct value in the ta... | Michael Niedermayer | 2013-05-18 | 1 | -0/+6 |
* | | sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of alph... | Michael Niedermayer | 2013-05-18 | 1 | -4/+5 |
* | | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 3 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-15 | 2 | -12/+12 |
|\| |
|
| * | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 2 | -12/+12 |
* | | swscale/output: silence compiler warnings about uninitialized variables | Michael Niedermayer | 2013-05-14 | 1 | -1/+1 |
* | | sws/output: remove offset/coef for alpha in rgba64 | Michael Niedermayer | 2013-05-12 | 1 | -28/+10 |
* | | swscale: RGBA64 output | Paul B Mahol | 2013-05-12 | 3 | -13/+282 |
* | | sws/packed_16bpc_bswap: fix handling of negative stride | Michael Niedermayer | 2013-05-12 | 1 | -3/+3 |
* | | Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64" | Michael Niedermayer | 2013-05-12 | 1 | -2/+2 |
* | | sws: support endianness conversion for AV_PIX_FMT_RGBA64 | Paul B Mahol | 2013-05-12 | 1 | -2/+2 |
* | | sws: add casts to silence pointer type mismatch warnings | Michael Niedermayer | 2013-05-10 | 1 | -1/+1 |
* | | sws/output/yuv2gbrp_full_X_c(): silence warning about uninitialized variable | Michael Niedermayer | 2013-05-10 | 1 | -1/+2 |
* | | sws/output: silence warnings about uninitialized use of variables | Michael Niedermayer | 2013-05-10 | 1 | -4/+4 |
* | | lavu: add FF_CEIL_RSHIFT and use it in various places. | Clément Bœsch | 2013-05-09 | 5 | -19/+19 |
* | | libswscale: simplify isAnyRGB macro | Paul B Mahol | 2013-05-08 | 1 | -10/+1 |
* | | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2013-05-08 | 6 | -6/+54 |
* | | sws: factorize rgb 9+ planar funcs declarations. | Clément Bœsch | 2013-05-07 | 1 | -109/+21 |
* | | Merge commit '9cfa21c8c2b81146aab574f55c93f27e5c2d435c' | Michael Niedermayer | 2013-05-07 | 1 | -2/+2 |
|\| |
|
| * | swscale: support endianness conversion for AV_PIX_FMT_XYZ12 | Janne Grunau | 2013-05-06 | 2 | -1/+4 |
* | | Merge commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491' | Michael Niedermayer | 2013-05-07 | 3 | -2/+20 |
|\| |
|
| * | swscale: add support for endianness only conversion | Janne Grunau | 2013-05-06 | 3 | -2/+20 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-06 | 1 | -6/+6 |
|\| |
|