1. 29 Sep, 2021 3 commits
    • Rename MediaItem.ClippingProperties to ClippingConfiguration · 8db6ea46
      This is more consistent with the other MediaItem inner classes which are
      all Configurations.
      
      The old class and fields are left deprecated for backwards
      compatibility.
      
      MediaItem.Builder#setClippingProperties is directly renamed (without
      deprecation) because it only exists on the dev-v2 branch and hasn't
      been included in a numbered ExoPlayer release.
      
      PiperOrigin-RevId: 399471414
      ibaker committed
    • Use JUnit's Assume to skip Widevine GTS tests on non-GMS devices · b6b39cf7
      DashTestRunner.setWidevineInfo instantiates a Widevine MediaDrm to check
      for L1 support, which fails on GMS devices that don't support Widevine.
      
      The Widevine tests should be skipped on these devices, but the
      setWidevineInfo call happens in @Before before the skipping logic
      inside the test.
      
      This change moves the skipping logic to the beginning of @Before, and
      uses Assume to ensure the test isn't run.
      
      This will also report the test as 'skipped due to unmet assumption'
      which is more precise than 'passed'.
      
      PiperOrigin-RevId: 399452734
      ibaker committed
    • Update initial network bandwidth estimates. · d9cfebd8
      PiperOrigin-RevId: 399444511
      tonihei committed
  2. 28 Sep, 2021 8 commits
  3. 24 Sep, 2021 7 commits
  4. 23 Sep, 2021 12 commits
  5. 22 Sep, 2021 2 commits
  6. 21 Sep, 2021 7 commits
  7. 20 Sep, 2021 1 commit