summaryrefslogtreecommitdiff
path: root/tests/fate/avformat.mak
Commit message (Collapse)AuthorAge
* tests: Add a convenience function for video-only lavf testsDiego Biurrun2019-02-16
| | | | | Rename a test in the process for consistency and simplicity and remove the remnants of the now-unused lavf regression test scripts.
* tests: Convert lavf container tests to non-legacy test scriptsDiego Biurrun2019-02-16
| | | | Rename some tests in the process for consistency and simplicity.
* tests: Convert lavf pixfmt conversion tests to non-legacy test scriptsDiego Biurrun2019-02-16
| | | | Also split monolithic lavf-pixfmt test into individual tests.
* tests: Convert lavf image tests to non-legacy test scriptsDiego Biurrun2019-02-16
| | | | Rename some tests in the process for consistency and simplicity.
* tests: Convert audio-only lavf tests to non-legacy test scriptsDiego Biurrun2019-02-16
| | | | Rename some tests in the process for consistency and simplicity.
* tests: Convert image2pipe tests to non-legacy test scriptsDiego Biurrun2019-02-16
|
* Remove avserver.Anton Khirnov2014-06-18
| | | | | | | It has not been properly maintained for years and there is little hope of that changing in the future. It appears simpler to write a new replacement from scratch than unbreaking it.
* fate: Introduce ENCMUX macro for tests that require encoders and a muxerDiego Biurrun2012-10-20
|
* fate: handle lavf test dependencies entirely in makeMans Rullgard2012-10-17
This makes the lavf tests depend on all codecs and formats they use. Signed-off-by: Mans Rullgard <mans@mansr.com>