1. 13 Dec, 2019 2 commits
    • Remove MediaCodec.stop() call before MediaCodec.release() · 0e1e4ad7
      This was verified as a no-op change in a prod experiment.
      
      PiperOrigin-RevId: 285167972
      olly committed
    • Make Cue final and change 2 subclasses to delegate-pattern · e8fa9a55
      This avoids needing to jump through type paremeter hoops to create a
      sub-classable Cue.Builder.
      
      Cue should have a standard set of fields, because it will be
      consumed by renderers that don't know what type it is. The
      existing subclass fields are only used inside their respective
      packages, so can be part of a wrapper object instead.
      
      This lays the groundwork for converting Cue's multiple constructors
      into a Builder pattern.
      
      PiperOrigin-RevId: 284992135
      ibaker committed
  2. 11 Dec, 2019 22 commits
  3. 10 Dec, 2019 10 commits
  4. 09 Dec, 2019 6 commits