1. 05 Dec, 2019 1 commit
  2. 30 Aug, 2017 1 commit
  3. 13 Apr, 2016 1 commit
  4. 22 Apr, 2014 1 commit
  5. 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
  6. 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
  7. 24 Aug, 2010 1 commit