| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: add yuv440p10/12 pixfmts. | Ronald S. Bultje | 2015-05-06 | 1 | -0/+4 |
* | swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flag | Michael Niedermayer | 2015-04-23 | 1 | -13/+9 |
* | Add gamma encodign/decoding before/after scaling in libswscale | Pedro Arthur | 2015-04-23 | 1 | -0/+76 |
* | Merge commit '7ebb3022297aa00afda6800105684b8303f2608e' | Michael Niedermayer | 2015-03-22 | 1 | -8/+14 |
|\ |
|
| * | swscale: Check memory allocation | Federico Tomassetti | 2015-03-21 | 1 | -8/+14 |
* | | swscale/utils: Fix undefined shift in initFilter() | Michael Niedermayer | 2015-03-11 | 1 | -1/+1 |
* | | swscale/utils: clear formatConvBuffer on allocation | Michael Niedermayer | 2015-02-27 | 1 | -1/+1 |
* | | swscale/utils: add asserts to check filterpos | Michael Niedermayer | 2015-02-24 | 1 | -0/+7 |
* | | swscale/utils: More carefully merge and clear coefficients outside the input | Michael Niedermayer | 2015-02-24 | 1 | -5/+15 |
* | | Merge commit 'e51f22122d23589e93ac4f0b3e570bb925755915' | Michael Niedermayer | 2015-02-17 | 1 | -0/+9 |
|\| |
|
| * | swscale: Check memory allocations | Federico Tomassetti | 2015-02-17 | 1 | -0/+9 |
* | | swscale/utils: Limit filter shifting so as not to read from prior the array | Michael Niedermayer | 2015-02-05 | 1 | -2/+3 |
* | | Merge commit '928061670e873e816daa14827853b7e11221ff5f' | Michael Niedermayer | 2015-01-15 | 1 | -2/+2 |
|\| |
|
| * | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2015-01-14 | 1 | -0/+3 |
* | | swscale: Pass through chroma positions in sws_getCachedContext | Kieran Kunhya | 2014-12-26 | 1 | -0/+13 |
* | | swscale/utils: support bayer input + scaling, and bayer input + any supported... | Michael Niedermayer | 2014-11-12 | 1 | -0/+25 |
* | | swscale: support internal scaler cascades | Michael Niedermayer | 2014-10-11 | 1 | -11/+43 |
* | | swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruft | James Almer | 2014-10-05 | 1 | -11/+0 |
* | | swscale: Allow chroma samples to be above and to the left of luma samples | Michael Niedermayer | 2014-09-21 | 1 | -1/+1 |
* | | Merge commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e' | Michael Niedermayer | 2014-08-07 | 1 | -2/+0 |
|\| |
|
| * | swscale: Undeprecate sws_getContext() | Diego Biurrun | 2014-08-07 | 1 | -2/+0 |
* | | Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820' | Michael Niedermayer | 2014-08-04 | 1 | -0/+2 |
|\| |
|
| * | swscale: support AV_PIX_FMT_YA16 as input | Vittorio Giovara | 2014-08-04 | 1 | -0/+2 |
* | | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5' | Michael Niedermayer | 2014-08-04 | 1 | -1/+1 |
|\| |
|
| * | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 1 | -1/+1 |
* | | swscale/utils: fix rgb -> fullrange yuv | Michael Niedermayer | 2014-07-19 | 1 | -1/+1 |
* | | swscale/utils: remove unused define | Michael Niedermayer | 2014-07-19 | 1 | -2/+0 |
* | | sws/x86: split mmxext fast bilinear scaler out | Michael Niedermayer | 2014-07-19 | 1 | -170/+4 |
* | | swscale: Allow the max filter size to be set at compile time | Derek Buitenhuis | 2014-06-13 | 1 | -1/+1 |
* | | sws: document color range >8bit oddity | Michael Niedermayer | 2014-05-21 | 1 | -0/+2 |
* | | swscale/utils: Add check that ensures that the hardcoded struct offsets are v... | Michael Niedermayer | 2014-05-14 | 1 | -0/+2 |
* | | swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array() | Michael Niedermayer | 2014-05-04 | 1 | -13/+13 |
* | | Merge commit '3a177a9cca924e097265b32f9282814f6b653e08' | Michael Niedermayer | 2014-05-03 | 1 | -1/+1 |
|\| |
|
| * | swscale: Fix an undefined behaviour | Luca Barbato | 2014-05-03 | 1 | -1/+1 |
* | | swscale/utils: fix changing src/dst range after initializing the context | Michael Niedermayer | 2014-04-15 | 1 | -0/+6 |
* | | swscale/utils: move handling of unscaled case to the end of init function | Michael Niedermayer | 2014-04-14 | 1 | -14/+14 |
* | | Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3' | Michael Niedermayer | 2014-04-09 | 1 | -0/+1 |
|\| |
|
| * | swscale: support converting YVYU422 pixel format | Vittorio Giovara | 2014-04-07 | 1 | -0/+1 |
* | | swscale/utils: scale filter_size in warning so that it can be used as max for... | Michael Niedermayer | 2014-04-09 | 1 | -1/+2 |
* | | swscale/utils: dont print message about filter size when the cause is a mallo... | Michael Niedermayer | 2014-04-09 | 1 | -1/+3 |
* | | swscale: add full bgra64 support | Michael Niedermayer | 2014-04-02 | 1 | -2/+2 |
* | | Merge commit '0ca0924c10d9617a5793964bf79655424ef32b68' | Michael Niedermayer | 2014-04-02 | 1 | -4/+4 |
|\| |
|
| * | swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64 | Janne Grunau | 2014-04-02 | 1 | -4/+4 |
| * | RGBA64 pixel formats | Jean First | 2014-03-16 | 1 | -0/+4 |
* | | Do not set swscale sizeFactor to -1. | Carl Eugen Hoyos | 2014-03-25 | 1 | -1/+1 |
* | | swscale: add two spatially stable dithering methods | Øyvind Kolås | 2014-03-25 | 1 | -1/+1 |
* | | swscale/utils: Fix color range of gray16 | Carl Eugen Hoyos | 2014-03-18 | 1 | -0/+2 |
* | | libswscale: bayer to rgb24 & yv12 colorspace converters | Peter Ross | 2014-02-23 | 1 | -0/+12 |
* | | swscale/utils: fix wrong deprecated message with rgb0 | Michael Niedermayer | 2013-12-24 | 1 | -2/+3 |
* | | swscale/utils: check chroma width for fast bilinear scaler | Michael Niedermayer | 2013-12-15 | 1 | -1/+2 |