1. 29 Jul, 2012 2 commits
    • Anton Khirnov's avatar
      lavf: use dts difference instead of AVPacket.duration in find_stream_info() · fe1c1198
      Anton Khirnov authored
      AVPacket.duration is mostly made up and thus completely useless, this is
      especially true for video streams.
      Therefore use dts difference for framerate estimation and
      the max_analyze_duration check.
      
      The asyncts test now needs -analyzeduration, because the default is 5
      seconds and the audio stream in the sample appears at ~10 seconds.
      fe1c1198
    • 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
  2. 28 Jul, 2012 37 commits
  3. 27 Jul, 2012 1 commit