Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests/api
AgeCommit message (Collapse)Author
2015-08-24fate: add api-band-testLudmila Glinskih
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>
2015-08-20api-seek-test: first versionLudmila Glinskih
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>
2015-08-08tests/api/api-h264-test: structure changes to avoid duplicate codeLudmila Glinskih
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-06-29api-h264-test: build with another api testLudmila Glinskih
Location of api-h264-test changed to special directory for api tests. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-29fate/api-tests: Added dependency on $(FF_DEP_LIBS)George Boyle
This ensures they are built before the tests are run. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-28api-flac-test: Fix the bug of comparing zero bytesLudmila Glinskih
Add check for linesize. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-27fate/api-tests: Move api-flac-test to API tests directory.George Boyle
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-27fate/api-tests: Add directory and Makefile for API testsGeorge Boyle
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>