1. 09 Mar, 2022 1 commit
    • Use getSupportedWidth/HeightFor() API for finding resolution. · e5c229be
      Previously, we've used getSupportedHeights/Widths() to find the supported
      resolution. However, the height/width can be over-reported when using these
      APIs. For example, getSupportedWidths and getSupportedHeights can both return
      3840, but the supported height when using 3840 as width is only 2160.
      
      PiperOrigin-RevId: 432926192
      claincly committed
  2. 08 Mar, 2022 1 commit
  3. 05 Mar, 2022 1 commit
    • Ignore MetadataRenderer when evaluating SSAI period transitions · 25e56804
      This makes the reading period advance early as expected at the end of an ad
      period. Before this change the reading position of the metadata renderer
      prevented advancing the period until metadata arrived after the start position of
      the following period. Only then the reading position of the metadata renderer
      is updated and beyond the start position of the following period which is a
      condition to advance the reading period.
      
      Because transitioning to the next period is a virtual transition and the
      SharedMediaPeriod keeps reading from the same underlying sample streams, the
      metadata renderer can safely be ignored for this check.
      
      #minor-release
      
      PiperOrigin-RevId: 432646037
      bachinger committed
  4. 04 Mar, 2022 6 commits
  5. 07 Mar, 2022 3 commits
  6. 03 Mar, 2022 7 commits
  7. 01 Mar, 2022 15 commits
  8. 28 Feb, 2022 1 commit
  9. 24 Feb, 2022 1 commit
  10. 23 Feb, 2022 4 commits