1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/tests
Clément Bœsch a7c5b7a676 lavf/gif: correct the delay after the first frame.
To define accurately the delay between two frames, it is necessary to
have both available. Before this commit, the first frame had a delay of
0; while in practice the problem is not visible in most situation, it is
problematic with low frame rate and large scene change.

This commit notably fixes output generated with commands such as:

  ffmpeg -i big_buck_bunny_1080p_h264.mov
     -vf "select='gt(scene,0.4)',scale=320:-1,setpts=N/TB"
     -frames:v 5 -y out.gif

Also, to avoid odd loop delays, the N-1 delay is duplicated for the last
frame.
2013-04-19 12:02:19 +02:00
..
fate fate/gif: create meaningful gif encoding tests. 2013-04-19 02:05:01 +02:00
filtergraphs Merge commit 'ba8efac977f4276f05274947b2b67d144cbc965a' 2013-04-11 02:10:12 +02:00
ref lavf/gif: correct the delay after the first frame. 2013-04-19 12:02:19 +02:00
audiogen.c
base64.c
copycooker.sh
fate-run.sh fate: Print correct error message for reference generation too 2013-03-30 11:41:58 +01:00
fate-update.sh
fate-valgrind.supp
fate.sh
ffserver-regression.sh
ffserver.conf
ffserver.regression.ref
lavf-regression.sh fate/gif: create meaningful gif encoding tests. 2013-04-19 02:05:01 +02:00
lavfi-regression.sh lavfi/aspect: switch to an AVOptions-based system. 2013-04-11 22:05:03 +02:00
lena.pnm
Makefile lavfi/aevalsrc: switch to an AVOptions-based system. 2013-04-11 17:28:02 +02:00
md5.sh
regression-funcs.sh
rotozoom.c
test.ffmeta
tiny_psnr.c
tiny_ssim.c tests/tiny_ssim: include the 2 macros instead of a header 2013-03-27 01:38:18 +01:00
utils.c
videogen.c