summaryrefslogtreecommitdiff
path: root/tests/api
Commit message (Collapse)AuthorAge
* tests/api/api-seek-test: check all compute_crc_of_packets() callsMichael Niedermayer2016-12-06
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/api/api-seek-test: Silence compiler warnings about uninitialized variablesMichael Niedermayer2016-12-06
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/api/api-seek-test: Fix use of uinitialized valueMichael Niedermayer2016-12-06
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'Hendrik Leppkes2016-10-07
| | | | | | | * commit 'beb62dac629603eb074a44c44389c230b5caac7c': Use AVFrame.pts instead of deprecated pkt_pts. Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
* tests/api: add .gitignoreClément Bœsch2016-06-23
| | | | Fixes regression since 5d48e4eafa6c4559683892b8638d10508125f3cf
* tests/api/api-codec-param-test: Do not directly access caps_internalMichael Niedermayer2016-06-20
| | | | | | | The caps_internal field has moved without major bump and direct access causes crashes, found when testing 3.1 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
| | | | | | | | | | | | | | | | * commit '9200514ad8717c63f82101dc394f4378854325bf': lavf: replace AVStream.codec with AVStream.codecpar This has been a HUGE effort from: - Derek Buitenhuis <derek.buitenhuis@gmail.com> - Hendrik Leppkes <h.leppkes@gmail.com> - wm4 <nfxjfg@googlemail.com> - Clément Bœsch <clement@stupeflix.com> - James Almer <jamrial@gmail.com> - Michael Niedermayer <michael@niedermayer.cc> - Rostislav Pehlivanov <atomnuker@gmail.com> Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* fate/api-codec-param: fix codec context leakMatthieu Bouron2015-12-08
|
* 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
|
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
|
* 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>
* tests/api/api-h264-test: structure changes to avoid duplicate codeLudmila Glinskih2015-08-08
| | | | 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>
* api-flac-test: Fix the bug of comparing zero bytesLudmila Glinskih2015-06-28
| | | | | | Add check for linesize. 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>