1. 16 Sep, 2021 17 commits
  2. 14 Sep, 2021 15 commits
  3. 10 Sep, 2021 4 commits
  4. 09 Sep, 2021 4 commits
    • Add DASH samples with multiple base URLs · 2138bfb3
      PiperOrigin-RevId: 395727438
      bachinger committed
    • Select base URL on demand when a new chunk is created · 9e3ef818
      Instead of selecting the base URL initially or when a load error occurs, it is now selected when a chunk or initialization chunk is created. The selected base URL is then assigned to `RepresentationHolder.lastUsedBaseUrl` that is excluded in case of a load error. For a next chunk another base URL will be selected by using the `BaseUrlExclusionList`.
      
      #minor-release #exo-fixit
      
      PiperOrigin-RevId: 395721221
      bachinger committed
    • Rename `audioVolume` parameter to `volume` · 0c4bb23d
      The new name is consistent with the corresponding parameters to `onVolumeChanged`, `setDeviceVolume` and `onDeviceVolumeChanged`.
      
      PiperOrigin-RevId: 395705288
      andrewlewis committed
    • Fix STATE_IDLE Javadoc · 1bef1a2b
      Since playlist support was added, it's possible for the player to "have media"
      and be in STATE_IDLE. The STATE_IDLE documentation therefore became incorrect.
      
      Issue: #8946
      #exofixit
      #minor-release
      PiperOrigin-RevId: 395653716
      olly committed