1. 20 Apr, 2020 2 commits
    • Wait with throwing stuck buffering error until pending load is finished · ca2105d5
      We currently check for shouldContinueLoading, which is the intention to load,
      not playbackInfo.isLoading, which is the actual loading state, when detecting
      stuck buffering issues.
      
      They only differ if the LoadControl said stop loading (based on nextLoadPosition),
      but there is still a load in flight (updating bufferedPosition). This may cause
      the exception to be thrown in edge cases that are only temporary.
      
      PiperOrigin-RevId: 307022608
      tonihei committed
    • Add Format.label to the extractor test dumps · 15bbd181
      Needed to test issue:#7247
      
      PiperOrigin-RevId: 307016276
      ibaker committed
  2. 17 Apr, 2020 6 commits
  3. 16 Apr, 2020 1 commit
  4. 15 Apr, 2020 14 commits
  5. 09 Apr, 2020 4 commits
  6. 08 Apr, 2020 10 commits
  7. 07 Apr, 2020 3 commits