media/library
olly 3149dd0ffc Fix a couple of StyledPlayerControlView bugs
1. The first time the player controls are are made visible,
   there is no animation.
2. The first time the player controls are made visible, the
   "select tracks" button isn't displayed. When tapping to
   subsequently hide the player controls, the button briefly
   becomes visible and then is hidden again. This bug is due
   to state in StyledPlayerControlViewLayoutManager being
   out of sync, resulting in StyledPlayerControlView's
   onVisibilityChange not being called properly.

After this change both of these issues should be resolved.

PiperOrigin-RevId: 336704031
2020-10-20 22:16:10 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Util.getStringForTime() prefixes negative times 2020-10-17 11:48:24 +01:00
core Use MP4VTT MIME type in DashManifestParser (again) 2020-10-20 22:11:34 +01:00
dash Use MP4VTT MIME type in DashManifestParser (again) 2020-10-20 22:11:34 +01:00
extractor Ensure ParsableByteArray is large enough when appending in VorbisReader 2020-10-20 22:11:34 +01:00
hls Fix HLS chunkful preparation bug affecting certain master playlists 2020-10-17 12:18:32 +01:00
smoothstreaming Simplify DefaultMediaSourceFactory ad configuration 2020-09-07 20:46:57 +01:00
ui Fix a couple of StyledPlayerControlView bugs 2020-10-20 22:16:10 +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.