aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/tests
Commit message (Collapse)AuthorAgeFilesLines
* movenc-test: Add tests for negative cts offsetsMartin Storsjö2017-05-151-0/+19
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Use the new AVIOContext destructor.Anton Khirnov2017-02-111-1/+1
|
* rtmpdh: Do global initialization before running the testMartin Storsjö2016-11-241-0/+2
| | | | | | | | | The rtmpdh code can use crypto libraries which may require a process global init. (gcrypt is one of the libraries where the rtmpdh test code can fail if global init hasn't been done, depending on gcrypt version.) Signed-off-by: Martin Storsjö <martin@martin.st>
* movenc: Add a test for VFR with b-frames, with a duration change at a ↵Martin Storsjö2016-05-181-1/+34
| | | | | | fragment end Signed-off-by: Martin Storsjö <martin@martin.st>
* movenc-test: Test write_data_typeMartin Storsjö2016-05-181-1/+44
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-137-0/+1230