media/library/core
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
..
src Handle gzip in DefaultHttpDataSource. 2019-05-30 15:26:32 +01:00
build.gradle Remove cronet extension nullness blacklist 2019-05-23 13:29:35 +01:00
proguard-rules.txt Use MediaSourceFactory interface to simplify DownloadHelper 2019-05-15 20:13:59 +01:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.