media/library
tonihei 7d5558881d Fix two ad insertion related bugs in DefaultPlaybackSessionManager.
1. A content session after an ad has been played was not re-marked as active,
   leading to new ad session being marked as active too early.
2. Switching from content to post-roll ended the content session because
   the return value of getAdGroupTimeUs of C.TIME_END_OF_SOURCE was not
   handled. Using the nextAdGroupIndex instead.

PiperOrigin-RevId: 246977327
2019-05-15 18:07:49 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Fix two ad insertion related bugs in DefaultPlaybackSessionManager. 2019-05-15 18:07:49 +01:00
dash Merge pull request #5760 from matamegger:feature/hex_format_tags_in_url_template 2019-05-05 19:42:42 +01:00
hls Migrate from is(Not)SameAs to is(Not)SameInstanceAs. 2019-05-02 13:04:11 +01:00
smoothstreaming Improve progress reporting logic 2019-04-18 23:24:11 +01:00
ui Update translations 2019-05-05 18:18:53 +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.