1. 07 Nov, 2014 1 commit
  2. 25 Aug, 2014 1 commit
  3. 28 May, 2014 1 commit
  4. 15 May, 2014 1 commit
    • Anton Khirnov's avatar
      lavf: add AVFMT_FLAG_BITEXACT. · 0c1959b0
      Anton Khirnov authored
      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
  5. 04 Feb, 2014 1 commit
    • Luca Barbato's avatar
      lavf: improve handling of sparse streams when muxing · d9ae1031
      Luca Barbato authored
      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: 's avatarAnton Khirnov <anton@khirnov.net>
      d9ae1031
  6. 16 Sep, 2013 1 commit
  7. 02 Aug, 2013 1 commit
  8. 17 Dec, 2012 1 commit
  9. 04 Sep, 2012 3 commits
  10. 29 Jul, 2012 1 commit
    • Luca Barbato's avatar
      avf: introduce nobuffer option · 681ed000
      Luca Barbato authored
      Useful in cases where a significant analyzeduration is
      still needed, while minimizing buffering before output.
      
      An example is processing low-latency streams where all
      media types won't necessarily come in if the
      analyzeduration is small.
      
      Additional changes by Josh Allmann <joshua.allmann@gmail.com>
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      681ed000
  11. 08 May, 2012 1 commit
  12. 20 Mar, 2012 2 commits
  13. 27 Jan, 2012 3 commits
  14. 21 Jan, 2012 1 commit
  15. 14 Nov, 2011 1 commit
  16. 13 Nov, 2011 1 commit
  17. 17 Oct, 2011 1 commit
  18. 12 Oct, 2011 2 commits
  19. 03 Sep, 2011 2 commits
  20. 12 Aug, 2011 1 commit
  21. 02 Aug, 2011 1 commit
  22. 16 Jun, 2011 1 commit
  23. 08 Jun, 2011 1 commit
  24. 27 May, 2011 1 commit
  25. 25 May, 2011 1 commit
  26. 17 May, 2011 2 commits
  27. 10 May, 2011 1 commit
  28. 19 Apr, 2011 2 commits
  29. 19 Mar, 2011 1 commit
  30. 15 Oct, 2010 1 commit
  31. 26 Sep, 2010 1 commit