1. 01 Feb, 2020 4 commits
    • Add missing AV1 extension path to .gitignore · 0cc1eba7
      PiperOrigin-RevId: 292347360
      andrewlewis committed
    • HLS: Fix key rotation · fd881157
      Passing EXT-X-KEY DrmInitData through the FragmentedMp4Extractor
      doesn't work for streams with key rotation, because an extractor
      instance is used for multiple segments, but is only passed the
      EXT-X-KEY DrmInitData corresponding to the first segment.
      
      This change removes passing DrmInitData through the extractor,
      and instead passes it via FormatAdjustingSampleQueue. This is
      in-line with how manifest DrmInitData is handled during DASH
      playbacks.
      
      Issue: #6903
      PiperOrigin-RevId: 292323429
      olly committed
    • SampleQueue: Let subclasses easily invalidate format adjustment · 850aef4f
      This is a nice-regardless improvement to SampleQueue, which will
      likely to used to fix the referenced issue. It makes it possible
      for SampleQueue subclasses to support dynamic changes to format
      adjustment in a non-hacky way.
      
      Issue: #6903
      PiperOrigin-RevId: 292314720
      olly committed
    • Expand dangal workaround to all API levels · 12bb3586
      It doesn't seem worth keeping the cap, since the device
      will presumably stop receiving major version updates at
      some point anyway.
      
      Issue: #6899
      PiperOrigin-RevId: 291899439
      olly committed
  2. 27 Jan, 2020 6 commits
  3. 17 Jan, 2020 30 commits