summaryrefslogtreecommitdiff
path: root/libswscale/slice.c
Commit message (Expand)AuthorAgeFilesLines
* swscale/input: add rgbaf16 input supportTimo Rothenpieler2022-08-191-1/+8
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-3/+3
* swscale/slice: Fix wrong return on errorMichael Niedermayer2021-07-091-1/+3
* swscale/slice: Check slice for allocation failureMichael Niedermayer2021-07-091-1/+2
* libswscale: avoid UB nullptr-with-offset.Jeremy Leconte2020-12-241-8/+4
* libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid2020-05-051-11/+17
* lsws/slice: Move a misplaced const.Carl Eugen Hoyos2017-03-081-1/+1
* swscale: fix ring buffer size when scaling slices of a framePedro Arthur2016-06-101-2/+45
* swscale: cleanup unused codePedro Arthur2016-03-311-2/+2
* swscale/slice: Actually use the buffers' stridesDerek Buitenhuis2016-02-161-3/+3
* swscale/slice: Fix indentionMichael Niedermayer2016-01-141-6/+6
* swscale/slice: Fix doc typoMichael Niedermayer2016-01-141-1/+1
* swscale: fix ticket #4881Pedro Arthur2015-10-131-16/+18
* swscale: re-enable gammaPedro Arthur2015-09-041-3/+16
* swscale: added proper error check for ff_init_filtersPedro Arthur2015-09-041-6/+11
* swscale: refactor vertical scalerPedro Arthur2015-08-191-3/+17
* swscale: add license headers and copyrightsPedro Arthur2015-08-181-0/+20
* swscale: process horizontal lines in batchesPedro Arthur2015-08-181-2/+2
* swscale: refactor horizontal scalingPedro Arthur2015-08-181-0/+295