ffmpeg/tests/ref
Clément Bœsch e1b35bdde2 lavc/gif: add flag to enable transparency detection between frames.
While this is not always optimal, in practice most of the common cases are.

  ffmpeg -i big_buck_bunny_1080p_h264.mov -ss 45 -vf scale=320:160 -gifflags -transdiff -frames:v 50 -y bbb-notrans.gif
  ffmpeg -i big_buck_bunny_1080p_h264.mov -ss 45 -vf scale=320:160 -gifflags +transdiff -frames:v 50 -y bbb-trans.gif

  -rw-r--r-- 1 ubitux ubitux 1.1M Apr 19 19:00 bbb-notrans.gif
  -rw-r--r-- 1 ubitux ubitux 378K Apr 19 19:00 bbb-trans.gif
2013-04-19 23:59:21 +02:00
..
acodec
fate lavc/gif: add flag to enable transparency detection between frames. 2013-04-19 23:59:21 +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