1. 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
  2. 29 Jan, 2012 1 commit
    • Reimar Döffinger's avatar
      Fallback to input timestamps for non-delay encoders. · 05741d70
      Reimar Döffinger authored
      Causes FFmpeg to pass through the correct pts values,
      instead of clobbering all to AV_NOPTS_VALUE (the av_init_packet
      default) to then make up new ones based on only fps when muxing.
      Included are also the related FATE ref changes, which all
      some reasonable on quick investigation.
      Also set all H.264 references to us -vsync drop to reduce the
      diff for the ref files.
      Otherwise almost all H.264 references need to change, mostly due
      to now starting with negative pts values.
      About 20 additional H.264 conformance tests needed -vsync
      drop anyway because they create pts values that are out of
      order and thus not possible to mux otherwise.
      Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
      05741d70
  3. 10 Dec, 2011 1 commit
  4. 23 Jan, 2011 1 commit
  5. 22 Jan, 2011 1 commit