summaryrefslogtreecommitdiffstats
path: root/tests/api
Commit message (Collapse)AuthorAgeFilesLines
* tests/api-seek: fix memory leak on realloc() failureJames Almer2017-03-121-2/+2
| | | | | Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: James Almer <[email protected]>
* test/api-seek: clean up properly on failureJames Almer2017-03-121-12/+19
| | | | | | | Also propagate better error values. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: James Almer <[email protected]>
* tests/api-seek: make the crc array uint32_tJames Almer2017-03-121-8/+9
| | | | | Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: James Almer <[email protected]>
* tests/api/api-seek-test: check all compute_crc_of_packets() callsMichael Niedermayer2016-12-061-4/+5
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* tests/api/api-seek-test: Silence compiler warnings about uninitialized variablesMichael Niedermayer2016-12-061-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* tests/api/api-seek-test: Fix use of uinitialized valueMichael Niedermayer2016-12-061-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'Hendrik Leppkes2016-10-072-6/+6
| | | | | | | * commit 'beb62dac629603eb074a44c44389c230b5caac7c': Use AVFrame.pts instead of deprecated pkt_pts. Merged-by: Hendrik Leppkes <[email protected]>
* tests/api: add .gitignoreClément Bœsch2016-06-231-0/+1
| | | | Fixes regression since 5d48e4eafa6c4559683892b8638d10508125f3cf
* tests/api/api-codec-param-test: Do not directly access caps_internalMichael Niedermayer2016-06-201-1/+1
| | | | | | | The caps_internal field has moved without major bump and direct access causes crashes, found when testing 3.1 Signed-off-by: Michael Niedermayer <[email protected]>
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-103-12/+15
| | | | | | | | | | | | | | | | * commit '9200514ad8717c63f82101dc394f4378854325bf': lavf: replace AVStream.codec with AVStream.codecpar This has been a HUGE effort from: - Derek Buitenhuis <[email protected]> - Hendrik Leppkes <[email protected]> - wm4 <[email protected]> - Clément Bœsch <[email protected]> - James Almer <[email protected]> - Michael Niedermayer <[email protected]> - Rostislav Pehlivanov <[email protected]> Merged-by: Derek Buitenhuis <[email protected]>
* fate/api-codec-param: fix codec context leakMatthieu Bouron2015-12-081-0/+6
|
* fate/api: add w32+os2 support for fate-api-threadmessageClément Bœsch2015-12-072-3/+2
|
* fate/api: test threadmessageClément Bœsch2015-12-072-0/+262
|
* tests/api: Fix API test build on windows with --enable-sharedHendrik Leppkes2015-12-031-1/+1
|
* fate: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM testsMatthieu Bouron2015-11-262-0/+253
|
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-274-7/+7
|
* fate: add api-band-testLudmila Glinskih2015-08-242-0/+223
| | | | | | | 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 <[email protected]>
* api-seek-test: first versionLudmila Glinskih2015-08-202-0/+279
| | | | | | | | 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 <[email protected]>
* tests/api/api-h264-test: structure changes to avoid duplicate codeLudmila Glinskih2015-08-081-32/+15
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* api-h264-test: build with another api testLudmila Glinskih2015-06-292-0/+184
| | | | | | Location of api-h264-test changed to special directory for api tests. Signed-off-by: Michael Niedermayer <[email protected]>
* fate/api-tests: Added dependency on $(FF_DEP_LIBS)George Boyle2015-06-291-1/+1
| | | | | | This ensures they are built before the tests are run. Signed-off-by: Michael Niedermayer <[email protected]>
* api-flac-test: Fix the bug of comparing zero bytesLudmila Glinskih2015-06-281-6/+16
| | | | | | Add check for linesize. Signed-off-by: Michael Niedermayer <[email protected]>
* fate/api-tests: Move api-flac-test to API tests directory.George Boyle2015-06-272-0/+267
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* fate/api-tests: Add directory and Makefile for API testsGeorge Boyle2015-06-271-0/+15
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 <[email protected]>