summaryrefslogtreecommitdiff
path: root/tests/fate/fits.mak
Commit message (Collapse)AuthorAge
* fate/fits: Use transcode for transcode-like testAndreas Rheinhardt2022-04-28
| | | | | | | | | Each of the intermediately generated lena-*.fits files is only used for exactly one test; so it could be deleted right after the test. Switching to a transcode test (which is also more natural) achieves this. It also adds checksums of the intermediate files to the ref-file. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fate/fits: Fix test requirementsAndreas Rheinhardt2022-04-28
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* FATE: always pass -nostdin to ffmpegrcombs2021-12-22
| | | | | This avoids making terminal config changes that may not be reverted properly during parallel testing.
* tests/fate/fits: Add a todo for a 64bit test.Carl Eugen Hoyos2021-01-24
| | | | | The test should currently fail on big endian but passes because of the unsuitable input file.
* fate: add scale filters for big-endian architectures.Nicolas George2020-09-30
| | | | | | | | | | Filters mostly work in native endianness, but they must output a specified endianness, usually little: that requires a final conversion for big endian. I do not know what's the deal with gif-deal: inserting explicitly the filters that are implicitly inserted result in less frames in output. Probably a strange problem of duration.
* fate: disable automatic conversions on many tests.Nicolas George2020-09-08
| | | | | | | | | | Explicitly insert the scale or aresample filter where it would have been inserted by the negotiation. Re-enable conversions if it cannot be done easily. If a conversion is needed in a test, we want to know about it. If the negotiation changes and makes new conversion necessary, we want to know about it even more.
* fate: Fix fitsdec-gbrap16 test on big-endian hardware.Carl Eugen Hoyos2017-11-04
|
* fate: Fix some of the fitsdec tests on big-endian.Carl Eugen Hoyos2017-10-29
|
* fate/fits: add missing png & gif dependenciesParas Chadha2017-09-24
| | | | | Signed-off-by: Paras Chadha <paraschadha18@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* FATE: Add FITS testsParas Chadha2017-08-30
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>