aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/sw_scale.c
Commit message (Expand)AuthorAgeFilesLines
* tests/checkasm/sw_scale: adds additional tests sizes for yux2yuvXAlan Kelly2021-04-031-3/+3
* tests/checkasm/sw_scale: use memset() to fill ditherJames Almer2021-02-191-3/+1
* checkasm/sw_scale: properly initialize src_pixer and filter_coeff buffersAlan Kelly2021-02-191-2/+2
* checkasm/sw_scale: use av_free() instead of free()James Almer2021-02-171-2/+2
* swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly2021-02-171-0/+103
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* checkasm/sw_scale: Fix stack-buffer-overflowAndreas Rheinhardt2020-05-201-1/+1
* checkasm: swscale: Fix running the hscale test on 32 bit x86Martin Storsjö2020-05-161-3/+3
* checkasm: add hscale testJosh de Kock2020-05-151-0/+134