summaryrefslogtreecommitdiffstats
path: root/libswscale/output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | swscale/output: fix null pointer dereference in yuv2ya8_2_c()Michael Niedermayer2015-07-031-1/+1
* | swscale: implement YA8 outputPaul B Mahol2015-07-021-0/+96
* | swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chro...Michael Niedermayer2015-06-171-1/+281
* | swscale/output: Factorize rgb48 and 64bit codeMichael Niedermayer2015-06-171-211/+71
* | swscale/output: Fix undefined shiftsMichael Niedermayer2015-03-251-2/+2
* | swscale: Use av_clip_uintp2()Michael Niedermayer2015-02-211-12/+12
* | Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3'Michael Niedermayer2014-04-091-1/+12
|\ \ | |/
| * swscale: support converting YVYU422 pixel formatVittorio Giovara2014-04-071-1/+12
* | swscale: add full bgra64 supportMichael Niedermayer2014-04-021-18/+50
* | swscale: add two spatially stable dithering methodsØyvind Kolås2014-03-251-18/+65
* | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer2013-08-161-34/+34
|\ \ | |/
| * swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-151-20/+20
* | sws: add dither enumMichael Niedermayer2013-08-151-3/+3
* | swscale/output: silence warning about undefined 'ASSERT_LEVEL'Paul B Mahol2013-05-191-1/+1
* | swscale/output: remove unused headerPaul B Mahol2013-05-191-1/+0
* | sws/output: yuv2rgb_write() assert that alpha has the correct value in the ta...Michael Niedermayer2013-05-181-0/+6
* | sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of alph...Michael Niedermayer2013-05-181-4/+5
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-1/+1
OpenPOWER on IntegriCloud