aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/lavf-container.mak
Commit message (Collapse)AuthorAgeFilesLines
* fate/lavf-container: add an AV1 in Matroska muxing testJames Almer2020-01-261-0/+2
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* fate/lavf-container: add an H264 mp4 remux testJames Almer2019-11-291-0/+2
| | | | | | | This uses a raw h264 bitstream as source, in order to test the avcC generation code. Signed-off-by: James Almer <jamrial@gmail.com>
* fate/lavf-container: add an AV1 mp4 remux testJames Almer2019-11-291-0/+2
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* lavf/movenc: fix tmcd writing for non-MP4/MOV modesGyan Doshi2019-04-031-1/+1
| | | | | | | write_tmcd allows tmcd track to be created with any mode but in mov_write_header, index for first tmcd track is only set for modes MP4 or MOV, causing a crash if tmcd creation is attempted with other modes.
* tests: Convert lavf container tests with samples to non-legacy test scriptsJames Almer2019-03-141-0/+22
|
* Merge commit '618d02c1fa9e74d490cace64a7d15762656b521c'James Almer2019-03-141-12/+32
| | | | | | | * commit '618d02c1fa9e74d490cace64a7d15762656b521c': tests: Convert lavf container tests to non-legacy test scripts Merged-by: James Almer <jamrial@gmail.com>
* tests: Convert lavf container tests to non-legacy test scriptsDiego Biurrun2019-02-161-0/+37
Rename some tests in the process for consistency and simplicity.