media/library
Steve Mayhew e690979d92 Update with first round of code review suggestions
Update with code review suggestions:
1. rename to HlsCheckedSampleQueue to HlsSampleQueue and combine with format adjusting class.
2. Copywrite in added classes
3. Capture additional items useful for recovery and reporting in the exception class
4. Remove extraneous logging
5. eliminate magic number (50 seconds) and use percentage of duration

WIP:
 - eliminate null check for chunk (chunkless prepare starts load before sampleQueue are created)
 - work out recovery strategy
2020-03-13 09:59:27 -07:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common DataReader: replace InterruptedException with InterruptedIOException 2020-03-10 10:19:45 +00:00
core Update with first round of code review suggestions 2020-03-13 09:59:27 -07:00
dash Merge pull request #7064 from davibe:enhancement/6907 2020-03-11 16:27:47 +00:00
extractor Miscellaneous cleanup related to recent changes 2020-03-11 16:26:41 +00:00
hls Update with first round of code review suggestions 2020-03-13 09:59:27 -07:00
smoothstreaming replace extension with mime type 2020-03-11 16:26:23 +00:00
ui Add show/hideScrubber to DefaultTimeBar 2020-03-11 16:27:07 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.