1. 28 Apr, 2012 10 commits
  2. 27 Apr, 2012 5 commits
  3. 26 Apr, 2012 2 commits
  4. 25 Apr, 2012 13 commits
  5. 24 Apr, 2012 2 commits
  6. 23 Apr, 2012 7 commits
  7. 22 Apr, 2012 1 commit
    • Martin Storsjö's avatar
      mpegts: Try seeking back even for nonseekable protocols · 269cb675
      Martin Storsjö authored
      The mpegts demuxer reads 5 KB at startup just for discovering
      the packet size. Since the default avio buffer size is 32 KB,
      the seek back to the start will in most cases be within the
      avio buffer, and will in most cases succeed even if the actual
      protocol isn't seekable.
      
      This makes the demuxer startup faster/with less data when
      reading data from a non-seekable input, by not skipping
      the first few KB.
      
      If it fails, don't warn if the protocol isn't seekable, making
      it behave as before in the failure case.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      269cb675