1. 28 Jan, 2013 8 commits
  2. 27 Jan, 2013 10 commits
  3. 26 Jan, 2013 2 commits
  4. 25 Jan, 2013 17 commits
  5. 24 Jan, 2013 3 commits
    • Rafaël Carré's avatar
      Decklink output: fix initializer (comment out i_channels) · fd340a15
      Rafaël Carré authored
      Found-by: Kenneth Ellis
      fd340a15
    • Ilkka Ollakka's avatar
      livehttp: follow draf on segment duration · 3debbab9
      Ilkka Ollakka authored
      Currently Draft on HTTP live streaming says that segment should be upto
      TAGETDURATION length. This change makes sure segments are upto
      seglen+10% length, it doesn't mind if they are left quite a lot shorter
      (like 10s keyint and 10s seglen can create segment with 2 sec long if
      next segment is 10s).
      
      Livehttp-module buffers blocks until header-block turns up. Then it
      will check if current buffer would fit on current segment without making
      it overflow, or starts new segment if it goes over.
      3debbab9
    • Rafaël Carré's avatar
      Decklink output · 9c389165
      Rafaël Carré authored
      9c389165