1. 03 Nov, 2017 2 commits
    • Allow chunk cancelation only if nothing has been consumed from it. · d90d0419
      The mediaChunks.size() > 1 check was supposed to ensure this, and
      did roughly the right thing when there was only a single stream
      (although it was unnecessarily restrictive in preventing chunk
      cancelation for the first chunk, where bytesLoaded != 0 and none
      of the samples had been consumed).
      
      Now we have multiple streams the check doesn't do the right thing,
      and adding a back-buffer feature will make even more incorrect.
      This change switches to checking the condition we actually want
      to check directly :).
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=174449398
      olly committed
    • Automated g4 rollback of changelist 173379623. · b6b09ad4
      *** Reason for rollback ***
      
      Breaks setting PlaybackParameters before start of playback
      
      *** Original change description ***
      
      Add support for float output in DefaultAudioSink
      
      Also switch from using MIME types to C.ENCODING_* encodings in DefaultAudioSink.
      
      ***
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=174445506
      olly committed
  2. 02 Nov, 2017 6 commits
  3. 01 Nov, 2017 8 commits
  4. 27 Oct, 2017 24 commits