- 02 Jul, 2019 11 commits
-
-
PiperOrigin-RevId: 255410268
tonihei committed -
PiperOrigin-RevId: 255380951
olly committed -
PiperOrigin-RevId: 255380796
olly committed -
PiperOrigin-RevId: 255379393
olly committed -
PiperOrigin-RevId: 255378274
olly committed -
PiperOrigin-RevId: 255377347
olly committed -
The updated version issues more warnings than before. Most of the changes are related to annotation placement. PiperOrigin-RevId: 255371743
tonihei committed -
Also add layer of indirection between code and the guide, to make moving content easier going forward. PiperOrigin-RevId: 255182216
olly committed -
This better reflects its usage and fits into our general naming pattern. PiperOrigin-RevId: 255157159
tonihei committed -
stack trace contains MediaCodec. PiperOrigin-RevId: 254781909
olly committed -
PiperOrigin-RevId: 254746146
aquilescanta committed
-
- 21 Jun, 2019 9 commits
-
-
Issue: #5928 PiperOrigin-RevId: 254379085
andrewlewis committed -
PiperOrigin-RevId: 254372134
aquilescanta committed -
Reads from a SampleQueue, associating each read format with a DrmSession, if needed. PiperOrigin-RevId: 254192562
aquilescanta committed -
PiperOrigin-RevId: 254187403
aquilescanta committed -
PiperOrigin-RevId: 254182080
Oliver Woodman committed -
PiperOrigin-RevId: 254172906
tonihei committed -
PiperOrigin-RevId: 254156143
olly committed -
PiperOrigin-RevId: 254048233
aquilescanta committed -
PiperOrigin-RevId: 254046126
olly committed
-
- 19 Jun, 2019 4 commits
-
-
Builds now fail when raw generics are used. PiperOrigin-RevId: 253969682
tonihei committed -
PiperOrigin-RevId: 253959976
bachinger committed -
ISSUE: #6041 PiperOrigin-RevId: 253958225
bachinger committed -
More information (LSC) https://docs.google.com/document/d/16tpK6aXqN68PvTyvt4siM-m7f0NXi_8xEeitLDzr8xY/edit?usp=sharing Tested: tap_presubmit: http://test/OCL:253818309:BASE:253788332:1560879553629:9dc07a48 Some tests failed; test failures are believed to be unrelated to this CL PiperOrigin-RevId: 253858263
olly committed
-
- 18 Jun, 2019 14 commits
-
-
PiperOrigin-RevId: 253808562
olly committed -
We are currently queuing periods in a way such that the new start position lines up with the end of the previous period (to ensure continuous playback). However, if the start position of the new period is larger than the total of all previously played period durations, we may end up with negative renderer timestamps when seeking back to the beginning of this new period. Negative timestamps should be avoided as most decoders have problems handling them correctly. This change forces a renderer reset if we detect such a seek to a negative renderer time and also resets the renderer offset to 0 every time all renderers are disabled, as this is the only time where we can savely change the offset of an existing media period. Also, if playback starts with an ad, we choose the content position as renderer offset to prevent the whole issue from occurring for the seek-behind- midroll case. Issue:#6009 Issue:#5323 PiperOrigin-RevId: 253790054
tonihei committed -
Issue: #6031 PiperOrigin-RevId: 253784986
olly committed -
Issue:#6006 PiperOrigin-RevId: 253781533
aquilescanta committed -
In some edge cases the renderer position may be slightly ahead of the buffered position and the total buffered duration is thus negative. We already filter that in ExoPlayerImpl for the publicly accessible value. However, we forward the unfiltered value to other components like the LoadControl, which may be confusing. Issue:#6015 PiperOrigin-RevId: 253780460
tonihei committed -
PiperOrigin-RevId: 253762488
aquilescanta committed -
This permission has normal access right and can't be revoked by the user. However, an app can choose to revoke it when using ExoPlayer, e.g. if no network is required and the app doesn't want to list this permission. Support this use case by gracefully catching the exception in the relevant places. Issue:#6019 PiperOrigin-RevId: 253759332
tonihei committed -
Avoids nullable DrmSessionManagers and simplifies sample reading. To be used as default value for MediaSources. PiperOrigin-RevId: 253624465
aquilescanta committed -
Makes it throwable from SampleStream.maybeThrowError PiperOrigin-RevId: 253600396
aquilescanta committed -
PiperOrigin-RevId: 253593267
bachinger committed -
Details in go/ima-mrc-continuous-play Corresponding js webcore changes is in <unknown commit>. NoExternal PiperOrigin-RevId: 253585186
olly committed -
Objects was added in API 19. PiperOrigin-RevId: 253567490
andrewlewis committed -
These are mostly nullability issues. PiperOrigin-RevId: 253537068
tonihei committed -
Yannick RUI committed
-
- 14 Jun, 2019 2 commits
-
-
PiperOrigin-RevId: 253228214
Toni committed -
https://github.com/google/ExoPlayerToni committed
-