summaryrefslogtreecommitdiffstats
path: root/libswscale/input.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: Add support for NV24 and NV42Philip Langdale2019-05-121-0/+2
* swscale : add support for YUVA444P12 and YUVA422P12Martin Vignali2018-11-241-0/+8
* libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin2018-08-141-0/+38
* swscale: add gray14 supportPaul B Mahol2018-05-051-0/+2
* libswscale: add gray9 supportPaul B Mahol2017-08-071-0/+2
* Merge commit 'de8e096c7eda2bce76efd0a1c1c89d37348c2414'Clément Bœsch2017-03-211-49/+49
|\
| * swscale: Consistently order input YUV pixel formatsVittorio Giovara2016-09-271-29/+29
| * swscale: add P010 input supportHendrik Leppkes2016-07-021-0/+50
| * swscale: fix gbrap to gbrap alpha scalingVittorio Giovara2015-01-161-3/+2
| * swscale: fix warning about incompatible function pointer typeVittorio Giovara2015-01-161-1/+1
| * libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-141-0/+15
* | lsws/input: Do not define unused functions.Carl Eugen Hoyos2017-03-081-5/+16
* | swscale: add P016 input supportPhilip Langdale2017-02-011-0/+32
* | lsws: Add GRAY10 conversion.Carl Eugen Hoyos2016-11-141-0/+2
* | swscale: Add GRAY12Luca Barbato2016-11-101-0/+2
* | swscale/input: Fix alpha bswap for set readAlpPlanarMichael Niedermayer2016-11-101-1/+1
* | swscale: add input support for gbrap10 pixel formatPaul B Mahol2016-06-101-0/+6
* | swscale: cleanup unused codePedro Arthur2016-03-311-1/+1
* | Add GBRAP12 pixel formatKieran Kunhya2016-02-241-0/+6
* | swscale/input: Fix GBRAP16 inputMichael Niedermayer2016-02-241-0/+20
* | swscale: add P010 input supportHendrik Leppkes2016-01-261-0/+53
* | swscale: ayuv64le input supportPaul B Mahol2015-07-241-0/+36
* | swscale: add yuv440p10/12 pixfmts.Ronald S. Bultje2015-05-061-0/+8
* | swscale/input: fix rgba64 alpha non nativeMichael Niedermayer2015-01-211-5/+15
* | swscale/input: Fix alpha of YA16 inputMichael Niedermayer2015-01-211-2/+6
* | Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'Michael Niedermayer2014-08-041-0/+40
|\ \ | |/
| * swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-041-0/+40
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-041-2/+2
|\ \ | |/
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-2/+2
* | swscale/input: fix harmless integer overflowMichael Niedermayer2014-06-161-2/+2
* | swscale/input: replace assert() by av_assert1()Michael Niedermayer2014-04-091-1/+1
* | Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3'Michael Niedermayer2014-04-091-1/+16
|\ \ | |/
| * swscale: support converting YVYU422 pixel formatVittorio Giovara2014-04-071-0/+15
* | swscale: add full bgra64 supportMichael Niedermayer2014-04-021-2/+23
* | swscale: remove unneeded include assert.hMichael Niedermayer2013-07-191-1/+0
* | swscale/input: fix 16bit gbrp inputMichael Niedermayer2013-07-191-3/+5
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-081-1/+17
* | sws: factorize rgb 9+ planar funcs declarations.Clément Bœsch2013-05-071-109/+21
* | sws: move RGB2YUV_SHIFT to swscale_internal.hMichael Niedermayer2013-04-151-2/+0
* | sws/input: replace hardcoded rgb2yuv coefficients by tableMichael Niedermayer2013-04-141-120/+146
* | sws: add planar RGB formats to isAnyRGBMichael Niedermayer2013-01-261-3/+3
* | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer2012-11-011-3/+9
|\ \ | |/
| * swscale: do not forget to swap data in formats with different endiannessKostya Shishkov2012-10-311-0/+42
* | sws: fix handling of big endian alphaMichael Niedermayer2012-10-311-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-301-0/+40
|\ \ | |/
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-224/+224
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-177/+177
* | swscale/input: silence warnings about incompatible pointer typesPaul B Mahol2012-07-191-18/+43
* | sws/input: switch to av_assertMichael Niedermayer2012-07-181-11/+12
* | sws: support 12&14 bit planar colorspacesMichael Niedermayer2012-07-041-0/+92
OpenPOWER on IntegriCloud