1. 11 Aug, 2022 1 commit
    • Add timeout for ad to load. · 5cc23fd9
      In some cases, the IMA SDK fails to call the expected loadAd
      event to load the next ad to play. This is (potentially) the
      only remaining case where playback can get stuck due to missing
      calls from IMA as the player doesn't even have a MediaSource at
      this stage and is only waiting for IMA to provide the ad URL.
      
      We can reuse the existing adPreloadTimeoutMs that was added for
      a similar purpose (when preloading the first ad in the group).
      The JavaDoc matches this purpose as well and the default timeout
      is appropriate since we expect to get the loadAd call immediately.
      
      Issue: google/ExoPlayer#10510
      PiperOrigin-RevId: 466953617
      (cherry picked from commit 91fc5c4f)
      tonihei committed
  2. 10 Aug, 2022 3 commits
    • Fix ChainingGlTextureProcessorListener field name. · 4b3f0010
      PiperOrigin-RevId: 466735554
      (cherry picked from commit 43aa89aa)
      Googler committed
    • HDR: Clarify tone mapping fallback. · 3e4ca2c9
      createSupportedTransformationRequest is more accurate than
      createFallbackTransformationRequest, as a TransformationRequest will be returned
      regardless of whether any fallback is applied.
      
      PiperOrigin-RevId: 466641277
      (cherry picked from commit 70972bba)
      huangdarwin committed
    • Avoid spinning in between intermediate texture processors. · 4a4bfc7b
      This change adds a new method onReadyToAcceptInputFrame to
      GlTextureProcesssor.InputListener and changes maybeQueueInputFrame
      to queueInputFrame, removing the boolean return value.
      This avoids the re-trying in ChainingGlTextureProcessorListener
      by allowing it to only feed frames from the producing to the consuming
      GlTextureProcessor when there is capacity.
      
      MediaPipeProcessor still needs re-trying when processing isn't 1:1.
      
      PiperOrigin-RevId: 466626369
      (cherry picked from commit 9c366b3c)
      Googler committed
  3. 09 Aug, 2022 6 commits
  4. 08 Aug, 2022 4 commits
  5. 05 Aug, 2022 8 commits
  6. 04 Aug, 2022 4 commits
  7. 03 Aug, 2022 6 commits
  8. 02 Aug, 2022 2 commits
  9. 01 Aug, 2022 2 commits
  10. 29 Jul, 2022 4 commits