1. 28 Jun, 2014 1 commit
  2. 10 Jun, 2014 1 commit
  3. 06 Jun, 2014 1 commit
  4. 28 May, 2014 1 commit
  5. 26 May, 2014 1 commit
  6. 25 May, 2014 1 commit
  7. 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
  8. 04 May, 2014 1 commit
  9. 12 Mar, 2014 1 commit
  10. 24 Feb, 2014 1 commit
  11. 22 Feb, 2014 1 commit
  12. 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
  13. 02 Feb, 2014 1 commit
  14. 24 Jan, 2014 1 commit
  15. 27 Oct, 2013 1 commit
  16. 17 Sep, 2013 1 commit
  17. 16 Sep, 2013 1 commit
  18. 02 Aug, 2013 1 commit
  19. 04 Jul, 2013 1 commit
  20. 29 Jun, 2013 1 commit
  21. 24 Mar, 2013 1 commit
  22. 07 Feb, 2013 1 commit
  23. 13 Jan, 2013 1 commit
  24. 17 Dec, 2012 1 commit
  25. 15 Dec, 2012 1 commit
  26. 08 Dec, 2012 1 commit
  27. 06 Dec, 2012 2 commits
  28. 20 Nov, 2012 1 commit
  29. 26 Sep, 2012 1 commit
  30. 04 Sep, 2012 3 commits
  31. 18 Aug, 2012 1 commit
  32. 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
  33. 08 May, 2012 1 commit
  34. 04 Apr, 2012 1 commit
  35. 20 Mar, 2012 2 commits
  36. 27 Jan, 2012 1 commit