media/library/src/main/java/com/google/android/exoplayer/hls
Oliver Woodman 9231520ee8 Some misc cleanup.
- Remove unused method in DashChunkSource.
- Remove inputEncoding parameter for subtitle parsers. We're
  ignoring it in all but one of the parsers, and for the one
  that does use it, it'll only ever receive null, since that's
  all we're passing.
- Make TextTrackRenderer advance to the next subtitle even if
  the current one hasn't finished, in the case that they overlap.
  This shouldn't ever really happen, but it seems best to trust
  the start time of the new sample rather than the last event
  time of the previous one.
2015-09-01 13:57:51 +01:00
..
Aes128DataSource.java Aes128DataSource should be final. 2015-07-30 10:05:54 +01:00
HlsChunkSource.java Some misc cleanup. 2015-09-01 13:57:51 +01:00
HlsExtractorWrapper.java Final fixes for correctly handling chunk load failures in HLS. 2015-06-19 19:55:12 +01:00
HlsMasterPlaylist.java Parse EXT-X-MEDIA tags with SUBTITLES type. 2015-03-10 19:07:19 +00:00
HlsMediaPlaylist.java Simplify encryption handling in HLS. 2015-03-12 19:44:06 +00:00
HlsParserUtil.java Use Locale.US in calls to String.format. 2015-06-30 13:49:03 +01:00
HlsPlaylist.java Remove spurious blank line 2015-06-15 17:43:06 +01:00
HlsPlaylistParser.java Fixed bug of AES URI Pattern for hls 2015-08-19 18:22:33 +09:00
HlsSampleSource.java Some misc cleanup. 2015-09-01 13:57:51 +01:00
Subtitle.java Parse EXT-X-MEDIA tags with SUBTITLES type. 2015-03-10 19:07:19 +00:00
TsChunk.java Make Aes128DataSource private to the HLS package. 2015-07-29 22:35:48 +01:00
Variant.java Have Representation, TrackElement and Variant consistently expose Format. 2015-05-01 20:33:52 +01:00