media/library/src/main/java/com/google/android/exoplayer/metadata
Oliver Woodman 797fa7f872 Make TsExtractor use ParsableByteArray where possible.
- TsExtractor is now based on ParsableByteArray rather than BitArray.
  This makes is much clearer that, for the most part, data is byte
  aligned. It will allow us to optimize TsExtractor without worrying
  about arbitrary bit offsets.
- BitArray is renamed ParsableBitArray for consistency, and is now
  exclusively for bit-stream level reading.
- There are some temporary methods in ParsableByteArray that should be
  cleared up once the optimizations are in place.

Issue: #278
2015-02-10 22:13:01 +00:00
..
Id3Parser.java Make TsExtractor use ParsableByteArray where possible. 2015-02-10 22:13:01 +00:00
MetadataParser.java Add EIA-608 (CEA-608) Closed Captioning support for HLS #68 2014-11-18 14:48:40 -05:00
MetadataTrackRenderer.java Add EIA-608 (CEA-608) Closed Captioning support for HLS #68 2014-11-18 14:48:40 -05:00
TxxxMetadata.java ID3 refactoring to match apple's player behavior #67 2014-11-05 11:54:45 -05:00