1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-13 18:49:01 +02:00
ffmpeg/tests
Anton Khirnov af1761f7b5 ffmpeg: init filtergraphs only after we have a frame on each input
This makes sure the actual stream parameters are used, which is
important mainly for hardware decoding+filtering cases, which would
previously require various weird workarounds to handle the fact that a
fake software graph has to be constructed, but never used.
This should also improve behaviour in rare cases where
avformat_find_stream_info() does not provide accurate information.

This merges Libav commit a3a0230. It was previously skipped.

The code in flush_encoders() which sets up a "fake" format wasn't in
Libav. I'm not sure if it's a good idea, but it tends to give
behavior closer to the old one in certain corner cases.

The vp8-size-change gives different result, because now the size of
the first frame is used. libavformat reported the size of the largest
frame for some reason.

The exr tests now use the sample aspect ratio of the first frame. For
some reason libavformat determines 0/1 as aspect ratio, while the
decoder returns the correct one.

The ffm and mxf tests change the field_order values. I'm assuming
another libavformat/decoding mismatch.

Signed-off-by: wm4 <nfxjfg@googlemail.com>
2017-03-03 08:45:43 +01:00
..
api tests/api/api-seek-test: check all compute_crc_of_packets() calls 2016-12-06 15:42:07 +01:00
checkasm Merge commit '9064777dbb335ab4809ae09e3fdcc0245f925cdc' 2017-02-02 11:40:58 +01:00
fate fate/source: Check for cases that could use av_clip_uintp2() and av_clip_intp2() 2017-02-21 00:40:20 +01:00
filtergraphs avfilter/af_firequalizer: add fft2 option 2016-11-04 09:45:01 +07:00
ref ffmpeg: init filtergraphs only after we have a frame on each input 2017-03-03 08:45:43 +01:00
.gitignore Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801' 2016-06-22 11:28:51 +02:00
audiogen.c
audiomatch.c tests/audiomatch: Fix compile warning 2016-08-25 18:37:29 +02:00
base64.c
copycooker.sh
extended.ffconcat fate: add concat demuxer tests 2015-11-15 19:22:46 +01:00
fate-run.sh avformat/flvenc: add add_keyframe_index option 2016-11-10 10:30:48 +08:00
fate-valgrind.supp
fate.sh Merge commit 'cd846b47977485bd4063e77a3324e6b7840567a2' 2016-03-04 16:19:57 +00:00
ffserver-regression.sh tests: drop -d option from ffserver invocation 2016-11-30 22:38:10 +01:00
ffserver.conf tests/ffserver.conf: Force bitexactness in the ffmpeg command 2016-11-27 23:28:23 +01:00
ffserver.regression.ref tests/ffserver.regression.ref: Update ffserver checksums 2016-12-01 23:43:31 +01:00
lavf-regression.sh fate: add WavPack muxer test 2017-02-10 23:52:16 -03:00
Makefile tests: Fix running ffserver under qemu 2016-11-28 23:50:01 +01:00
md5.sh
reference.pnm
regression-funcs.sh tests: add -nostdin flag when calling ffmpeg 2016-10-06 18:31:07 -05:00
rotozoom.c
simple1.ffconcat fate: add concat demuxer tests 2015-11-15 19:22:46 +01:00
simple2.ffconcat fate: add concat demuxer tests 2015-11-15 19:22:46 +01:00
test.ffmeta
tiny_psnr.c Drop pointless assert.h #includes 2016-05-03 15:45:10 +02:00
tiny_ssim.c tests/tiny_ssim: replace #define by typedef 2015-11-20 08:25:23 -05:00
utils.c
videogen.c