1. 02 Feb, 2023 3 commits
    • Fix timestamp comparison for seeks in fMP4 · 284bf970
      When seeking in fMP4, we try to extract as little samples as possible
      by only starting at the preceding sync frame. This comparison should
      use <= to allow sync frames at exactly the seek position.
      
      Issue: google/ExoPlayer#10941
      
      #minor-release
      
      PiperOrigin-RevId: 505098172
      (cherry picked from commit ac3017b5)
      tonihei committed
    • Match MergingMediaPeriod track selection by period index in id · ace97fac
      MergingMediaPeriod creates its track groups with ids concatenating position in its periods array and the underlying child track group id. The ids can be used in selectTracks for matching to periods list.
      
      Issue: google/ExoPlayer#10930
      PiperOrigin-RevId: 505074653
      (cherry picked from commit ee055ef0)
      michaelkatz committed
    • Tweak UI behavior when commands are missing. · b9bb3235
      For most missing commands, we already disable the corresponding
      controls. This change extends this to more UI elements that are
      disabled in case the corresponding action is unavailable.
      
      #minor-release
      
      PiperOrigin-RevId: 505057751
      (cherry picked from commit 641c3b1b)
      tonihei committed
  2. 26 Jan, 2023 4 commits
  3. 25 Jan, 2023 33 commits