aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/libswscale.mak
Commit message (Collapse)AuthorAgeFilesLines
* swscale: Take the destination range into account for yuv->rgb->yuv conversionsMartin Storsjö2022-02-251-0/+16
| | | | | | | | | | | | The range parameters need to be set up before calling sws_init_context (which selects which fastpaths can be used; this gets called by sws_getContext); solely passing them via sws_setColorspaceDetails isn't enough. This fixes producing full range YUV range output when doing YUV->YUV conversions between different YUV color spaces. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate/libswcale: add missing samples dependency to sws-slice testsJames Almer2022-01-031-2/+4
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* FATE: add a test for sliced scalingAnton Khirnov2021-08-081-0/+11
|
* libswscale/tests: add floatimg_cmp testMark Reid2020-10-021-0/+4
| | | | | | | | | | changes since v1: - made into fate test - fixed c90 warnings - tests more intermediate formats - tested on BE mips too Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests: Add EXESUF to program calls.Carl Eugen Hoyos2019-04-191-1/+1
| | | | Fixes fate in Windows subsystem for Linux.
* fate: add fate-sws-pixdesc-queryClément Bœsch2017-03-201-0/+7
Test the pixel format querying within libswscale.