1. 18 Feb, 2019 4 commits
  2. 06 Feb, 2019 14 commits
  3. 04 Feb, 2019 9 commits
  4. 31 Jan, 2019 4 commits
  5. 30 Jan, 2019 7 commits
  6. 29 Jan, 2019 2 commits
    • Fix buffered position when loading has not completed · 52ff1820
      If there is data after the last samples in the container, we may request
      continue loading after the last samples have been read but before the load has
      completed. In this situation the buffered position is returned as
      Long.MAX_VALUE, which prevents continuing loading, yet the media period is not
      treated as fully buffered because its buffered position is not
      C.TIME_END_OF_SOURCE.
      
      PiperOrigin-RevId: 231406964
      andrewlewis committed
    • Handle duration change in updateQueuedPeriods. · f4e7af3f
      We can keep the reading media period and continue playing if we haven't read
      beyond the new duration. Otherwise, we can keep the period, but need to reset
      the renderers as we already read too far.
      
      PiperOrigin-RevId: 231406252
      tonihei committed