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