media/extensions
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
..
cast Add basic DRM support to CastPlayer's demo app 2019-05-30 15:09:52 +01:00
cronet Handle gzip in DefaultHttpDataSource. 2019-05-30 15:26:32 +01:00
ffmpeg Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
flac Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
gvr Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:22:35 +01:00
ima Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
jobdispatcher Deprecate JobDispatcherScheduler 2019-05-23 13:26:35 +01:00
leanback Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
mediasession Remove media-session extension nullness blacklist 2019-05-23 13:29:19 +01:00
okhttp Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
opus Use versioned manifest in all Robolectric tests. 2019-05-21 13:51:43 +01:00
rtmp Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
vp9 Fix video size reporting in surface YUV mode 2019-05-30 15:25:28 +01:00
workmanager Merge pull request #5617 from loki666:workmanager 2019-05-20 15:12:57 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.