summaryrefslogtreecommitdiff
path: root/tests/fate/api.mak
Commit message (Collapse)AuthorAge
* 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>