media/library
bachinger 347080fbe3 Ignore MetadataRenderer when evaluating SSAI period transitions
This makes the reading period advance early as expected at the end of an ad
period. Before this change the reading position of the metadata renderer
prevented advancing the period until metadata arrived after the start position of
the following period. Only then the reading position of the metadata renderer
is updated and beyond the start position of the following period which is a
condition to advance the reading period.

Because transitioning to the next period is a virtual transition and the
SharedMediaPeriod keeps reading from the same underlying sample streams, the
metadata renderer can safely be ignored for this check.

PiperOrigin-RevId: 432646037
(cherry picked from commit 25e5680415)
2022-03-08 17:15:55 +00:00
..
all Fix minimum API level issue 2022-02-21 17:05:04 +00:00
common Version bump to exoplayer:2.17.0 and media3:1.0.0-alpha02 2022-02-23 16:48:13 +00:00
core Ignore MetadataRenderer when evaluating SSAI period transitions 2022-03-08 17:15:55 +00:00
dash Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:05:05 +00:00
database Mark all non-public IntDefs as only TYPE_USE 2022-02-21 16:59:57 +00:00
datasource Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:05:05 +00:00
decoder Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:05:05 +00:00
extractor FMP4: Fix output of mixed v0 and v1 emsg samples 2022-03-08 16:59:41 +00:00
hls Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:05:05 +00:00
rtsp Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:05:05 +00:00
smoothstreaming Remove setTag from (Ss|Hls|Dash)MediaSource.Factory 2022-01-10 13:00:58 +00:00
transformer Suppress @VisibleForTesting violation in Transformer 2022-02-23 09:56:21 +00:00
ui Remove media3 PlayerView javadoc references to overriding layouts 2022-03-08 17:14:58 +00: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.