1. 12 Jun, 2017 6 commits
  2. 06 Jun, 2017 16 commits
  3. 31 May, 2017 16 commits
  4. 25 May, 2017 2 commits
    • Fix SmoothStreaming Timeline · f8cbe53f
      There were a few things wrong. Specifically the case in
      the ref'd issue. Also, the timeline was being marked as
      non-dynamic in the empty-but-live case (it should be
      marked dynamic as segments may be added later).
      
      Issue: #2760
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=157103727
      olly committed
    • Correctly transition to ended state · c4f7a2d6
      This fixes transitioning into the ended state if we see
      endOfStream from the chunk source whilst in the pending
      reset state. Prior to this fix we'd still be pending a
      reset, and so readData would never allow EOS to be read
      by the consuming renderer.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=157101755
      olly committed