ffmpeg/tests/ref
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
..
acodec
fate gif: use only one graphic control extension block per image. 2013-04-19 02:10:59 +02:00
lavf lavf/gif: correct the delay after the first frame. 2013-04-19 12:02:19 +02:00
lavf-fate mp3dec: Fix VBR bit rate parsing 2013-03-05 13:06:01 +01:00
lavfi tests: add overlay rgb and yuv444 tests 2013-03-05 13:20:13 +01:00
seek Cleanse GIF muxer and encoder. 2013-04-18 00:24:25 +02:00
vsynth avcodec: rename prores encoders 2013-04-11 23:13:34 +02:00
vsynth1
vsynth2