| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: Add GBRAP10 output | Michael Niedermayer | 2016-11-10 | 1 | -0/+2 |
* | swscale: Add the GBRAP12 output | Luca Barbato | 2016-11-10 | 1 | -0/+2 |
* | swscale/output: Fix alpha shift in yuv2gbrp_full_X_c() | Michael Niedermayer | 2016-11-10 | 1 | -6/+4 |
* | swscale: Drop is9_OR_10BPS() use, its name is not correct | Michael Niedermayer | 2016-11-10 | 1 | -1/+1 |
* | swscale: add support for P010LE/BE output | Timo Rothenpieler | 2016-08-31 | 1 | -1/+97 |
* | swscale/output: Fix rounding offset in yuv2gbrp_full_X_c() | Michael Niedermayer | 2016-08-23 | 1 | -1/+1 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -5/+5 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -5/+5 |
| * | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -1/+0 |
* | | swscale: cleanup unused code | Pedro Arthur | 2016-03-31 | 1 | -20/+20 |
* | | sws/output: fix ordered dither threshold for mono output | Michael Niedermayer | 2016-02-10 | 1 | -1/+1 |
* | | swscale/output: Assert that yalpha and uvalpha are within their expected range | Michael Niedermayer | 2016-01-14 | 1 | -0/+16 |
* | | swscale/output: fix undefined left shifts of negative numbers | Ganesh Ajjanagadde | 2015-09-20 | 1 | -16/+16 |
* | | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -3/+3 |
* | | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba' | Hendrik Leppkes | 2015-09-08 | 1 | -2/+2 |
|\| |
|
| * | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 1 | -2/+2 |
| * | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2015-01-14 | 1 | -1/+8 |
* | | swscale/output: Fix "warning: assignment from incompatible pointer type" | Michael Niedermayer | 2015-07-25 | 1 | -4/+8 |
* | | swscale: ayuv64le output support | Paul B Mahol | 2015-07-24 | 1 | -0/+48 |
* | | swscale/output: fix input indexing in yuv2ya8_2_c() | Michael Niedermayer | 2015-07-04 | 1 | -2/+2 |
* | | swscale/output: fix null pointer dereference in yuv2ya8_2_c() | Michael Niedermayer | 2015-07-03 | 1 | -1/+1 |
* | | swscale: implement YA8 output | Paul B Mahol | 2015-07-02 | 1 | -0/+96 |
* | | swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chro... | Michael Niedermayer | 2015-06-17 | 1 | -1/+281 |
* | | swscale/output: Factorize rgb48 and 64bit code | Michael Niedermayer | 2015-06-17 | 1 | -211/+71 |
* | | swscale/output: Fix undefined shifts | Michael Niedermayer | 2015-03-25 | 1 | -2/+2 |
* | | swscale: Use av_clip_uintp2() | Michael Niedermayer | 2015-02-21 | 1 | -12/+12 |
* | | 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 |