media/library
ibaker b9157a9e23 Add Guava dependency to ExoPlayer
Guava is heavily optimized for Android and the impact on binary size
is minimal (and outweighed by the organic growth of the ExoPlayer
library).

This change also replaces Util.toArray() with Guava's Ints.toArray()
in order to introduce a Guava usage into a range of modules.

PiperOrigin-RevId: 312449093
2020-05-21 17:08:33 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Add Guava dependency to ExoPlayer 2020-05-21 17:08:33 +01:00
core Add Guava dependency to ExoPlayer 2020-05-21 17:08:33 +01:00
dash Add Guava dependency to ExoPlayer 2020-05-21 17:08:33 +01:00
extractor Fix naming to reflect that CEA-708 is supported too 2020-05-18 22:39:51 +01:00
hls Add Guava dependency to ExoPlayer 2020-05-21 17:08:33 +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.