summaryrefslogtreecommitdiff
path: root/libswscale/input.c
Commit message (Expand)AuthorAgeFilesLines
* swscale/input: Use more unsigned intermediatesMichael Niedermayer2022-11-201-12/+12
* swscale/input: Use unsigned intermediates in rgb64ToUV_c_templateJeremy Dorfman2022-11-201-3/+3
* swscale/input: Avoid calls to av_pix_fmt_desc_get()Andreas Rheinhardt2022-09-191-54/+68
* swscale/input: Remove spec-incompliant ';'Andreas Rheinhardt2022-09-081-5/+5
* swscale/input: add support for Y212LEPhilip Langdale2022-09-061-15/+30
* swscale/input: add support for XV30LEPhilip Langdale2022-09-061-0/+25
* swscale/input: add support for P012Philip Langdale2022-09-061-59/+64
* swscale/input: add support for XV36LEPhilip Langdale2022-09-061-0/+25
* libswscale: add support for VUYX formatPhilip Langdale2022-08-251-4/+6
* swscale/input: add rgbaf16 input supportTimo Rothenpieler2022-08-191-0/+130
* swscale: add opaque parameter to input functionsTimo Rothenpieler2022-08-191-68/+81
* swscale/input: add VUYA input supportJames Almer2022-08-051-0/+35
* swscale: add NV16 input/outputMatthieu Bouron2022-07-191-0/+1
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-6/+0
* swscale: add P210/P410/P216/P416 inputrcombs2021-11-281-0/+16
* swscale/input: clip rgbf32 values before lrintfMark Reid2021-11-151-8/+8
* swscale/input: unify grayf32 funcs with rgbf32 funcsMark Reid2021-11-141-25/+11
* swscale/input: fix planar_rgb16_to_a for gbrap10be and gbrap12be formatsMark Reid2021-11-041-1/+1
* swscale: add input/output support for X2BGR10LEManuel Stoeckl2021-09-261-2/+13
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* libswcale/input: use more accurate planer rgb16 yuv conversionsMark Reid2020-10-061-3/+3
* libswcale/input: use more accurate rgbf32 yuv conversionsMark Reid2020-10-021-7/+5
* swscale/yuv2rgb: consider x2rgb10le on big endian hardwareFei Wang2020-07-201-5/+6
* swscale: Add swscale input/output support for X2RGB10LEFei Wang2020-06-121-1/+12
* libswscale: add input support AV_PIX_FMT_GBRAPF32Mark Reid2020-05-051-0/+91
* lsws/input: Do not change transparency range.Carl Eugen Hoyos2020-03-111-3/+3
* swscale: Add swscale input support for Y210LELinjie Fu2020-02-241-0/+24
* swscale/input: Fix several invalid shifts related to rgb2yuv constantsMichael Niedermayer2020-01-221-4/+4
* 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