| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: Add GRAY12 | Luca Barbato | 2016-11-07 | 1 | -0/+2 |
* | swscale: Properly load alpha for planar rgb | Michael Niedermayer | 2016-10-18 | 1 | -0/+37 |
* | Add GBRAP12 pixel format support | Kieran Kunhya | 2016-10-12 | 1 | -0/+4 |
* | swscale: Add input support for 12-bit formats | Michael Niedermayer | 2016-10-12 | 1 | -0/+34 |
* | swscale: Add missing yuv444p12 swapping | Vittorio Giovara | 2016-10-12 | 1 | -0/+4 |
* | pixfmt: Add yuv422p12 pixel format | Luca Barbato | 2016-09-27 | 1 | -0/+4 |
* | pixfmt: Add yuv420p12 pixel format | Luca Barbato | 2016-09-27 | 1 | -0/+4 |
* | 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 |
* | swscale: support AV_PIX_FMT_YA16 as input | Vittorio Giovara | 2014-08-04 | 1 | -0/+40 |
* | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 1 | -2/+2 |
* | swscale: support converting YVYU422 pixel format | Vittorio Giovara | 2014-04-07 | 1 | -0/+15 |
* | swscale: do not forget to swap data in formats with different endianness | Kostya Shishkov | 2012-10-31 | 1 | -0/+42 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -177/+177 |
* | sws: fix planar RGB input conversions for 9/10/16 bpp. | Ronald S. Bultje | 2012-06-12 | 1 | -41/+97 |
* | swscale: K&R formatting cosmetics (part III) | Diego Biurrun | 2012-04-22 | 1 | -358/+575 |
* | swscale: handle complete dimensions for monoblack/white. | Ronald S. Bultje | 2012-04-04 | 1 | -2/+4 |
* | swscale: Split C input functions into separate file. | Ronald S. Bultje | 2012-02-07 | 1 | -0/+761 |