media/library/src/main/java/com/google/android/exoplayer/metadata
Oliver Woodman e96e618046 Clean up expansion of sample buffers.
- The old approach was technically incorrect, because the checks
were "capacity < sampleSize" and hence neglected the fact that
the buffer position may be greater than 0 (e.g. if the caller
wants to prefix the sample with some additional data).

- Also proactively throw an exception if the buffer is too small,
rather than wait for the failure when we actually do the write.
2015-09-28 20:23:45 +01:00
..
GeobMetadata.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
Id3Parser.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
MetadataParser.java Add EIA-608 (CEA-608) Closed Captioning support for HLS #68 2014-11-18 14:48:40 -05:00
MetadataTrackRenderer.java Clean up expansion of sample buffers. 2015-09-28 20:23:45 +01:00
PrivMetadata.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
TxxxMetadata.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00