media/extensions
andrewlewis e009322edd Fix seeking to a non-zero position in a preloaded ad item
`ImaAdsLoader` will preload the first ad of a subsequent media item, but the
preloaded ad might not actually play because the user could seek to a non-zero
position in that media item (which could trigger playback of a midroll, not the
preroll). In this case, playback would get stuck because the midroll ad
expected to play after the seek would never load, because the IMA SDK expected
the preroll to play first.

Fix this behavior by discarding the preloaded ad break. If there isn't a seek,
the transition to the next media item is still seamless.

#minor-release

PiperOrigin-RevId: 357682510
2021-02-19 10:57:00 +00:00
..
av1 Fix ffmpeg build script's strip tool for armeabi-v7a 2020-11-30 16:11:19 +00:00
cast Add static TrackSelection type 2021-02-19 10:56:27 +00:00
cronet Contract test for TransferListener callbacks 2021-02-12 16:40:40 +00:00
ffmpeg Upgrade extensions NDK version 2021-02-19 10:56:02 +00:00
flac Upgrade extensions NDK version 2021-02-19 10:56:02 +00:00
gvr Fix SonicAudioProcessor end of stream behavior 2020-12-03 17:11:47 +00:00
ima Fix seeking to a non-zero position in a preloaded ad item 2021-02-19 10:57:00 +00:00
leanback Make additional modules depend only on common 2021-02-09 13:59:41 +00:00
media2 Make additional modules depend only on common 2021-02-09 13:59:41 +00:00
mediasession Make additional modules depend only on common 2021-02-09 13:59:41 +00:00
okhttp OkHttp/Rtmp extensions: Remove dependency on core 2021-01-25 17:38:36 +00:00
opus Upgrade extensions NDK version 2021-02-19 10:56:02 +00:00
rtmp OkHttp/Rtmp extensions: Remove dependency on core 2021-01-25 17:38:36 +00:00
vp9 Upgrade extensions NDK version 2021-02-19 10:56:02 +00:00
workmanager Upgrade some dependency versions 2021-02-04 09:57:27 +00: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.