1. 13 Jan, 2017 2 commits
    • Move AudioTrack initialization into handleBuffer. · ce03b8c2
      Move initialization code from the audio renderers into handleBuffer. The audio
      session id and tunneling enabled state can be altered using new setters.
      
      This change is not intended to change the behavior of the audio renderers.
      Before this change, the AudioTrack would always be reinitialized by the
      renderers before calling handleBuffer.
      
      Add a protected onAudioTrackUnderrun method for custom renderers that want to
      implement custom handling of underruns.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=144067149
      andrewlewis committed
    • Fix leftover bytes in cached content index file · 5c89bbed
      Extra calls to CipherOutputStream.close() causes each time extra 16 bytes written to the
      underlying OutputStream. Prevented close() is called more than once and also discarded any
      data in ReusableBufferedOutputStream buffer on reset().
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=144063120
      eguven committed
  2. 10 Jan, 2017 3 commits
  3. 06 Jan, 2017 5 commits
  4. 05 Jan, 2017 5 commits
  5. 04 Jan, 2017 18 commits
  6. 03 Jan, 2017 3 commits
  7. 02 Jan, 2017 1 commit
  8. 21 Dec, 2016 1 commit
  9. 20 Dec, 2016 2 commits