media/library
tonihei b8ec05aea1 Handle gzip in DefaultHttpDataSource.
Setting the requested encoding in all cases ensures we receive the relevant
response headers indicating whether gzip was used. Doing that allows to
detect the content length in cases where gzip was requested, but the server
replied with uncompressed content.

PiperOrigin-RevId: 250660890
2019-05-30 15:26:32 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Handle gzip in DefaultHttpDataSource. 2019-05-30 15:26:32 +01:00
dash Modify DashDownloaderTest to test if content length is stored 2019-05-30 15:26:32 +01:00
hls Modify DashDownloaderTest to test if content length is stored 2019-05-30 15:26:32 +01:00
smoothstreaming Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
ui Fix anchor usage in SubtitlePainter's setupBitmapLayout 2019-05-30 15:25:28 +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.