67 Commits (1f1c7c8a57e81803a034b00077bd43e7a6e4ed82)

Author SHA1 Message Date
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
Michael Niedermayer 4eb93bed4e swscale: GBRP output support 12 years ago
Michael Niedermayer e4033d89f1 sws: GBRP9, GBRP10 GBRP12 GBRP14 output support 12 years ago
Michael Niedermayer 61884d1985 sws: GBRP output support 12 years ago
Michael Niedermayer 5c42078b99 sws: fix ED mono dither black level 12 years ago
Michael Niedermayer ca447592b1 sws: rgb/bgr 4/8 error diffusion dither 12 years ago
Michael Niedermayer 646ade7679 sws: Support error diffusion dither for mono output 12 years ago
Michael Niedermayer 822d10e7c5 swscale: fix 12 and 14 bit YUV planar output with scaling. 12 years ago
Anton Khirnov 0a7068fa5d sws: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer 14de55784d sws/output: use unsigned variables where harmless overflows are expected. 12 years ago
Diego Biurrun 5a6e3c039c swscale: Mark all init functions as av_cold 12 years ago
Michael Niedermayer 22a279539e yuv2rgb: implement 15/16bit ordered dither 13 years ago
Michael Niedermayer bdf28d14f2 sws: extend dither tables by 1 line so simpler arithmetic can be used to address the next line 13 years ago
Michael Niedermayer 3be0c86b97 sws: remove cliping in yuv2rgb code. 13 years ago
Ronald S. Bultje 7f77e9041a swscale: clip before assigning tables in RGB output functions. 13 years ago
Ronald S. Bultje 4860625236 swscale: fix off-by-one in second coefficient in bilinear filters. 13 years ago
Ronald S. Bultje 9206ac80a5 swscale: handle last pixel if lines have an odd width. 13 years ago
Ronald S. Bultje bc0bdda77b swscale: handle complete dimensions for monoblack/white. 13 years ago
Ronald S. Bultje 9487fb4dea swscale: clip unscaled output intermediates. 13 years ago
Michael Niedermayer 4a9f466b99 Fix alpha overflow when converting from RGBA64 to RGBA. 13 years ago
Ronald S. Bultje 25c42234a9 swscale: make monowhite/black RGB-independent. 13 years ago
Michael Niedermayer 94bc672489 swscale: yuv2422_2_c_template() add cliping. 13 years ago
Michael Niedermayer f03a029939 swscale: Add cliping to yuv2422_1_c_template() 13 years ago
Michael Niedermayer ef96bf294d swscale: Fix rounding in yuv2mono_1_c_template() 13 years ago
Michael Niedermayer c0c32a3704 swscale: Fix rounding in yuv2rgb_1_c_template() 13 years ago
Michael Niedermayer 2bc610ddc5 swscale: yuv2422_1_c_template: fix rounding 13 years ago
Diego Biurrun 7331b6e718 Drop some completely unnecessary av_unused attributes. 13 years ago
Ronald S. Bultje 3cac475655 swscale: move YUV2PACKED16WRAPPER() macro down to where it is used. 13 years ago