media/library
andrewlewis 2d2fcf1510 Use native byte order for SimpleOutputBuffers
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
2017-05-11 07:42:34 +01:00
..
all Consolidate version codes in root gradle file 2017-04-18 19:42:27 +01:00
core Use native byte order for SimpleOutputBuffers 2017-05-11 07:42:34 +01:00
dash Fix playback of DASH/VP9/SegmentList DASH content 2017-04-24 21:37:33 +01:00
hls Expose no CC tracks if CLOSED-CAPTIONS=NONE is present 2017-05-11 07:42:12 +01:00
smoothstreaming Consolidate version codes in root gradle file 2017-04-18 19:42:27 +01:00
ui Improve DefaultTimeBar color customization 2017-05-11 07:38:42 +01:00