| Commit message (Expand) | Author | Age | Files | Lines |
* | utils: Do not expand a macro with 'defined' in it | Derek Buitenhuis | 2017-08-25 | 1 | -1/+5 |
* | libswscale: add gray9 support | Paul B Mahol | 2017-08-07 | 1 | -0/+4 |
* | lsws/utils: Make gray10 and gray12 full-scale like gray8 and gray16. | Carl Eugen Hoyos | 2017-04-12 | 1 | -0/+4 |
* | Merge commit 'aa37d2bf4505afc106e2a23c44afc722bb204a8e' | Clément Bœsch | 2017-03-19 | 1 | -9/+1 |
|\ |
|
| * | swscale: Kill non-compiling disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -7/+0 |
| * | swscale: Add proper ff_ prefix to init functions | Diego Biurrun | 2016-07-16 | 1 | -1/+1 |
| * | swscale: Rename sws_context_class to ff_sws_context_class | Andreas Cadhalpun | 2016-07-16 | 1 | -1/+1 |
| * | swscale: add P010 input support | Hendrik Leppkes | 2016-07-02 | 1 | -0/+2 |
| * | asm: FF_-prefix internal macros used in inline assembly | Diego Biurrun | 2016-05-28 | 1 | -11/+11 |
| * | lavu: add AV_CEIL_RSHIFT and use it in various places | Clément Bœsch | 2016-01-11 | 1 | -5/+5 |
* | | swscale: add P016 input support | Philip Langdale | 2017-02-01 | 1 | -0/+2 |
* | | swscale: add gbr(a)p16 output support | Paul B Mahol | 2016-12-01 | 1 | -4/+4 |
* | | lsws: Add GRAY10 conversion. | Carl Eugen Hoyos | 2016-11-14 | 1 | -0/+2 |
* | | swscale: Add GRAY12 | Luca Barbato | 2016-11-10 | 1 | -0/+2 |
* | | swscale: Add GBRAP10 output | Michael Niedermayer | 2016-11-10 | 1 | -2/+2 |
* | | swscale: Add the GBRAP12 output | Luca Barbato | 2016-11-10 | 1 | -2/+2 |
* | | swscale: add support for P010LE/BE output | Timo Rothenpieler | 2016-08-31 | 1 | -2/+2 |
* | | swscale: add input support for gbrap10 pixel format | Paul B Mahol | 2016-06-10 | 1 | -0/+6 |
* | | sws/aarch64: add ff_yuv2planeX_8_neon | Clément Bœsch | 2016-04-11 | 1 | -1/+2 |
* | | swscale/utils: Remove unused variable | Michael Niedermayer | 2016-04-07 | 1 | -1/+1 |
* | | sws/aarch64: restore ff_hscale_8_to_15_neon() | Clément Bœsch | 2016-04-05 | 1 | -1/+1 |
* | | swscale: cleanup unused code | Pedro Arthur | 2016-03-31 | 1 | -76/+2 |
* | | swscale: Deprecate vector functions which are unused outside swscale | Michael Niedermayer | 2016-03-31 | 1 | -0/+46 |
* | | sws/aarch64: add ff_hscale_8_to_15_neon | Clément Bœsch | 2016-03-31 | 1 | -1/+3 |
* | | Add GBRAP12 pixel format | Kieran Kunhya | 2016-02-24 | 1 | -0/+6 |
* | | swscale/utils: Fix chrSrcHSubSample for GBRAP16 | Michael Niedermayer | 2016-02-24 | 1 | -0/+1 |
* | | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -5/+5 |
* | | swscale: add P010 input support | Hendrik Leppkes | 2016-01-26 | 1 | -0/+2 |
* | | swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls | Michael Niedermayer | 2016-01-14 | 1 | -4/+18 |
* | | swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny ... | Michael Niedermayer | 2016-01-04 | 1 | -0/+6 |
* | | swscale/utils: Fix intermediate format for cascaded alpha downscaling | Michael Niedermayer | 2015-12-24 | 1 | -0/+3 |
* | | swscale/utils: replace pow by exp2 | Ganesh Ajjanagadde | 2015-12-08 | 1 | -1/+2 |
* | | swscale/utils: Fix for runtime error: left shift of negative value -1 | Michael Niedermayer | 2015-12-04 | 1 | -1/+1 |
* | | swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init | Andreas Cadhalpun | 2015-10-29 | 1 | -1/+1 |
* | | swscale: rename sws_context_class to ff_sws_context_class | Andreas Cadhalpun | 2015-10-29 | 1 | -1/+1 |
* | | all: add _DEFAULT_SOURCE locally wherever needed | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+1 |
* | | swscale: Forward colorspace updates to the 2nd cascaded context in case of al... | Michael Niedermayer | 2015-09-10 | 1 | -2/+3 |
* | | swscale/utils: Forward luma range to the cascaded context for alphablending | Michael Niedermayer | 2015-09-10 | 1 | -3/+10 |
* | | swscale/utils: handle gray+alpha formats like gray for luma ranges | Michael Niedermayer | 2015-09-10 | 1 | -0/+3 |
* | | swscale/utils: If the source has no alpha then disable alpha blendaway | Michael Niedermayer | 2015-09-10 | 1 | -0/+4 |
* | | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | | 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 |
* | | swscale: re-enable gamma | Pedro Arthur | 2015-09-04 | 1 | -0/+9 |
* | | swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails... | Michael Niedermayer | 2015-08-31 | 1 | -3/+6 |
* | | swscale/utils: Split scaling if possible and yuv->yuv with different matrixes... | Michael Niedermayer | 2015-08-31 | 1 | -1/+66 |
* | | swscale: refactor horizontal scaling | Pedro Arthur | 2015-08-18 | 1 | -1/+2 |
* | | swscale/alphablend: Support chroma subsampling | Michael Niedermayer | 2015-08-09 | 1 | -15/+15 |
* | | swscale/alphablend: support packed pixel formats | Michael Niedermayer | 2015-08-09 | 1 | -11/+11 |
* | | swscale: Implement alphablendaway for planar 4:4:4 formats | Michael Niedermayer | 2015-08-08 | 1 | -0/+101 |