media/library/src/main/java/com/google/android/exoplayer/hls
Oliver Woodman 2b27137e9e Fix bug that caused failure when all renderers disabled.
Prior to this change, there was a bug where playback would
fail with the following steps:

1. Start playback.
2. Pause playback.
3. Disable all renderers.
4. Enable at least one renderer.
5. Resume playback.
2015-06-26 14:33:08 +01:00
..
HlsChunkSource.java Tighten package visibility 2015-06-22 15:57:06 +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 Fix handling of widths/heights when choosing formats. 2015-05-19 14:06:48 +01:00
HlsPlaylist.java Remove spurious blank line 2015-06-15 17:43:06 +01:00
HlsPlaylistParser.java Use Java7 <> syntax 2015-05-22 21:40:22 +01:00
HlsSampleSource.java Fix bug that caused failure when all renderers disabled. 2015-06-26 14:33:08 +01:00
Subtitle.java Parse EXT-X-MEDIA tags with SUBTITLES type. 2015-03-10 19:07:19 +00:00
TsChunk.java Call init() on the extractor only once for each chunk. 2015-04-22 16:14:46 +01:00
Variant.java Have Representation, TrackElement and Variant consistently expose Format. 2015-05-01 20:33:52 +01:00