1. 02 May, 2019 2 commits
  2. 30 Apr, 2019 4 commits
    • Prevent index out of bounds exceptions in some live HLS scenarios · 6c1065c6
      Can happen if the load position falls behind in every playlist and
      when we try to load the next segment, the adaptive selection logic
      decides to change variant.
      
      Issue:#5816
      PiperOrigin-RevId: 245923006
      aquilescanta committed
    • DownloadManager improvements · 4a5b8e17
      - Do requirements TODO
      - Add useful helper method to retrieve not met requirements
      - Fix WritableDownloadIndex Javadoc
      
      PiperOrigin-RevId: 245922903
      olly committed
    • Rename DownloadThread to Task · 6b34ade9
      This resolves some naming confusion that previously existed
      as a result of DownloadThread also being used for removals.
      Some related variables (e.g. activeDownloadCount) would refer
      to both download and removal tasks, whilst others
      (e.g. maxParallelDownloads) would refer only to downloads.
      This change renames those that refer to both to use "task"
      terminology.
      
      This change also includes minor test edits.
      
      PiperOrigin-RevId: 245913671
      olly committed
    • Never set null as a session meta data object. · 618d97db
      Issue: #5810
      PiperOrigin-RevId: 245745646
      bachinger committed
  3. 26 Apr, 2019 19 commits
  4. 19 Apr, 2019 1 commit
  5. 18 Apr, 2019 14 commits