media/library
olly cccb9e1ae8 CacheUtil: Remove confusing remove(DataSpec) method
- The remove(DataSpec) method was confusing because it ignored
  the DataSpec position and range, and instead removed all data
  with a matching cache key.
- The remove(String) method seems better put directly on the
  Cache interface.

PiperOrigin-RevId: 312113302
2020-05-18 22:39:02 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Fix handling of fetch errors for post-rolls 2020-05-18 16:14:19 +01:00
core CacheUtil: Remove confusing remove(DataSpec) method 2020-05-18 22:39:02 +01:00
dash Merge pull request #7370 from jruesga:embedded-cea-708-support 2020-05-18 22:38:10 +01:00
extractor Allow MP3 files to play with size greater than 2GB. 2020-05-18 16:13:52 +01:00
hls Remove last references to old load error handling methods 2020-05-14 22:24:40 +01:00
smoothstreaming Make all segment downloader use the media item 2020-05-14 22:24:31 +01:00
ui Override WebViewSubtitleOutput.onLayout() 2020-05-14 22:24:58 +01: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.