1. 05 Nov, 2019 2 commits
    • Update parseStbl to handle edit lists & gapless info · 2c721130
      Without this, a subtitle track empty edit list used to offset the start of
      subtitles is ignored.
      
      Also the current code seems to depend on the order in which
      we parse the tracks (audio first means we have gapless info when we parse
      video track, while video first we wouldn't).
      
      It's not clear why we can't handle both edit lists & gapless info
      
      PiperOrigin-RevId: 276029744
      ibaker committed
    • Fix NPE in FakeAdaptiveMediaPeriod. · 2dbc5755
      The compositeSequenableLoader was causing NPEs in isLoading. Initializing it
      upfront prevents this problem and is in line with what we do in all real
      MediaPeriods.
      
      PiperOrigin-RevId: 275491511
      tonihei committed
  2. 18 Oct, 2019 2 commits
  3. 17 Oct, 2019 1 commit
  4. 15 Oct, 2019 1 commit
  5. 14 Oct, 2019 7 commits
  6. 13 Oct, 2019 27 commits