| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3' | Michael Niedermayer | 2014-04-09 | 1 | -1/+12 |
|\ |
|
| * | swscale: support converting YVYU422 pixel format | Vittorio Giovara | 2014-04-07 | 1 | -1/+12 |
* | | swscale: add full bgra64 support | Michael Niedermayer | 2014-04-02 | 1 | -18/+50 |
* | | swscale: add two spatially stable dithering methods | Øyvind Kolås | 2014-03-25 | 1 | -18/+65 |
* | | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3' | Michael Niedermayer | 2013-08-16 | 1 | -34/+34 |
|\| |
|
| * | swscale: Move extern declarations for tables to swscale_internal.h | Diego Biurrun | 2013-08-15 | 1 | -20/+20 |
* | | sws: add dither enum | Michael Niedermayer | 2013-08-15 | 1 | -3/+3 |
* | | swscale/output: silence warning about undefined 'ASSERT_LEVEL' | Paul B Mahol | 2013-05-19 | 1 | -1/+1 |
* | | swscale/output: remove unused header | Paul B Mahol | 2013-05-19 | 1 | -1/+0 |
* | | sws/output: yuv2rgb_write() assert that alpha has the correct value in the ta... | Michael Niedermayer | 2013-05-18 | 1 | -0/+6 |
* | | sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of alph... | Michael Niedermayer | 2013-05-18 | 1 | -4/+5 |
* | | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -1/+1 |
* | | swscale/output: silence compiler warnings about uninitialized variables | Michael Niedermayer | 2013-05-14 | 1 | -1/+1 |
* | | sws/output: remove offset/coef for alpha in rgba64 | Michael Niedermayer | 2013-05-12 | 1 | -28/+10 |
* | | swscale: RGBA64 output | Paul B Mahol | 2013-05-12 | 1 | -11/+279 |
* | | sws/output/yuv2gbrp_full_X_c(): silence warning about uninitialized variable | Michael Niedermayer | 2013-05-10 | 1 | -1/+2 |
* | | sws/output: silence warnings about uninitialized use of variables | Michael Niedermayer | 2013-05-10 | 1 | -4/+4 |
* | | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2013-05-08 | 1 | -1/+8 |
* | | swscale/output: fix alpha scale in the new functions | Michael Niedermayer | 2013-04-14 | 1 | -9/+9 |
* | | sws/output: add yuv2rgb_full_1_c_template() | Michael Niedermayer | 2013-04-14 | 1 | -18/+92 |
* | | sws/output: add +yuv2rgb_full_2_c_template() | Michael Niedermayer | 2013-04-14 | 1 | -21/+84 |
* | | sws/output: factor yuv2rgb_write_full() out | Michael Niedermayer | 2013-04-14 | 1 | -86/+98 |
* | | Merge commit 'd6d5ef5534d582f9dbaf18ac2605cf5bb72cd821' | Michael Niedermayer | 2013-02-10 | 1 | -0/+2 |
|\| |
|
| * | sws: GBRP9, GBRP10, and GBRP16 output support | Michael Niedermayer | 2013-02-09 | 1 | -3/+25 |
* | | Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2' | Michael Niedermayer | 2013-01-28 | 1 | -15/+21 |
|\| |
|
| * | swscale: GBRP output support | Michael Niedermayer | 2013-01-27 | 1 | -1/+66 |
* | | sws: GBRP9, GBRP10 GBRP12 GBRP14 output support | Michael Niedermayer | 2013-01-26 | 1 | -3/+27 |
* | | sws: GBRP output support | Michael Niedermayer | 2013-01-26 | 1 | -2/+61 |
* | | sws: fix ED mono dither black level | Michael Niedermayer | 2013-01-19 | 1 | -6/+6 |
* | | sws: rgb/bgr 4/8 error diffusion dither | Michael Niedermayer | 2013-01-19 | 1 | -0/+58 |
* | | sws: Support error diffusion dither for mono output | Michael Niedermayer | 2013-01-18 | 1 | -3/+64 |
* | | swscale: fix 12 and 14 bit YUV planar output with scaling. | Michael Niedermayer | 2012-12-01 | 1 | -2/+13 |
* | | Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc' | Michael Niedermayer | 2012-10-12 | 1 | -1/+2 |
|\| |
|
| * | sws: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+2 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -117/+117 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -117/+117 |
* | | sws/output: use unsigned variables where harmless overflows are expected. | Michael Niedermayer | 2012-09-10 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-23 | 1 | -7/+8 |
|\| |
|
| * | swscale: Mark all init functions as av_cold | Diego Biurrun | 2012-07-23 | 1 | -7/+8 |
* | | yuv2rgb: implement 15/16bit ordered dither | Michael Niedermayer | 2012-07-17 | 1 | -2/+2 |
* | | sws: extend dither tables by 1 line so simpler arithmetic can be used to addr... | Michael Niedermayer | 2012-07-17 | 1 | -9/+18 |
* | | sws: remove cliping in yuv2rgb code. | Michael Niedermayer | 2012-04-15 | 1 | -15/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-15 | 1 | -7/+7 |
|\| |
|
| * | swscale: clip before assigning tables in RGB output functions. | Ronald S. Bultje | 2012-04-14 | 1 | -9/+15 |
| * | swscale: fix off-by-one in second coefficient in bilinear filters. | Ronald S. Bultje | 2012-04-14 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-14 | 1 | -12/+12 |
|\| |
|
| * | swscale: handle last pixel if lines have an odd width. | Ronald S. Bultje | 2012-04-13 | 1 | -12/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-05 | 1 | -3/+7 |
|\| |
|
| * | swscale: handle complete dimensions for monoblack/white. | Ronald S. Bultje | 2012-04-04 | 1 | -3/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-08 | 1 | -0/+31 |
|\| |
|