1. 15 Nov, 2021 6 commits
  2. 11 Nov, 2021 17 commits
  3. 09 Nov, 2021 1 commit
  4. 08 Nov, 2021 15 commits
  5. 05 Nov, 2021 1 commit
    • Add experimental method to turn-off async flush · 9e1597a4
      When operating the MediaCodec in asynchronous mode, after a
      MediaCodec.flush(), we start MediaCodec in the callback thread,
      which might trigger errors in some platforms. This change adds an
      experimental flag to move the call to MediaCodec.start() back to the
      playback thread.
      
      PiperOrigin-RevId: 407801013
      christosts committed