| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump versions for master after 3.3n3.4-dev | Michael Niedermayer | 2017-04-02 | 1 | -1/+1 |
* | Bump minor for 3.3 | Michael Niedermayer | 2017-04-02 | 1 | -1/+1 |
* | Bump minor versions for master after release/3.3 branchpoint | Michael Niedermayer | 2017-03-31 | 1 | -1/+1 |
* | Bump minor versions for staring release/3.3 branch | Michael Niedermayer | 2017-03-31 | 1 | -2/+2 |
* | Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50' | Clément Bœsch | 2017-03-24 | 1 | -1/+1 |
|\ |
|
| * | Adjust printf conversion specifiers to match variable signedness | Diego Biurrun | 2016-10-28 | 1 | -1/+1 |
| * | swscale: Properly load alpha for planar rgb | Michael Niedermayer | 2016-10-18 | 1 | -0/+37 |
| * | swscale: Add the GBRAP12 output | Luca Barbato | 2016-10-12 | 2 | -2/+4 |
| * | Add GBRAP12 pixel format support | Kieran Kunhya | 2016-10-12 | 3 | -0/+7 |
| * | swscale: Enable GBRP12 output | Luca Barbato | 2016-10-12 | 2 | -2/+4 |
| * | swscale: x86: Add some forgotten 12-bit planar YUV cases | Michael Niedermayer | 2016-10-12 | 2 | -2/+6 |
| * | swscale: Add input support for 12-bit formats | Michael Niedermayer | 2016-10-12 | 5 | -3/+43 |
| * | swscale: Add missing yuv444p12 swapping | Vittorio Giovara | 2016-10-12 | 1 | -0/+4 |
| * | pixfmt: Add yuv444p12 pixel format | Luca Barbato | 2016-09-27 | 2 | -1/+5 |
| * | pixfmt: Add yuv422p12 pixel format | Luca Barbato | 2016-09-27 | 3 | -1/+9 |
| * | pixfmt: Add yuv420p12 pixel format | Luca Barbato | 2016-09-27 | 4 | -2/+17 |
| * | swscale: Rename is9_OR_10 to match what it does | Luca Barbato | 2016-09-27 | 6 | -10/+10 |
| * | swscale: Update bitdepth range check | Luca Barbato | 2016-09-27 | 3 | -11/+11 |
* | | sws/tests/pixdesc_query: remove func wrappers | Clément Bœsch | 2017-03-24 | 1 | -42/+17 |
* | | sws: make is{RGB,BGR}inInt functions | Clément Bœsch | 2017-03-24 | 1 | -39/+43 |
* | | Merge commit 'de8e096c7eda2bce76efd0a1c1c89d37348c2414' | Clément Bœsch | 2017-03-21 | 1 | -49/+49 |
|\| |
|
| * | swscale: Consistently order input YUV pixel formats | Vittorio Giovara | 2016-09-27 | 1 | -29/+29 |
* | | swscale: cosmetics in is{RGB,BGR}inInt | Clément Bœsch | 2017-03-20 | 1 | -10/+7 |
* | | swscale: remove unused is{RGB,BGR}inBytes | Clément Bœsch | 2017-03-20 | 2 | -23/+0 |
* | | swscale: use a (more correct) function for isPacked | Clément Bœsch | 2017-03-20 | 1 | -18/+3 |
* | | swscale: use a function for isAnyRGB | Clément Bœsch | 2017-03-20 | 1 | -7/+7 |
* | | swscale: use a function for isBayer | Clément Bœsch | 2017-03-20 | 1 | -14/+6 |
* | | swscale: use a function for isGray | Clément Bœsch | 2017-03-20 | 1 | -17/+10 |
* | | fate: add fate-sws-pixdesc-query | Clément Bœsch | 2017-03-20 | 3 | -0/+92 |
* | | Merge commit 'aa37d2bf4505afc106e2a23c44afc722bb204a8e' | Clément Bœsch | 2017-03-19 | 1 | -9/+1 |
|\| |
|
| * | swscale: Kill non-compiling disabled cruft | Diego Biurrun | 2016-08-17 | 2 | -13/+0 |
| * | swscale: Add proper ff_ prefix to init functions | Diego Biurrun | 2016-07-16 | 5 | -7/+7 |
| * | swscale: Rename sws_context_class to ff_sws_context_class | Andreas Cadhalpun | 2016-07-16 | 3 | -4/+4 |
| * | swscale: add P010 input support | Hendrik Leppkes | 2016-07-02 | 3 | -1/+55 |
* | | lsws/slice: Move a misplaced const. | Carl Eugen Hoyos | 2017-03-08 | 1 | -1/+1 |
* | | lsws/input: Do not define unused functions. | Carl Eugen Hoyos | 2017-03-08 | 1 | -5/+16 |
* | | swscale: add P016 input support | Philip Langdale | 2017-02-01 | 3 | -1/+37 |
* | | swscale/swscale: Fix dereference of stride array before null check | Michael Niedermayer | 2016-12-23 | 1 | -4/+7 |
* | | swscale: save ebx register when it is not available | Andreas Cadhalpun | 2016-12-21 | 1 | -10/+10 |
* | | swscale: add gbr(a)p16 output support | Paul B Mahol | 2016-12-01 | 2 | -6/+85 |
* | | swscale/options: Use AV_OPT_TYPE_PIXEL_FMT | Michael Niedermayer | 2016-11-20 | 1 | -2/+2 |
* | | lsws: Add GRAY10 conversion. | Carl Eugen Hoyos | 2016-11-14 | 5 | -1/+8 |
* | | swscale: Add GRAY12 | Luca Barbato | 2016-11-10 | 4 | -0/+7 |
* | | swscale: Add GBRAP10 output | Michael Niedermayer | 2016-11-10 | 2 | -2/+4 |
* | | swscale: Add the GBRAP12 output | Luca Barbato | 2016-11-10 | 2 | -2/+4 |
* | | swscale/output: Fix alpha shift in yuv2gbrp_full_X_c() | Michael Niedermayer | 2016-11-10 | 1 | -6/+4 |
* | | swscale/input: Fix alpha bswap for set readAlpPlanar | Michael Niedermayer | 2016-11-10 | 1 | -1/+1 |
* | | swscale: Drop is9_OR_10BPS() use, its name is not correct | Michael Niedermayer | 2016-11-10 | 5 | -7/+5 |
* | | Bump minor versions after 3.2 branchpoint to seperate release | Michael Niedermayer | 2016-10-26 | 1 | -1/+1 |
* | | Bump minor versions for 3.2 | Michael Niedermayer | 2016-10-26 | 1 | -1/+1 |