1. 09 Mar, 2022 1 commit
    • Use getSupportedWidth/HeightFor() API for finding resolution. · 461effc6
      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. 05 Mar, 2022 1 commit
    • Ignore MetadataRenderer when evaluating SSAI period transitions · c7c75173
      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
  3. 04 Mar, 2022 8 commits
  4. 07 Mar, 2022 4 commits
  5. 03 Mar, 2022 8 commits
  6. 01 Mar, 2022 18 commits