1. 08 Nov, 2021 2 commits
    • Update the demo app to use the stable ExoPlayer.Builder constructor · 852480a8
      The ExoPlayer.Builder constructor overloads are only needed for apps
      trying to ensure certain classes are removed by R8/proguard, which isn't
      relevant for the demo app.
      
      PiperOrigin-RevId: 407819694
      ibaker committed
    • Fix track selection with mixed empty/non-empty overrides · 127aa29f
      When we have multiple overrides for TrackGroups associated with
      one renderer, we need to look at all of them to find the non-empty
      one. Empty ones should only be used to remove previously selected
      tracks for this group and otherwise be ignored.
      
      Currently this is broken because the first override (no matter if
      it's empty or not) is used as the final selection for this renderer.
      
      Issue: google/ExoPlayer#9649
      
      PiperOrigin-RevId: 407792330
      tonihei committed
  2. 04 Nov, 2021 2 commits
  3. 03 Nov, 2021 9 commits
  4. 02 Nov, 2021 6 commits
  5. 01 Nov, 2021 21 commits