1. 07 Jan, 2020 1 commit
    • Marton Balint's avatar
      avformat: remove avio_flush() calls from the end of write_header functions · 4bf90e09
      Marton Balint authored
      To make it consistent with other muxers.
      
      The user can still control the generic flushing behaviour after write_header
      (same way as after packets) using the -flush_packets option, the default
      typically means to flush unless a non-streamed file output is used.
      
      Therefore this change should have no adverse effect on streaming, even if it is
      assumed that the first packet has a clean buffer, so small seekbacks within the
      output buffer work even when the IO context is not seekable.
      Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
      4bf90e09
  2. 06 Nov, 2016 1 commit
  3. 14 Apr, 2016 1 commit
  4. 12 Apr, 2016 1 commit
  5. 18 Jun, 2014 1 commit
    • Anton Khirnov's avatar
      lavf: switch to AVStream.time_base as the hint for the muxer timebase · 194be1f4
      Anton Khirnov authored
      Previously, AVStream.codec.time_base was used for that purpose, which
      was quite confusing for the callers. This change also opens the path for
      removing AVStream.codec.
      
      The change in the lavf-mkv test is due to the native timebase (1/1000)
      being used instead of the default one (1/90000), so the packets are now
      sent to the crc muxer in the same order in which they are demuxed
      (previously some of them got reordered because of inexact timestamp
      conversion).
      194be1f4
  6. 18 May, 2014 1 commit
  7. 23 Oct, 2013 1 commit
  8. 30 Aug, 2013 1 commit
  9. 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
  10. 19 Mar, 2011 1 commit
  11. 21 Mar, 2009 1 commit
  12. 17 Feb, 2009 1 commit
  13. 31 Aug, 2008 1 commit
  14. 23 Aug, 2008 2 commits
  15. 17 Aug, 2008 1 commit
  16. 30 Oct, 2007 1 commit
  17. 17 Oct, 2007 1 commit
  18. 17 Jun, 2007 2 commits
  19. 16 Jun, 2007 1 commit
  20. 19 Mar, 2007 1 commit
  21. 28 Feb, 2007 1 commit
  22. 07 Oct, 2006 1 commit
  23. 12 Jan, 2006 1 commit
  24. 17 Dec, 2005 1 commit
  25. 25 Oct, 2003 1 commit
  26. 23 Oct, 2003 1 commit
  27. 22 Oct, 2003 1 commit
  28. 03 Mar, 2003 1 commit
  29. 11 Feb, 2003 1 commit
  30. 20 Nov, 2002 1 commit
  31. 19 Nov, 2002 2 commits
  32. 25 Oct, 2002 1 commit
  33. 06 Oct, 2002 1 commit
  34. 25 May, 2002 1 commit
  35. 13 Aug, 2001 1 commit