summaryrefslogtreecommitdiff
path: root/libswscale/input.c
Commit message (Expand)AuthorAge
* swscale/input: add rgbaf16 input supportTimo Rothenpieler2022-08-19
* swscale: add opaque parameter to input functionsTimo Rothenpieler2022-08-19
* swscale/input: add VUYA input supportJames Almer2022-08-05
* swscale: add NV16 input/outputMatthieu Bouron2022-07-19
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* swscale: add P210/P410/P216/P416 inputrcombs2021-11-28
* swscale/input: clip rgbf32 values before lrintfMark Reid2021-11-15
* swscale/input: unify grayf32 funcs with rgbf32 funcsMark Reid2021-11-14
* swscale/input: fix planar_rgb16_to_a for gbrap10be and gbrap12be formatsMark Reid2021-11-04
* swscale: add input/output support for X2BGR10LEManuel Stoeckl2021-09-26
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-22
* libswcale/input: use more accurate planer rgb16 yuv conversionsMark Reid2020-10-06
* libswcale/input: use more accurate rgbf32 yuv conversionsMark Reid2020-10-02
* swscale/yuv2rgb: consider x2rgb10le on big endian hardwareFei Wang2020-07-20
* swscale: Add swscale input/output support for X2RGB10LEFei Wang2020-06-12
* libswscale: add input support AV_PIX_FMT_GBRAPF32Mark Reid2020-05-05
* lsws/input: Do not change transparency range.Carl Eugen Hoyos2020-03-11
* swscale: Add swscale input support for Y210LELinjie Fu2020-02-24
* swscale/input: Fix several invalid shifts related to rgb2yuv constantsMichael Niedermayer2020-01-22
* swscale: Add support for NV24 and NV42Philip Langdale2019-05-12
* swscale : add support for YUVA444P12 and YUVA422P12Martin Vignali2018-11-24
* libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin2018-08-14
* swscale: add gray14 supportPaul B Mahol2018-05-05
* libswscale: add gray9 supportPaul B Mahol2017-08-07
* Merge commit 'de8e096c7eda2bce76efd0a1c1c89d37348c2414'Clément Bœsch2017-03-21
|\
| * swscale: Consistently order input YUV pixel formatsVittorio Giovara2016-09-27
| * swscale: add P010 input supportHendrik Leppkes2016-07-02
| * swscale: fix gbrap to gbrap alpha scalingVittorio Giovara2015-01-16
| * swscale: fix warning about incompatible function pointer typeVittorio Giovara2015-01-16
| * libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-14
* | lsws/input: Do not define unused functions.Carl Eugen Hoyos2017-03-08
* | swscale: add P016 input supportPhilip Langdale2017-02-01
* | lsws: Add GRAY10 conversion.Carl Eugen Hoyos2016-11-14
* | swscale: Add GRAY12Luca Barbato2016-11-10
* | swscale/input: Fix alpha bswap for set readAlpPlanarMichael Niedermayer2016-11-10
* | swscale: add input support for gbrap10 pixel formatPaul B Mahol2016-06-10
* | swscale: cleanup unused codePedro Arthur2016-03-31
* | Add GBRAP12 pixel formatKieran Kunhya2016-02-24
* | swscale/input: Fix GBRAP16 inputMichael Niedermayer2016-02-24
* | swscale: add P010 input supportHendrik Leppkes2016-01-26
* | swscale: ayuv64le input supportPaul B Mahol2015-07-24
* | swscale: add yuv440p10/12 pixfmts.Ronald S. Bultje2015-05-06
* | swscale/input: fix rgba64 alpha non nativeMichael Niedermayer2015-01-21
* | swscale/input: Fix alpha of YA16 inputMichael Niedermayer2015-01-21
* | Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'Michael Niedermayer2014-08-04
|\|
| * swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-04
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-04
|\|
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* | swscale/input: fix harmless integer overflowMichael Niedermayer2014-06-16
* | swscale/input: replace assert() by av_assert1()Michael Niedermayer2014-04-09