1. 02 Mar, 2023 5 commits
    • Remove @see tags with <a> tags · a834d053
      These are not supported by Dackka
      
      #minor-release
      
      PiperOrigin-RevId: 513176533
      (cherry picked from commit ef5a1ce9)
      ibaker committed
    • Minor change in ForwardingPlayer javadoc · bfc12ef5
      #minor-release
      
      PiperOrigin-RevId: 512897269
      (cherry picked from commit 48047cf9)
      christosts committed
    • Update translations · c23010d3
      #minor-release
      
      PiperOrigin-RevId: 512890813
      (cherry picked from commit 13a86b38)
      tonihei committed
    • Ensure getPlaybackHeadPosition isn't called if not needed · 996d6605
      Once the value returned from AudioTimestampPoller advances, we
      only need getPlaybackHeadPosition to sample sync params and
      verify the returned timestamp. Both of these happen less often
      and we can avoid calling getPlaybackHeadPosition if we don't
      actually need it.
      
      PiperOrigin-RevId: 512882170
      (cherry picked from commit 4cf7d3c7)
      tonihei committed
    • Fix some playback parameter signalling problems. · 3e7eeceb
      Playback parameter signalling can be quite complex because
       (a) the renderer clock often has a delay before it realizes
           that it doesn't support a previously set speed and
       (b) the speed set on media clock sometimes intentionally
           differs from the one surfaced to the user, e.g. during
           live speed adjustment or when overriding ad playback
           speed to 1.0f.
      
      This change fixes two problems related to this signalling:
       1. When resetting the media clock speed at a period transition,
          we don't currently tell the renderers that this happened.
       2. When a delayed speed change update from the media clock is
          pending and the renderer for this media clock is disabled
          before the change can be handled, the pending update becomes
          stale but it still applied later and overrides any other valid
          speed set in the meantime.
      
      Both edge cases are also covered by extended or new player tests.
      
      Issue: google/ExoPlayer#10882
      
      PiperOrigin-RevId: 512658918
      (cherry picked from commit d3639771)
      tonihei committed
  2. 28 Feb, 2023 21 commits
  3. 16 Feb, 2023 3 commits
  4. 15 Feb, 2023 1 commit
  5. 14 Feb, 2023 2 commits
  6. 02 Feb, 2023 6 commits
  7. 26 Jan, 2023 2 commits