summaryrefslogtreecommitdiff
path: root/tests/fate/ffmpeg.mak
Commit message (Collapse)AuthorAge
* fate/ffmpeg: Fix colorkey test failure without samplesMichael Niedermayer2016-01-23
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: Add test for colorkeyMichael Niedermayer2016-01-21
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add limited_input_seek testsSimon Thelen2015-12-07
| | | | | Signed-off-by: Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add -fflags +bitexact in a few places.Ronald S. Bultje2015-08-17
| | | | | This improves results after FF_API_LAVF_BITEXACT=0. It still doesn't pass, because of mov rtphint track which I don't understand (yet).
* tests: Rename vsynth2 to vsynth_lenaMichael Niedermayer2014-12-02
| | | | | | This avoids confusion with a growing number of vsynth tests Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Remove non-free tests/lena.pnm and adapt FATE tests to depend on lena.pnm in ↵Andreas Cadhalpun2014-09-04
| | | | | | the SAMPLES directory Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix TARGET_SAMPLES and TARGET_PATH for some fate tests.Carl Eugen Hoyos2014-03-18
| | | | | This allows running more fate tests on remote targets without the source tree.
* fate: add tests for unknown channel layouts.Nicolas George2013-04-11
|
* fate: add a test for -filter_complex / -lavfi without input.Nicolas George2013-03-17
|
* ffmpeg: port sub2video to AVFrame.Nicolas George2013-03-10
| | | | And re-enable the FATE test.
* fate: disable sub2videoMichael Niedermayer2013-03-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add some fate dependencies to fix make fate with --disable-everything.Carl Eugen Hoyos2013-03-09
|
* fate/sub2video: move sws flags globally in the filtergraph.Clément Bœsch2013-01-02
| | | | | The flags are necessary for the auto inserted scaler (because the overlay filter needs an alpha channel for the overlay surface).
* fate: add missing bitexact flag to scale filterMichael Niedermayer2013-01-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add sub2video test.Nicolas George2013-01-02
|
* fate: merge mapchan and options into ffmpeg.Nicolas George2013-01-01
They were two very short files that cover ffmpeg-specific features.