1. 30 Mar, 2020 26 commits
  2. 18 Feb, 2020 6 commits
  3. 13 Feb, 2020 7 commits
  4. 03 Feb, 2020 1 commit
    • Don't re-init codec if DRM session is unchanged · 890fd4ef
      This condition is trying to detect when it might be necessary
      to switch from a non-secure to a secure codec. This is not
      possible if the DRM session is unchanged, unless a different
      codec is required for some other reason (e.g., H264 -> H265),
      which is anyway handled by canKeepCodec below.
      
      PiperOrigin-RevId: 292909126
      olly committed