summaryrefslogtreecommitdiff
path: root/tests/fate/api.mak
Commit message (Collapse)AuthorAge
* tests/fate-run: Remove temporary fate-lavf files if possibleAndreas Rheinhardt2022-05-06
| | | | | | | | | | The temporary fate-lavf files can easily be removed if they are not needed as inputs for other tests (mainly fate-seek-tests). This commit implements this. The size of the remaining files decreases from 260890083B to 79481793B. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* tests: drop api-codec-param testAnton Khirnov2020-12-10
| | | | It fundamentally depends on deprecated lavf internals.
* tests: Add EXESUF to program calls.Carl Eugen Hoyos2019-04-19
| | | | Fixes fate in Windows subsystem for Linux.
* Merge commit '618d02c1fa9e74d490cace64a7d15762656b521c'James Almer2019-03-14
| | | | | | | * commit '618d02c1fa9e74d490cace64a7d15762656b521c': tests: Convert lavf container tests to non-legacy test scripts Merged-by: James Almer <jamrial@gmail.com>
* api-h264-slice-test: fix arguments and helpRafaël Carré2019-01-14
| | | | | | | This program only takes 2 arguments Remove comment that was never right Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add api-h264-slice testJosh de Kock2018-10-26
| | | | This test ensures that you are able to send N number of slice NALUs in slice threaded mode to be decoded simultaneously
* Merge commit '698ac8f9cabd053f2c19346a77b92f8eae4218fc'James Almer2017-10-03
| | | | | | | * commit '698ac8f9cabd053f2c19346a77b92f8eae4218fc': fate: Make null comparison method more useful Merged-by: James Almer <jamrial@gmail.com>
* fate: fix fate-api dependenciesJames Almer2016-11-12
| | | | | | | No need to run the whole fate-lavf set. fate-lavf-flv_fmt is enough to create the required source file. Signed-off-by: James Almer <jamrial@gmail.com>
* fate/api: add missing FLV dependency to fate-api-seekClément Bœsch2016-03-02
|
* fate/api-jpeg-codec-param: rename to api-mjpeg-codec-paramMatthieu Bouron2015-12-08
|
* fate/api-{jpeg,png}-codec-param: add missing codec dependenciesMatthieu Bouron2015-12-08
|
* fate/api: add w32+os2 support for fate-api-threadmessageClément Bœsch2015-12-07
|
* fate/api: fix fate-api-threadmessage dependencyClément Bœsch2015-12-07
|
* fate/api: test threadmessageClément Bœsch2015-12-07
|
* fate: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM testsMatthieu Bouron2015-11-26
|
* fate: add api-band-testLudmila Glinskih2015-08-24
| | | | | | | Works only for flv, h263 and huffyuv decoders. Makes only one pass through the file (this should be changed to two passes) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* api-seek-test: first versionLudmila Glinskih2015-08-20
| | | | | | | | Works only with video stream. First pass without seeking -- counts crcs of a frames and store it in an array. After that it seeks a lot in different places and checks if crcs of these frames and crcs of frames in array are the same. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate/api-tests: Tests that need samples should only run if SAMPLES is setGeorge Boyle2015-07-04
| | | | | | | | This change fixes a bug where a test that required a sample was being included in the suite when SAMPLES was not set. It also improves the consistency of variable names relating to the API tests. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* api-h264-test: build with another api testLudmila Glinskih2015-06-29
| | | | | | Location of api-h264-test changed to special directory for api tests. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate/api-tests: Move api-flac-test to API tests directory.George Boyle2015-06-27
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>