1. 27 Jul, 2015 2 commits
    • Allow playback of unseekable fmp4 media. · 08dc691f
      This is useful to allow playback of individual segments from a
      DASH stream as regular fmp4 files. These segments don't typically
      contain a segment index. For playback to start, we need to invoke
      seekMap with the UNSEEKABLE index. We do this if we haven't seen
      a segment index when we encounter an mdat box (if one were present,
      it would have been located earlier than this point).
      Oliver Woodman committed
    • Handle renderer building cancellation. · e89c40cf
      If the manifest server response arrived after the player was released, the
      renderer builder would set up renderers for a released player, causing an
      exception to the thrown in the DASH case.
      
      Also fix Issue #657
      Oliver Woodman committed
  2. 23 Jul, 2015 8 commits
  3. 22 Jul, 2015 4 commits
  4. 21 Jul, 2015 13 commits
  5. 17 Jul, 2015 4 commits
  6. 16 Jul, 2015 5 commits
  7. 15 Jul, 2015 4 commits