aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/lavf-image.mak
Commit message (Collapse)AuthorAgeFilesLines
* fate/lavf-*: Add missing dependency on pipe protocolAndreas Rheinhardt2022-09-211-1/+1
| | | | | | Forgotten in bf1337f99c66ac574c6e4da65c305ca878f1d65d. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec: WBMP (Wireless Application Protocol Bitmap) image formatPeter Ross2022-08-071-0/+1
| | | | | Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: Peter Ross <pross@xvid.org>
* fate/lavf-image: Disable file checksums for exr testsAndreas Rheinhardt2022-08-021-12/+12
| | | | | | | | | | The generated files are endian-dependent, so no checksums may be part of the ref files. Fixes ticket #9854. Tested-by: Sebastian Ramacher <sramacher@debian.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fate: add PFM encoder testsPaul B Mahol2022-07-031-0/+8
|
* fate: add EXR encoder testsPaul B Mahol2022-07-031-0/+24
|
* fate: add test for QOI formatPaul B Mahol2022-06-051-0/+1
|
* fate/lavf-image: Fix requirements of testsAndreas Rheinhardt2022-04-281-33/+37
| | | | | | | In particular, add the missing dependency on the scale filter (and therefore on libswscale). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fate/lavf-image: fix passed arguments for some high bit depth testsJames Almer2019-03-141-20/+20
| | | | | | Should fix fate failures on big endian targets. Signed-off-by: James Almer <jamrial@gmail.com>
* Merge commit 'a957e9379d11f2982d615f92c30580a57ea8bb40'James Almer2019-03-141-2/+41
| | | | | | | * commit 'a957e9379d11f2982d615f92c30580a57ea8bb40': tests: Convert lavf image tests to non-legacy test scripts Merged-by: James Almer <jamrial@gmail.com>
* tests: Convert lavf image tests to non-legacy test scriptsDiego Biurrun2019-02-161-0/+25
Rename some tests in the process for consistency and simplicity.