aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | swscale/output: silence compiler warnings about uninitialized variablesMichael Niedermayer2013-05-141-1/+1
* | sws/output: remove offset/coef for alpha in rgba64Michael Niedermayer2013-05-121-28/+10
* | swscale: RGBA64 outputPaul B Mahol2013-05-121-11/+279
* | sws/output/yuv2gbrp_full_X_c(): silence warning about uninitialized variableMichael Niedermayer2013-05-101-1/+2
* | sws/output: silence warnings about uninitialized use of variablesMichael Niedermayer2013-05-101-4/+4
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-081-1/+8
* | swscale/output: fix alpha scale in the new functionsMichael Niedermayer2013-04-141-9/+9
* | sws/output: add yuv2rgb_full_1_c_template()Michael Niedermayer2013-04-141-18/+92
* | sws/output: add +yuv2rgb_full_2_c_template()Michael Niedermayer2013-04-141-21/+84
* | sws/output: factor yuv2rgb_write_full() outMichael Niedermayer2013-04-141-86/+98
* | Merge commit 'd6d5ef5534d582f9dbaf18ac2605cf5bb72cd821'Michael Niedermayer2013-02-101-0/+2
|\|
| * sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer2013-02-091-3/+25
* | Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2'Michael Niedermayer2013-01-281-15/+21
|\|
| * swscale: GBRP output supportMichael Niedermayer2013-01-271-1/+66
* | sws: GBRP9, GBRP10 GBRP12 GBRP14 output supportMichael Niedermayer2013-01-261-3/+27
* | sws: GBRP output supportMichael Niedermayer2013-01-261-2/+61
* | sws: fix ED mono dither black levelMichael Niedermayer2013-01-191-6/+6
* | sws: rgb/bgr 4/8 error diffusion ditherMichael Niedermayer2013-01-191-0/+58
* | sws: Support error diffusion dither for mono outputMichael Niedermayer2013-01-181-3/+64
* | swscale: fix 12 and 14 bit YUV planar output with scaling.Michael Niedermayer2012-12-011-2/+13
* | Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc'Michael Niedermayer2012-10-121-1/+2
|\|
| * sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+2