aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/libavformat.mak
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add EXESUF to program calls.Carl Eugen Hoyos2019-04-191-5/+5
| | | | Fixes fate in Windows subsystem for Linux.
* Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-221-12/+12
|\ | | | | | | | | | | | | * commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196': tests: Move all test programs to a subdirectory Merged-by: Clément Bœsch <clement@stupeflix.com>
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-131-10/+10
| |
* | Merge commit 'b298b36fc008ad94a24929fe770c8189d96bcac4'Derek Buitenhuis2016-04-211-1/+1
|\| | | | | | | | | | | | | * commit 'b298b36fc008ad94a24929fe770c8189d96bcac4': fate: Only run SRTP test if SRTP code is enabled Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * fate: Only run SRTP test if SRTP code is enabledDiego Biurrun2016-03-241-1/+1
| |
* | fate: fix fate-libavformat targetJames Almer2016-02-291-1/+2
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-3/+3
|\| | | | | | | | | | | | | | | | | | | | | This commit also disables the async fate test, because it used internal APIs in a non-kosher way, which no longer exists. * commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d': lavf: reorganize URLProtocols Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit '59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead'Derek Buitenhuis2015-11-161-0/+4
|\| | | | | | | | | | | | | | | | | All diferences in unit tests have been acounted for. * commit '59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead': movenc: Add an API unit test for fragmenting options/calls Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * movenc: Add an API unit test for fragmenting options/callsMartin Storsjö2015-11-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contrary to the normal fate tests that run via avconv, this tests nontrivial call sequences that are only doable via the API (mainly for different corner cases when using the muxer for segmenting). The test muxes fake packet data (with extradata that looks enough like proper data to make the file be viewable with e.g. boxdumper) and checks the hash of the produced files. The test also verifies that fragments produced via different call sequences remain identical (to avoid e.g. updating the output hashes and suddenly having fragments that used to be identical suddenly diverging), for fragments written with frag_discont and/or delay_moov. Signed-off-by: Martin Storsjö <martin@martin.st>
* | fate: add test for async protocolZhang Rui2015-07-211-0/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | api-h264-test: build with another api testLudmila Glinskih2015-06-291-4/+0
| | | | | | | | | | | | Location of api-h264-test changed to special directory for api tests. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavformat: Add H264 API testLudmila Glinskih2015-06-251-0/+4
|/ | | | | | | Result differs in pkt_duration and time_base.den for some reason. Right now it tests only one example (adjusted to match the output). Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* rtmpdh: Add fate test for the DH handshake routineMartin Storsjö2015-05-291-0/+4
| | | | | | | This helps if these functions need to be implemented using another crypto API. Signed-off-by: Martin Storsjö <martin@martin.st>
* tests: Only run noproxy test if networking is enabledDiego Biurrun2013-07-061-4/+4
|
* lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö2013-02-271-0/+4
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavf: Add a fate test for the SRTP functionsMartin Storsjö2013-01-151-0/+4
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: Declare avcodec/avformat deps in the respective Makefile snippetsDiego Biurrun2012-10-231-0/+1
|
* fate: Add tests of the ff_make_absolute_url functionMartin Storsjö2012-10-091-0/+5
Signed-off-by: Martin Storsjö <martin@martin.st>