1. 17 Apr, 2013 1 commit
    • Clément Bœsch's avatar
      Cleanse GIF muxer and encoder. · 635389cc
      Clément Bœsch authored
      This commit removes the badly duplicated code between the encoder and
      the muxer. That may sound surprising, but the encoder is now responsible
      from the encoding of the picture when muxing to a .gif file. It also
      does not require anymore a manual user intervention such as a -pix_fmt
      rgb24 to work properly. To summarize, output gif are now easier to
      generate, code is saner and simpler, and files are smaller (thanks to
      the lzw encoding which was unused so far with the default .gif output).
      We can certainly make things even better, but this is the first step.
      
      FATE is updated because of the output being produced by the encoder and
      not the muxer (no lzw in the muxer), and in the seek test only the size
      mismatches.
      
      Fixes Ticket #2262
      635389cc
  2. 02 Dec, 2012 1 commit
    • Janne Grunau's avatar
      fate: split dependencies for fate-seek tests · abab0435
      Janne Grunau authored
      Each fate-seek test depends now only on the corresponding fate-acodec,
      fate-vsynth2 or fate-lavf test which creates the file seek-tests
      operates on. The tests and references are renamed to match the test they
      depend on.
      abab0435
  3. 01 Dec, 2012 1 commit
  4. 30 Nov, 2012 1 commit
    • Vitaliy E Sugrobov's avatar
      Add exception for "gif" in image2 probe() method. · f83657fc
      Vitaliy E Sugrobov authored
      Without this exception files with ".gif" extension by default
      recognized as input suitable for image2 demuxer rather than gif.
      In order to pass image through gif demuxer it was necessary
      to use -f gif option.
      This change affected 'make fate' test results because previously
      image2 demuxer and gif decoder took only first frame of multiframe
      test data, which is no longer true with gif demuxer.
      Signed-off-by: 's avatarVitaliy E Sugrobov <vsugrob@hotmail.com>
      f83657fc
  5. 08 Jul, 2011 1 commit
  6. 20 Jul, 2010 1 commit
  7. 02 Mar, 2010 1 commit