- 19 Nov, 2020 1 commit
-
-
LSC: go/checker-lsc Tested: tap_presubmit: http://test/OCL:342788975:BASE:342885903:1605667635149:7731b723 Some tests failed; test failures are believed to be unrelated to this CL PiperOrigin-RevId: 343129490olly committed
-
- 18 Nov, 2020 14 commits
-
-
https://github.com/google/ExoPlayer/commit/f6928c0ef9a196fa0f6d298937ec207f4b1d3447
*** Original commit *** Keep download in completed state if only metadata is updated Issue: #8116 *** PiperOrigin-RevId: 343102068
olly committed -
https://github.com/google/ExoPlayer/commit/31430f1ac50db80cf618f3e2ee9de2e9159f2e4c
*** Original commit *** Suppress warnings in preparation for Checker Framework 3.7.1 upgrade. *** PiperOrigin-RevId: 343100646
tonihei committed -
PiperOrigin-RevId: 343096974
ibaker committed -
https://github.com/google/ExoPlayer/commit/5d9c2d7b6aa8a7d37128eedd2a90d8deeb9dd9fa
*** Original commit *** Suppress warnings in preparation for Checker Framework 3.7.1 upgrade. *** PiperOrigin-RevId: 343086403
tonihei committed -
https://github.com/google/ExoPlayer/commit/fa6e01312becc6662e83368e57dfa0c71de0dac6
*** Original commit *** Suppress warnings in preparation for Checker Framework 3.7.1 upgrade. *** PiperOrigin-RevId: 343085407
tonihei committed -
ExoPlayer's traditional HLS preparation works by loading a chunk from each track group, and then tries to use the sample information plus the master playlist information to generate the preparation's resulting TrackGroups. There are 3 possible scenarios: - Supported case: Each variant has a single codec string per track type. We can assign each track the codec string which matches the loaded sample's type. - Supported case: Each variant has more than one codec string, but each track group has a single track. This is the case when different languages use different codecs. In this case, we can assign whichever codec matches the loaded sample's mime type. - Unsupported case: Each variant has more than one codec string, and track groups contain more than one track. We are not able to safely map tracks to codec strings because that would require loading a chunk from each track (which would considerably delay preparation). Broken in: https://github.com/google/ExoPlayer/commit/4783c329cc545da4269a9401a4975a41e75f2f43 PiperOrigin-RevId: 343072201
aquilescanta committed -
PiperOrigin-RevId: 343003559
olly committed -
PiperOrigin-RevId: 342999709
olly committed -
PiperOrigin-RevId: 342999390
olly committed -
Allows to set a timeout for the setForegroundMode(false) call, different than releaseTimeoutMs. PiperOrigin-RevId: 342980350
olly committed -
PiperOrigin-RevId: 342952746
olly committed -
Right now we also notify while we are paused although this doesn't classify as a rebuffer. PiperOrigin-RevId: 342892667
tonihei committed -
This only has a couple of simple tests for now. We'll add more tests after we've written some concrete sub-class tests for various DataSource implementations. I've included a concrete FileDataSourceContractTest as a demonstration. PiperOrigin-RevId: 342851187
ibaker committed -
Determine whether a rebuffer occurred and if the playback is paused or resumed. PiperOrigin-RevId: 342849010
veronicaradu committed
-
- 17 Nov, 2020 4 commits
-
-
Issue:#8219 PiperOrigin-RevId: 342843964
kimvde committed -
PiperOrigin-RevId: 342672124
olly committed -
PiperOrigin-RevId: 342660971
christosts committed -
Make the public loadPlaylist method not take an argument again. PiperOrigin-RevId: 342646259
olly committed
-
- 16 Nov, 2020 10 commits
-
-
PiperOrigin-RevId: 342642410
samrobinson committed -
Issue: #8090 #minor-release PiperOrigin-RevId: 342638922
olly committed -
PiperOrigin-RevId: 342618706
christosts committed -
This ensures the buffer is not full when the `DefaultLoadControl` determines whether we should continue loading and thus prevents a false warning about not having enough memory left. PiperOrigin-RevId: 342616623
tonihei committed -
This should be inherited from Player#getPlaybackError, but lint still complains and this seems like the easiest fix. PiperOrigin-RevId: 342598368
ibaker committed -
This change also introduces gravity attribute to DefaultTimeBar. PiperOrigin-RevId: 342573167
insun committed -
PiperOrigin-RevId: 342512836
olly committed -
PiperOrigin-RevId: 342344090
olly committed -
PiperOrigin-RevId: 342289646
olly committed -
#minor-release Issue: #8116 PiperOrigin-RevId: 342269114
olly committed
-
- 13 Nov, 2020 11 commits
-
-
PiperOrigin-RevId: 342263700
olly committed -
Pass the drm_key_request_properties specified in the json list when donwloading thee offline Widevide license in the demo app. PiperOrigin-RevId: 342243441
christosts committed -
This requires the parent of the background to draw and have padding large enough to support the size of the ripple. The bottom buttons must remained bordered as the space around them is constrained. PiperOrigin-RevId: 342162231
olly committed -
PiperOrigin-RevId: 342060794
christosts committed -
PiperOrigin-RevId: 342050008
samrobinson committed -
PiperOrigin-RevId: 342040610
ibaker committed -
PiperOrigin-RevId: 342034166
samrobinson committed -
Issue: #5011 PiperOrigin-RevId: 342022947
bachinger committed -
PiperOrigin-RevId: 342007987
olly committed -
Changing them to have fewer updates when adjusting the playback speed. PiperOrigin-RevId: 341834423
tonihei committed -
#minor-release PiperOrigin-RevId: 341833274
olly committed
-