- 10 May, 2021 13 commits
-
-
#minor-release PiperOrigin-RevId: 372980349
olly committed -
PiperOrigin-RevId: 372942778
aquilescanta committed -
The method to handle Timeline updates currently uses isAd() || isPlaceholder() to trigger two things: 1. Using the existing requested content position as the content position. 2. Re-resolving the content position from window to period in case it changed since the last update. The condition is correct for case (1) because ads must use the content position (and not the position in the ad) and a placeholder period must keep using the requested content position as well until the media information is no longer a placeholder. However, case (2) only needs to be done if the content position is C.TIME_UNSET (to start at the default position) OR if the period is still a placeholder and we want to re-resolve the position. The case where re-resolution shouldn't be done is for ads with a non- placeholder period and a concrete content position. This likely only affects ads in live stream where the content position is currently moving with the live stream instead of staying where it is. PiperOrigin-RevId: 372929439tonihei committed -
#minor-release PiperOrigin-RevId: 372925409
tonihei committed -
#minor-release PiperOrigin-RevId: 372919342
olly committed -
- Don't deprecate methods not deprecated in the base class and that could one day be useful. - Better document deprecation of other methods. #minor-release PiperOrigin-RevId: 372919080
olly committed -
#minor-release PiperOrigin-RevId: 372910834
olly committed -
The existing code results in flaky tests, where sometimes the write fails (with "EPIPE (broken pipe)") and the exception propagates out and causes the test to never complete and time out. Swallowing the exception resolves this flakiness. #minor-release PiperOrigin-RevId: 372909415
ibaker committed -
PiperOrigin-RevId: 372893564
andrewlewis committed -
Apps should migrate from ExoPlayerImpl to SimpleExoPlayer. #minor-release PiperOrigin-RevId: 372562923
kimvde committed -
PiperOrigin-RevId: 372552003
aquilescanta committed -
#minor-release PiperOrigin-RevId: 372549185
samrobinson committed -
PiperOrigin-RevId: 372548259
aquilescanta committed
-
- 07 May, 2021 5 commits
-
-
#minor-release PiperOrigin-RevId: 372537414
samrobinson committed -
#minor-release PiperOrigin-RevId: 372448985
samrobinson committed -
#minor-release PiperOrigin-RevId: 372433555
bachinger committed -
#minor-release PiperOrigin-RevId: 372368685
samrobinson committed -
It was originally introduced because it was guaranteed to be non-null unlike the inherited field. But ExoPlaybackException.cause has been nullable for some time, so there's no gain in not using the inherited field. PiperOrigin-RevId: 372329740
aquilescanta committed
-
- 06 May, 2021 14 commits
-
-
PiperOrigin-RevId: 372321626
bachinger committed -
#minor-release PiperOrigin-RevId: 372314890
olly committed -
PiperOrigin-RevId: 372266634
jinpark committed -
PiperOrigin-RevId: 372146631
bachinger committed -
PiperOrigin-RevId: 372146069
aquilescanta committed -
Also make future similar issues less likely by adding isPlaceholder to the set method of Period (in case forwarding Timeline implementations use this instead of just updating values selectively) #minor-release PiperOrigin-RevId: 372138523
tonihei committed -
PiperOrigin-RevId: 372127633
bachinger committed -
PiperOrigin-RevId: 372101509
bachinger committed -
PiperOrigin-RevId: 372094221
aquilescanta committed -
PiperOrigin-RevId: 372092412
olly committed -
PiperOrigin-RevId: 372092122
bachinger committed -
PiperOrigin-RevId: 372088869
olly committed -
Issues have been identified around offload gapless track transitions blocking the track timestamp. Until those issues are root caused, this settings allows to disable gapless offload completely. PiperOrigin-RevId: 372081545
krocard committed -
Also fix unncessary adjustment done in ClippingMediaSource. #minor-release PiperOrigin-RevId: 372080724
tonihei committed
-
- 04 May, 2021 7 commits
-
-
#minor-release PiperOrigin-RevId: 371939159
samrobinson committed -
#minor-release PiperOrigin-RevId: 371929289
samrobinson committed -
PiperOrigin-RevId: 371919596
aquilescanta committed -
PiperOrigin-RevId: 371809078
olly committed -
PiperOrigin-RevId: 371799441
olly committed -
PiperOrigin-RevId: 371625281
gyumin committed -
PiperOrigin-RevId: 371482546
jinpark committed
-
- 30 Apr, 2021 1 commit
-
-
#minor-release PiperOrigin-RevId: 371348520
krocard committed
-