| Commit message (Expand) | Author | Age | Files | Lines |
* | lsws/input: Do not change transparency range. | Carl Eugen Hoyos | 2020-03-11 | 1 | -3/+3 |
* | swscale: Add swscale input support for Y210LE | Linjie Fu | 2020-02-24 | 1 | -0/+24 |
* | swscale/input: Fix several invalid shifts related to rgb2yuv constants | Michael Niedermayer | 2020-01-22 | 1 | -4/+4 |
* | swscale: Add support for NV24 and NV42 | Philip Langdale | 2019-05-12 | 1 | -0/+2 |
* | swscale : add support for YUVA444P12 and YUVA422P12 | Martin Vignali | 2018-11-24 | 1 | -0/+8 |
* | libswscale: Adds conversions from/to float gray format. | Sergey Lavrushkin | 2018-08-14 | 1 | -0/+38 |
* | swscale: add gray14 support | Paul B Mahol | 2018-05-05 | 1 | -0/+2 |
* | libswscale: add gray9 support | Paul B Mahol | 2017-08-07 | 1 | -0/+2 |
* | Merge commit 'de8e096c7eda2bce76efd0a1c1c89d37348c2414' | Clément Bœsch | 2017-03-21 | 1 | -49/+49 |
|\ |
|
| * | swscale: Consistently order input YUV pixel formats | Vittorio Giovara | 2016-09-27 | 1 | -29/+29 |
| * | swscale: add P010 input support | Hendrik Leppkes | 2016-07-02 | 1 | -0/+50 |
| * | swscale: fix gbrap to gbrap alpha scaling | Vittorio Giovara | 2015-01-16 | 1 | -3/+2 |
| * | swscale: fix warning about incompatible function pointer type | Vittorio Giovara | 2015-01-16 | 1 | -1/+1 |
| * | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2015-01-14 | 1 | -0/+15 |
* | | lsws/input: Do not define unused functions. | Carl Eugen Hoyos | 2017-03-08 | 1 | -5/+16 |
* | | swscale: add P016 input support | Philip Langdale | 2017-02-01 | 1 | -0/+32 |
* | | lsws: Add GRAY10 conversion. | Carl Eugen Hoyos | 2016-11-14 | 1 | -0/+2 |
* | | swscale: Add GRAY12 | Luca Barbato | 2016-11-10 | 1 | -0/+2 |
* | | swscale/input: Fix alpha bswap for set readAlpPlanar | Michael Niedermayer | 2016-11-10 | 1 | -1/+1 |
* | | swscale: add input support for gbrap10 pixel format | Paul B Mahol | 2016-06-10 | 1 | -0/+6 |
* | | swscale: cleanup unused code | Pedro Arthur | 2016-03-31 | 1 | -1/+1 |
* | | Add GBRAP12 pixel format | Kieran Kunhya | 2016-02-24 | 1 | -0/+6 |
* | | swscale/input: Fix GBRAP16 input | Michael Niedermayer | 2016-02-24 | 1 | -0/+20 |
* | | swscale: add P010 input support | Hendrik Leppkes | 2016-01-26 | 1 | -0/+53 |
* | | swscale: ayuv64le input support | Paul B Mahol | 2015-07-24 | 1 | -0/+36 |
* | | swscale: add yuv440p10/12 pixfmts. | Ronald S. Bultje | 2015-05-06 | 1 | -0/+8 |
* | | swscale/input: fix rgba64 alpha non native | Michael Niedermayer | 2015-01-21 | 1 | -5/+15 |
* | | swscale/input: Fix alpha of YA16 input | Michael Niedermayer | 2015-01-21 | 1 | -2/+6 |
* | | Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820' | Michael Niedermayer | 2014-08-04 | 1 | -0/+40 |
|\| |
|
| * | swscale: support AV_PIX_FMT_YA16 as input | Vittorio Giovara | 2014-08-04 | 1 | -0/+40 |
* | | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5' | Michael Niedermayer | 2014-08-04 | 1 | -2/+2 |
|\| |
|
| * | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 1 | -2/+2 |
* | | swscale/input: fix harmless integer overflow | Michael Niedermayer | 2014-06-16 | 1 | -2/+2 |
* | | swscale/input: replace assert() by av_assert1() | Michael Niedermayer | 2014-04-09 | 1 | -1/+1 |
* | | Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3' | Michael Niedermayer | 2014-04-09 | 1 | -1/+16 |
|\| |
|
| * | swscale: support converting YVYU422 pixel format | Vittorio Giovara | 2014-04-07 | 1 | -0/+15 |
* | | swscale: add full bgra64 support | Michael Niedermayer | 2014-04-02 | 1 | -2/+23 |
* | | swscale: remove unneeded include assert.h | Michael Niedermayer | 2013-07-19 | 1 | -1/+0 |
* | | swscale/input: fix 16bit gbrp input | Michael Niedermayer | 2013-07-19 | 1 | -3/+5 |
* | | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2013-05-08 | 1 | -1/+17 |
* | | sws: factorize rgb 9+ planar funcs declarations. | Clément Bœsch | 2013-05-07 | 1 | -109/+21 |
* | | sws: move RGB2YUV_SHIFT to swscale_internal.h | Michael Niedermayer | 2013-04-15 | 1 | -2/+0 |
* | | sws/input: replace hardcoded rgb2yuv coefficients by table | Michael Niedermayer | 2013-04-14 | 1 | -120/+146 |
* | | sws: add planar RGB formats to isAnyRGB | Michael Niedermayer | 2013-01-26 | 1 | -3/+3 |
* | | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415' | Michael Niedermayer | 2012-11-01 | 1 | -3/+9 |
|\| |
|
| * | swscale: do not forget to swap data in formats with different endianness | Kostya Shishkov | 2012-10-31 | 1 | -0/+42 |
* | | sws: fix handling of big endian alpha | Michael Niedermayer | 2012-10-31 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-30 | 1 | -0/+40 |
|\| |
|
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -224/+224 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -177/+177 |