94 Commits (bd1179e36badfed93b3d7427f5e1752e1249342c)

Author SHA1 Message Date
Paul B Mahol 6427c9ffee swscale: add gbr(a)p16 output support 8 years ago
Michael Niedermayer b828788d58 swscale: Add GBRAP10 output 8 years ago
Luca Barbato 2c7d8cbd66 swscale: Add the GBRAP12 output 8 years ago
Michael Niedermayer 873d06c76e swscale/output: Fix alpha shift in yuv2gbrp_full_X_c() 8 years ago
Michael Niedermayer d736b52a04 swscale: Drop is9_OR_10BPS() use, its name is not correct 8 years ago
Luca Barbato 881477c77b swscale: Add the GBRAP12 output 8 years ago
Luca Barbato ef3740c3a0 swscale: Enable GBRP12 output 8 years ago
Luca Barbato 2b5b1e1e9b swscale: Rename is9_OR_10 to match what it does 8 years ago
Luca Barbato 85406e7a8d pixfmt: Add yuv420p12 pixel format 8 years ago
Timo Rothenpieler 99882d05a6 swscale: add support for P010LE/BE output 8 years ago
Michael Niedermayer 76d377d0a0 swscale/output: Fix rounding offset in yuv2gbrp_full_X_c() 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Pedro Arthur 6de58b4903 swscale: cleanup unused code 9 years ago
Michael Niedermayer 23261e6001 sws/output: fix ordered dither threshold for mono output 9 years ago
Michael Niedermayer b99f498716 swscale/output: Assert that yalpha and uvalpha are within their expected range 9 years ago
Ganesh Ajjanagadde 7cf22c7970 swscale/output: fix undefined left shifts of negative numbers 9 years ago
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 9 years ago
Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 9 years ago
Michael Niedermayer 1909a9151c swscale/output: Fix "warning: assignment from incompatible pointer type" 9 years ago
Paul B Mahol 3cb8eee6f7 swscale: ayuv64le output support 9 years ago
Michael Niedermayer 8255b14c68 swscale/output: fix input indexing in yuv2ya8_2_c() 10 years ago
Michael Niedermayer ab80d3fb3a swscale/output: fix null pointer dereference in yuv2ya8_2_c() 10 years ago
Paul B Mahol 2778fdbe54 swscale: implement YA8 output 10 years ago
Michael Niedermayer e29d996149 swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chroma interpolation 10 years ago
Michael Niedermayer f140a99f8b swscale/output: Factorize rgb48 and 64bit code 10 years ago
Michael Niedermayer bdcd36a4c8 swscale/output: Fix undefined shifts 10 years ago
Michael Niedermayer 03bffb68f6 swscale: Use av_clip_uintp2() 10 years ago
Paul B Mahol 928061670e libswscale: GBRAP input & output and GBRAP16 input support 10 years ago
Vittorio Giovara 92b099daf4 swscale: support converting YVYU422 pixel format 11 years ago
Michael Niedermayer 37f69cd93e swscale: add full bgra64 support 11 years ago
Øyvind Kolås 3e6016622e swscale: add two spatially stable dithering methods 11 years ago
Michael Niedermayer 1e0e193240 sws: add dither enum 11 years ago
Diego Biurrun aa2ba8c99e swscale: Move extern declarations for tables to swscale_internal.h 11 years ago
Paul B Mahol b154d203b1 swscale/output: silence warning about undefined 'ASSERT_LEVEL' 12 years ago
Paul B Mahol f4b2d3598b swscale/output: remove unused header 12 years ago
Michael Niedermayer e1efacf60b sws/output: yuv2rgb_write() assert that alpha has the correct value in the tables 12 years ago
Michael Niedermayer 5918b7ac41 sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of alpha input 12 years ago
Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
Michael Niedermayer e751481cd8 swscale/output: silence compiler warnings about uninitialized variables 12 years ago
Michael Niedermayer 145e644aee sws/output: remove offset/coef for alpha in rgba64 12 years ago
Paul B Mahol e1746d057b swscale: RGBA64 output 12 years ago
Michael Niedermayer 7ded017983 sws/output/yuv2gbrp_full_X_c(): silence warning about uninitialized variable 12 years ago
Michael Niedermayer 8ef453ff83 sws/output: silence warnings about uninitialized use of variables 12 years ago
Paul B Mahol 5c057433cc libswscale: GBRAP input & output and GBRAP16 input support 12 years ago
Michael Niedermayer 41ebb64511 swscale/output: fix alpha scale in the new functions 12 years ago
Michael Niedermayer a4b5e45e2b sws/output: add yuv2rgb_full_1_c_template() 12 years ago
Michael Niedermayer 9204a7dc8e sws/output: add +yuv2rgb_full_2_c_template() 12 years ago
Michael Niedermayer 662664551c sws/output: factor yuv2rgb_write_full() out 12 years ago
Michael Niedermayer d6d5ef5534 sws: GBRP9, GBRP10, and GBRP16 output support 12 years ago