summaryrefslogtreecommitdiffstats
path: root/tests/fate/ffmpeg.mak
Commit message (Collapse)AuthorAgeFilesLines
* fate: change fate-ffmpeg-attached_pics to encode to pcm_s16leMarton Balint2017-10-281-3/+3
| | | | | | | | Previously alac encoder was used, from a first glance I thought it is bitexact, but it turns out it is using floating point arithmetic as well, so probably it is not. Fixes fate failures on mingw32/64. Signed-off-by: Marton Balint <cus@passwd.hu>
* fate: fix ffmpeg-attached_pics test dependenciesMarton Balint2017-10-271-1/+1
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* fate: add fate test for ticket #6375Marton Balint2017-10-271-0/+4
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* fate: add fate test for ticket #6603Marton Balint2017-10-271-0/+4
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'James Almer2017-10-031-1/+1
| | | | | | | * commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7': Use modern avconv syntax for codec selection in documentation and tests Merged-by: James Almer <jamrial@gmail.com>
* ffmpeg options: Enable trailing ? for map_channelpkviet2017-08-251-0/+8
| | | | | | | | | | | The -map option allows for a trailing ? so that an error is not thrown if the input stream does not exist. This capability is extended to the map_channel option. This allows a ffmpeg command not to break if an input channel does not exist, which can be of use (for instance, scripts processing audio channels with sources having unset number of audio channels). Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: Add fate-copy-trac3074Michael Niedermayer2017-06-301-0/+6
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add test for -time_base optionMichael Bradshaw2017-06-101-0/+6
| | | | | Signed-off-by: Michael Bradshaw <mjbshaw@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '043b0b9fb1481053b712d06d2c5b772f1845b72b'Clément Bœsch2017-03-241-2/+2
| | | | | | | | | * commit '043b0b9fb1481053b712d06d2c5b772f1845b72b': Replace leftover uses of -aframes|-dframes|-vframes with -frames:a|d|v The merge also includes all our own occurences. Merged-by: Clément Bœsch <u@pkh.me>
* fate/colorkey: disable audio stream.Nicolas George2016-11-131-1/+1
| | | | | | | The test is not supposed to cover audio. Also, using -vframes along with an audio stream depends on the exact order the frames are processed by filters, it is too much constraint to guarantee.
* fate: add bsf tests for ticket 5927James Almer2016-11-041-0/+6
| | | | | Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* fate: Add PSP copy testMichael Niedermayer2016-10-031-0/+5
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add Test for h264_mp4toannexb (ticket2991)Michael Niedermayer2016-09-231-0/+5
|
* tests/fate/ffmpeg: Remove dead automatic remove extradata test update the ↵Michael Niedermayer2016-09-231-5/+2
| | | | | | | keyframe test Found-by: jamrial Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/fate: Add fate-ffmpeg-bsf-remove-* testsMichael Niedermayer2016-09-231-0/+14
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add aac_adtstoasc test (Ticket 3715)Michael Niedermayer2016-09-201-0/+5
|
* fate: Add rgb24-mkv testMichael Niedermayer2016-09-201-0/+6
|
* fate: Add copy-trac2211-avi testMichael Niedermayer2016-09-101-0/+5
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/fate/ffmpeg: regroup stream copy tests under a fate-streamcopy ruleClément Bœsch2016-09-091-4/+8
|
* tests/fate/ffmpeg: add simple ts->avi copy testMichael Niedermayer2016-09-061-0/+5
| | | | | Approved-by: ubitux Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/fate/ffmpeg: add test for mpegts->mxf steram copy (Ticket 4914)Michael Niedermayer2016-09-061-0/+5
| | | | | Approved-by: ubitux Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* test/fate: Add Ticket 236 / mov stream copy testMichael Niedermayer2016-09-061-0/+5
| | | | | Approved-by: ubitux Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate/ffmpeg: Fix colorkey test failure without samplesMichael Niedermayer2016-01-231-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: Add test for colorkeyMichael Niedermayer2016-01-211-0/+4
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add limited_input_seek testsSimon Thelen2015-12-071-0/+6
| | | | | 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-171-5/+5
| | | | | 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-021-4/+4
| | | | | | 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-041-1/+1
| | | | | | 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-181-5/+5
| | | | | This allows running more fate tests on remote targets without the source tree.
* fate: add tests for unknown channel layouts.Nicolas George2013-04-111-0/+11
|
* fate: add a test for -filter_complex / -lavfi without input.Nicolas George2013-03-171-0/+6
|
* ffmpeg: port sub2video to AVFrame.Nicolas George2013-03-101-1/+1
| | | | And re-enable the FATE test.
* fate: disable sub2videoMichael Niedermayer2013-03-101-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add some fate dependencies to fix make fate with --disable-everything.Carl Eugen Hoyos2013-03-091-4/+6
|
* fate/sub2video: move sws flags globally in the filtergraph.Clément Bœsch2013-01-021-1/+1
| | | | | 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-021-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add sub2video test.Nicolas George2013-01-021-0/+8
|
* fate: merge mapchan and options into ffmpeg.Nicolas George2013-01-011-0/+21
They were two very short files that cover ffmpeg-specific features.
OpenPOWER on IntegriCloud