summaryrefslogtreecommitdiff
path: root/libswscale/vscale.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* swscale: make yuv2interleavedX more asm-friendlyNelson Gomez2020-06-141-1/+1
* swscale/vscale: Increase type strictnessAndreas Rheinhardt2020-04-271-22/+29
* swscale: cleanup unused codePedro Arthur2016-03-311-2/+2
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* swscale/vscale: Use matching sliceY/chrSliceY for luma/chromaMichael Niedermayer2016-01-141-7/+7
* swscale/vscale: Check that 2 tap filters are bilinear before using bilinear codeMichael Niedermayer2016-01-141-7/+25
* swscale/vscale: Add fixme comment to "ugly" codeMichael Niedermayer2016-01-141-1/+1
* swscale: Move VScalerContext into vscale.cMichael Niedermayer2016-01-141-0/+10
* swscale: re-enable gammaPedro Arthur2015-09-041-1/+1
* swscale: refactor vertical scalerPedro Arthur2015-08-191-0/+287