summaryrefslogtreecommitdiff
path: root/libswscale/output.c
Commit message (Expand)AuthorAgeFilesLines
* swscale/output: Bias 16bps output calculations to improve non overflowing ran...Michael Niedermayer2022-11-041-14/+11
* swscale/output: Bias 16bps output calculations to improve non overflowing rangeMichael Niedermayer2022-11-041-60/+60
* swscale/output: Don't call av_pix_fmt_desc_get() in a loopAndreas Rheinhardt2022-09-191-42/+58
* swscale/output: add support for Y210LE and Y212LEPhilip Langdale2022-09-101-0/+48
* swscale/output: add support for XV30LEPhilip Langdale2022-09-101-0/+31
* swscale/output: add support for XV36LEPhilip Langdale2022-09-101-0/+29
* swscale/output: add support for P012Philip Langdale2022-09-101-59/+81
* libswscale: add support for VUYX formatPhilip Langdale2022-08-251-4/+31
* swscale/output: fix reading chroma values when generating vuya outputJames Almer2022-08-081-2/+2
* swscale/output: add VUYA output supportJames Almer2022-08-071-0/+57
* 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