1. 17 Jan, 2022 1 commit
    • De-duplicate track selection code. · d2d62271
      We currently run (almost) the same code for all track types.
      De-duplicate this by using a single method that takes functional
      interfaces for track-type dependent logic.
      
      This has the benefit that all track-type dependent logic is
      contained within their subclasses and the generic logic doesn't
      need to make any assumption about the eligibility of tracks for
      selection or adaptation, and doesn't need to access Parameters.
      
      Make this change for audio and text only for now. Video can
      be updated in a subsequent change.
      
      PiperOrigin-RevId: 421811411
      tonihei committed
  2. 14 Jan, 2022 21 commits
  3. 10 Jan, 2022 6 commits
  4. 07 Jan, 2022 10 commits
  5. 05 Jan, 2022 2 commits