| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | swscale: Add sws_alloc_set_opts() | Michael Niedermayer | 2015-08-08 | 1 | -4/+19 |
* | | swscale: ayuv64le output support | Paul B Mahol | 2015-07-24 | 1 | -1/+1 |
* | | swscale: ayuv64le input support | Paul B Mahol | 2015-07-24 | 1 | -0/+1 |
* | | swscale/utils: Clear pix buffers | Michael Niedermayer | 2015-07-15 | 1 | -3/+3 |
* | | swscale: implement YA8 output | Paul B Mahol | 2015-07-02 | 1 | -1/+1 |
* | | swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chro... | Michael Niedermayer | 2015-06-17 | 1 | -0/+8 |
* | | Mark vectors as NAN instead of dereferencing NULL pointers on malloc failure | Michael Niedermayer | 2015-06-12 | 1 | -0/+38 |
* | | swscale: Assert that pixel format descriptor is not NULL | Michael Niedermayer | 2015-06-12 | 1 | -0/+1 |
* | | swscale: add yuv440p10/12 pixfmts. | Ronald S. Bultje | 2015-05-06 | 1 | -0/+4 |
* | | swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flag | Michael Niedermayer | 2015-04-23 | 1 | -13/+9 |
* | | Add gamma encodign/decoding before/after scaling in libswscale | Pedro Arthur | 2015-04-23 | 1 | -0/+76 |
* | | Merge commit '7ebb3022297aa00afda6800105684b8303f2608e' | Michael Niedermayer | 2015-03-22 | 1 | -8/+14 |
|\| |
|
| * | swscale: Check memory allocation | Federico Tomassetti | 2015-03-21 | 1 | -8/+14 |
* | | swscale/utils: Fix undefined shift in initFilter() | Michael Niedermayer | 2015-03-11 | 1 | -1/+1 |
* | | swscale/utils: clear formatConvBuffer on allocation | Michael Niedermayer | 2015-02-27 | 1 | -1/+1 |
* | | swscale/utils: add asserts to check filterpos | Michael Niedermayer | 2015-02-24 | 1 | -0/+7 |
* | | swscale/utils: More carefully merge and clear coefficients outside the input | Michael Niedermayer | 2015-02-24 | 1 | -5/+15 |
* | | Merge commit 'e51f22122d23589e93ac4f0b3e570bb925755915' | Michael Niedermayer | 2015-02-17 | 1 | -0/+9 |
|\| |
|
| * | swscale: Check memory allocations | Federico Tomassetti | 2015-02-17 | 1 | -0/+9 |
* | | swscale/utils: Limit filter shifting so as not to read from prior the array | Michael Niedermayer | 2015-02-05 | 1 | -2/+3 |
* | | Merge commit '928061670e873e816daa14827853b7e11221ff5f' | Michael Niedermayer | 2015-01-15 | 1 | -2/+2 |
|\| |
|
| * | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2015-01-14 | 1 | -0/+3 |
* | | swscale: Pass through chroma positions in sws_getCachedContext | Kieran Kunhya | 2014-12-26 | 1 | -0/+13 |
* | | swscale/utils: support bayer input + scaling, and bayer input + any supported... | Michael Niedermayer | 2014-11-12 | 1 | -0/+25 |
* | | swscale: support internal scaler cascades | Michael Niedermayer | 2014-10-11 | 1 | -11/+43 |
* | | swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruft | James Almer | 2014-10-05 | 1 | -11/+0 |
* | | swscale: Allow chroma samples to be above and to the left of luma samples | Michael Niedermayer | 2014-09-21 | 1 | -1/+1 |
* | | Merge commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e' | Michael Niedermayer | 2014-08-07 | 1 | -2/+0 |
|\| |
|
| * | swscale: Undeprecate sws_getContext() | Diego Biurrun | 2014-08-07 | 1 | -2/+0 |
* | | Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820' | Michael Niedermayer | 2014-08-04 | 1 | -0/+2 |
|\| |
|
| * | swscale: support AV_PIX_FMT_YA16 as input | Vittorio Giovara | 2014-08-04 | 1 | -0/+2 |
* | | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5' | Michael Niedermayer | 2014-08-04 | 1 | -1/+1 |
|\| |
|