| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -3/+3 |
* | swscale/slice: Fix wrong return on error | Michael Niedermayer | 2021-07-09 | 1 | -1/+3 |
* | swscale/slice: Check slice for allocation failure | Michael Niedermayer | 2021-07-09 | 1 | -1/+2 |
* | libswscale: avoid UB nullptr-with-offset. | Jeremy Leconte | 2020-12-24 | 1 | -8/+4 |
* | libswscale: add output support for AV_PIX_FMT_GBRAPF32 | Mark Reid | 2020-05-05 | 1 | -11/+17 |
* | lsws/slice: Move a misplaced const. | Carl Eugen Hoyos | 2017-03-08 | 1 | -1/+1 |
* | swscale: fix ring buffer size when scaling slices of a frame | Pedro Arthur | 2016-06-10 | 1 | -2/+45 |
* | swscale: cleanup unused code | Pedro Arthur | 2016-03-31 | 1 | -2/+2 |
* | swscale/slice: Actually use the buffers' strides | Derek Buitenhuis | 2016-02-16 | 1 | -3/+3 |
* | swscale/slice: Fix indention | Michael Niedermayer | 2016-01-14 | 1 | -6/+6 |
* | swscale/slice: Fix doc typo | Michael Niedermayer | 2016-01-14 | 1 | -1/+1 |
* | swscale: fix ticket #4881 | Pedro Arthur | 2015-10-13 | 1 | -16/+18 |
* | swscale: re-enable gamma | Pedro Arthur | 2015-09-04 | 1 | -3/+16 |
* | swscale: added proper error check for ff_init_filters | Pedro Arthur | 2015-09-04 | 1 | -6/+11 |
* | swscale: refactor vertical scaler | Pedro Arthur | 2015-08-19 | 1 | -3/+17 |
* | swscale: add license headers and copyrights | Pedro Arthur | 2015-08-18 | 1 | -0/+20 |
* | swscale: process horizontal lines in batches | Pedro Arthur | 2015-08-18 | 1 | -2/+2 |
* | swscale: refactor horizontal scaling | Pedro Arthur | 2015-08-18 | 1 | -0/+295 |