1. 18 Feb, 2019 5 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 1 commit
    • 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