1. 13 Oct, 2013 3 commits
    • Francois Cartegnie's avatar
      demux: ogg: seek to keyframes (fix #3417, #9284) · d1c8352d
      Francois Cartegnie authored
      This patch changes the way seeking is done.
      
      Previously it was a dumb stream size based seeking, and was
      very approximative with multi-streams or non fixed bitrate
      stream.
      
      There was some code in oggseek to bisect search for frames,
      which i previously linked to opus seeking, but it was
      not reusable by all codecs as the ogg spec says granule to
      absolute time is one way only.
      
      New code does bisect search using absolute time only, and
      then tries to sync to a specific keyframe (if codec has any),
      backward or forward by checking packets.
      
      Bisect and backward searchs are disabled for non FASTSEEK inputs.
      In that case, it just behaves like any other player and syncs
      to the next keyframe.
      
      DirectShow/OggDS has also been fixed.
      d1c8352d
    • Francois Cartegnie's avatar
      demux: ogg: fix integer overflow · 546da072
      Francois Cartegnie authored
      546da072
    • Rafaël Carré's avatar
      decklink access: turn 10 bits off by default · 33f3309f
      Rafaël Carré authored
      It is not clear which connections and which hardware are 10 bits able,
      so let's stay on the safe side.
      
      Fixes #9361
      33f3309f
  2. 12 Oct, 2013 8 commits
  3. 11 Oct, 2013 1 commit
  4. 10 Oct, 2013 4 commits
  5. 09 Oct, 2013 1 commit
  6. 08 Oct, 2013 4 commits
  7. 07 Oct, 2013 11 commits
  8. 06 Oct, 2013 6 commits
  9. 05 Oct, 2013 1 commit
  10. 04 Oct, 2013 1 commit