1. 30 Jun, 2015 1 commit
    • Martin Storsjö's avatar
      fate: Avoid unnecessary pixel format conversions · e2bd03a1
      Martin Storsjö authored
      Most of the fate-dds-* and fate-txd-* tests already
      output into the same pixel format regardless of
      platform endianness, so there's no need to force
      conversion to another format.
      
      This fixes the tests fate-txd-16bpp, fate-txd-odd,
      fate-dds-rgb16, fate-dds-rgb24 and fate-dds-xrgb on
      big endian, where the tests seem to fail due to issues
      with certain conversion codepaths in swscale.
      
      Those conversion codepaths should of course be fixed, but
      the individual decoder tests should use as little extra
      conversion steps as possible.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      e2bd03a1
  2. 22 Jun, 2015 1 commit
  3. 22 Apr, 2014 1 commit
  4. 26 Feb, 2012 1 commit
    • Anton Khirnov's avatar
      avconv: saner output video timebase. · 832ba44d
      Anton Khirnov authored
      r_frame_rate should in theory have something to do with input framerate,
      but in practice it is often made up from thin air by lavf. So unless we
      are targeting a constant output framerate, it's better to just use input
      stream timebase.
      
      Brings back dropped frames in nuv and cscd tests introduced in
      cd1ad18a
      832ba44d
  5. 03 Feb, 2012 1 commit
    • Anton Khirnov's avatar
      frame{crc/md5}: set the stream timebase from codec timebase. · d2afbd9a
      Anton Khirnov authored
      Right now those muxers use the default timebase in all cases(1/90000).
      
      This patch avoid unnecessary rescaling and makes the printed timestamps
      more readable.
      
      Also, extend the printed information to include the timebases and packet
      pts/duration and align the columns.
      
      Obviously changes the results of all fate tests which use those two
      muxers.
      d2afbd9a
  6. 24 Aug, 2010 1 commit