| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | swscale/utils: remove useless () | Michael Niedermayer | 2013-12-15 | 1 | -2/+2 |
* | | swscale/utils: factor (d + 1 < 4) out | Michael Niedermayer | 2013-12-15 | 1 | -4/+4 |
* | | swscale/utils: fill xyz tables only when they will be used | Michael Niedermayer | 2013-12-07 | 1 | -2/+2 |
* | | lsws/utils: introduce scale_algorithms array | Stefano Sabatini | 2013-11-05 | 1 | -46/+40 |
* | | lsws/utils: fix typo | Stefano Sabatini | 2013-11-05 | 1 | -1/+1 |
* | | lsws: use av_pix_fmt_get_chroma_sub_sample() | Stefano Sabatini | 2013-10-24 | 1 | -9/+2 |
* | | swscale/utils: check mprotect() return code | Michael Niedermayer | 2013-10-23 | 1 | -2/+5 |
* | | swscale/utils/sws_setColorspaceDetails(): fix indention | Michael Niedermayer | 2013-10-17 | 1 | -6/+6 |
* | | swscale: Use full resolution chroma for yuv2rgb when the input has full chroma | Michael Niedermayer | 2013-10-10 | 1 | -0/+10 |
* | | Merge commit '6b3ff6f91a535d6383f41ca7bdf760165dcb6015' | Michael Niedermayer | 2013-10-06 | 1 | -2/+13 |
|\| |
|
| * | swscale: provide a default scaler if none is set | Vittorio Giovara | 2013-10-05 | 1 | -1/+11 |
* | | swscale/utils: dont divide by zero with zero vectors | Michael Niedermayer | 2013-10-01 | 1 | -0/+4 |
* | | swscale/utils: remove redundant NULL checks before sws_freeVec() | Michael Niedermayer | 2013-09-17 | 1 | -8/+4 |
* | | swscale/utils: simplify cpu caps printing code | Michael Niedermayer | 2013-09-17 | 1 | -6/+8 |
* | | swscale/utils: Simplify scaler name printing code | Michael Niedermayer | 2013-09-17 | 1 | -13/+15 |
* | | swscale/utils: Allow sws_setColorspaceDetails() to use the tables from sws_ge... | Michael Niedermayer | 2013-09-17 | 1 | -2/+2 |