summaryrefslogtreecommitdiff
path: root/tests/api/Makefile
Commit message (Collapse)AuthorAge
* 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 '3794062ab1a13442b06f6d76c54dce51ffa54697'Clément Bœsch2017-04-09
| | | | | | | * commit '3794062ab1a13442b06f6d76c54dce51ffa54697': Remove Plan 9 support Merged-by: Clément Bœsch <u@pkh.me>
* fate/api: add w32+os2 support for fate-api-threadmessageClément Bœsch2015-12-07
|
* fate/api: test threadmessageClément Bœsch2015-12-07
|
* tests/api: Fix API test build on windows with --enable-sharedHendrik Leppkes2015-12-03
|
* 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>
* 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: Added dependency on $(FF_DEP_LIBS)George Boyle2015-06-29
| | | | | | This ensures they are built before the tests are run. 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>
* fate/api-tests: Add directory and Makefile for API testsGeorge Boyle2015-06-27
The intention of this change is to allow separation of API tests from the existing tests, and also to have a place for the API test source/executable files so they're not mixed in with the actual library code. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>