1. 08 May, 2017 1 commit
    • Use native byte order for SimpleOutputBuffers · 4b5c521a
      The default byte order for ByteBuffers is big endian, but platform decoder
      output buffers use native byte order. AudioProcessors handle native byte order
      input/output.
      
      When using a software audio decoding extension the Sonic audio processor would
      receive big endian input but was outputting to a native byte order buffer,
      which could be little endian. This mismatch caused audio output to be
      distorted.
      
      After this change both platform decoder and extension decoder output buffers
      should be in native byte order.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=155320973
      andrewlewis committed
  2. 05 May, 2017 2 commits
  3. 04 May, 2017 13 commits
  4. 26 Apr, 2017 7 commits
  5. 25 Apr, 2017 4 commits
  6. 24 Apr, 2017 8 commits
  7. 21 Apr, 2017 5 commits