summaryrefslogtreecommitdiff
path: root/libswscale/output.c
Commit message (Expand)AuthorAgeFilesLines
* swscale/output: Bias 16bps output calculations to improve non overflowing rangeMichael Niedermayer2023-03-271-60/+60
* swscale/output: use isSwappedChromarcombs2022-01-041-2/+1
* swscale/output: use isSemiPlanarYUV for NV12/21/24/42 casercombs2022-01-041-2/+1
* swscale/output: use isDataInHighBits for 10-bit casercombs2022-01-041-3/+2
* swscale/output: use isSemiPlanarYUV for 16-bit casercombs2022-01-041-3/+1
* swscale/output: template-ize yuv2nv12cX 10-bit and 16-bit casesrcombs2022-01-041-7/+41
* swscale: add P210/P410/P216/P416 outputrcombs2021-12-221-2/+6
* swscale: add input/output support for X2BGR10LEManuel Stoeckl2021-09-261-1/+8
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* swscale/output: Implement dither none for yuv2rgb_write_full()Michael Niedermayer2021-07-091-0/+11
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* swscale: cosmetic fixesNelson Gomez2020-06-141-5/+8
* swscale: make yuv2interleavedX more asm-friendlyNelson Gomez2020-06-141-7/+5
* swscale: Add swscale input/output support for X2RGB10LEFei Wang2020-06-121-0/+14
* libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid2020-05-051-0/+82
* swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of rang...Michael Niedermayer2020-04-041-3/+3
* swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_...Michael Niedermayer2020-04-041-1/+1
* swscale/output: Fix several invalid shifts in yuv2rgb_full_1_c_template()Michael Niedermayer2020-01-221-4/+4
* swscale/output: Avoid 64bit in Alpha in yuv2ya16_X_c_template()Michael Niedermayer2019-10-161-2/+3
* swscale/output: Correct Alpha in yuv2ya16_X_c_template()Michael Niedermayer2019-10-161-2/+3
* swscale/output: Implement Luma computation from yuv2ya16_X_c_template() witho...Michael Niedermayer2019-10-161-1/+2
* swscale/output: fix signed integer overflow for ya16Paul B Mahol2019-09-261-1/+1
* swscale/output: fix some code indentationsLinjie Fu2019-09-061-35/+35
* swscale: Add support for NV24 and NV42Philip Langdale2019-05-121-2/+4
* swscale: Remove duplicated codeLauri Kasanen2019-03-271-10/+0
* swscale : add YA16 LE/BE outputMartin Vignali2018-10-181-0/+105
* libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin2018-08-141-0/+105
* swscale: Add p016 output support and generalise yuv420p1x to p010Philip Langdale2018-03-021-0/+31
* swscale: fix gbrap16 alpha channel issuesJames Cowgill2017-08-051-8/+8
* swscale: add gbr(a)p16 output supportPaul B Mahol2016-12-011-2/+81
* swscale: Add GBRAP10 outputMichael Niedermayer2016-11-101-0/+2
* swscale: Add the GBRAP12 outputLuca Barbato2016-11-101-0/+2
* swscale/output: Fix alpha shift in yuv2gbrp_full_X_c()Michael Niedermayer2016-11-101-6/+4
* swscale: Drop is9_OR_10BPS() use, its name is not correctMichael Niedermayer2016-11-101-1/+1
* swscale: add support for P010LE/BE outputTimo Rothenpieler2016-08-311-1/+97
* swscale/output: Fix rounding offset in yuv2gbrp_full_X_c()Michael Niedermayer2016-08-231-1/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-5/+5
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-5/+5
| * Drop pointless assert.h #includesDiego Biurrun2016-05-031-1/+0
* | swscale: cleanup unused codePedro Arthur2016-03-311-20/+20
* | sws/output: fix ordered dither threshold for mono outputMichael Niedermayer2016-02-101-1/+1
* | swscale/output: Assert that yalpha and uvalpha are within their expected rangeMichael Niedermayer2016-01-141-0/+16
* | swscale/output: fix undefined left shifts of negative numbersGanesh Ajjanagadde2015-09-201-16/+16
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-3/+3
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-081-2/+2
|\ \ | |/
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-2/+2
| * libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-141-1/+8
* | swscale/output: Fix "warning: assignment from incompatible pointer type"Michael Niedermayer2015-07-251-4/+8
* | swscale: ayuv64le output supportPaul B Mahol2015-07-241-0/+48
* | swscale/output: fix input indexing in yuv2ya8_2_c()Michael Niedermayer2015-07-041-2/+2