1. 19 Feb, 2019 8 commits
  2. 10 Feb, 2019 2 commits
  3. 04 Feb, 2019 8 commits
  4. 31 Jan, 2019 2 commits
  5. 30 Jan, 2019 12 commits
  6. 21 Jan, 2019 7 commits
  7. 17 Jan, 2019 1 commit
    • Add start position to MediaSource.createPeriod. · 9911c111
      That's the same position set in MediaPeriod.prepare (where it may be removed
      in the future).
      
      Having the position at an earlier point is necessary to fix an
      issue with lazy preparation in ConcatenatingMediaSource where the prepare
      position was assumed to be known but MediaPeriod.prepare hasn't been called
      yet.
      
      Issue:#5350
      PiperOrigin-RevId: 229756637
      tonihei committed