1. 08 7月, 2014 1 次提交
  2. 03 7月, 2014 1 次提交
  3. 18 6月, 2014 1 次提交
    • A
      lavf: switch to AVStream.time_base as the hint for the muxer timebase · 194be1f4
      Anton Khirnov 提交于
      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
  4. 29 5月, 2014 1 次提交
  5. 20 5月, 2014 1 次提交
  6. 19 5月, 2014 1 次提交
  7. 18 5月, 2014 1 次提交
  8. 15 5月, 2014 1 次提交
    • A
      lavf: add AVFMT_FLAG_BITEXACT. · 0c1959b0
      Anton Khirnov 提交于
      Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's
      codec context.
      
      Using codec options inside lavf is fragile and can easily break when the
      muxing codec context is not the encoding context.
      0c1959b0
  9. 14 5月, 2014 1 次提交
  10. 24 3月, 2014 1 次提交
  11. 17 2月, 2014 2 次提交
  12. 10 2月, 2014 5 次提交
  13. 05 2月, 2014 1 次提交
    • L
      lavf: improve handling of sparse streams when muxing · d9ae1031
      Luca Barbato 提交于
      Currently ff_interleave_packet_per_dts() waits until it gets a frame for
      each stream before outputting packets in interleaved order.
      
      Sparse streams (i.e. streams with much fewer packets than the other
      streams, like subtitles or audio with DTX) tend to add up latency and in
      specific cases end up allocating a large amount of memory.
      
      Emit the top packet from the packet_buffer if it has a time delta
      larger than a specified threshold.
      
      Original report of the issue and initial proposed solution by
      mus.svz@gmail.com.
      
      Bug-id: 31
      Signed-off-by: NAnton Khirnov <anton@khirnov.net>
      d9ae1031
  14. 04 2月, 2014 1 次提交
  15. 29 10月, 2013 1 次提交
  16. 28 10月, 2013 1 次提交
  17. 17 9月, 2013 1 次提交
  18. 05 9月, 2013 1 次提交
  19. 20 8月, 2013 1 次提交
  20. 05 5月, 2013 1 次提交
  21. 04 5月, 2013 1 次提交
  22. 25 4月, 2013 1 次提交
  23. 12 3月, 2013 5 次提交
  24. 08 3月, 2013 1 次提交
  25. 21 12月, 2012 1 次提交
  26. 15 11月, 2012 2 次提交
  27. 03 11月, 2012 2 次提交
  28. 18 10月, 2012 1 次提交
  29. 01 10月, 2012 1 次提交