1. 28 Feb, 2023 2 commits
    • Fix AudioTrackPositionTracker logic for playback speed adjustments · bc9f2be8
      The AudioTrackPositionTracker needs to correct positions by
      the speed set on the AudioTrack itself whenever it makes
      estimations based on real-time (=the real-time playout
      duration is not equal to the media duration played).
      
      This happens for the main playback path already, but not for
      the mode in which the position is estimated from the playback
      head position and also not in the phase after the track has
      been stopped. Both cases are not very noticeable during
      normal playback, but become relevant when playing in offload
      mode.
      
      PiperOrigin-RevId: 507736408
      (cherry picked from commit 4ede931c)
      tonihei committed
    • Detect HEVC HDR10 codec profile more accurately · 8f1aeca0
      In MediaCodecUtil, use Format.colorInfo, besides the codec string,
      to accurately map to a 10bit HEVC profile.
      
      PiperOrigin-RevId: 507500071
      (cherry picked from commit 80dbaca0)
      christosts committed
  2. 16 Feb, 2023 3 commits
  3. 15 Feb, 2023 1 commit
  4. 14 Feb, 2023 2 commits
  5. 02 Feb, 2023 6 commits
  6. 26 Jan, 2023 4 commits
  7. 25 Jan, 2023 22 commits