- 19 Dec, 2018 7 commits
-
-
PiperOrigin-RevId: 225170404
olly committed -
Issue: #5169 PiperOrigin-RevId: 225025357
olly committed -
Issue:#5203 PiperOrigin-RevId: 224726041
eguven committed -
This is now possible as it's directly accessible from the media source. Issue:#5177 Issue:#5155 PiperOrigin-RevId: 224321917
tonihei committed -
PiperOrigin-RevId: 224291309
andrewlewis committed -
PiperOrigin-RevId: 224166374
Oliver Woodman committed -
This is in line with how Player.EventListener and AnalyticsListener methods are defined and helps to only implement the callbacks needed. PiperOrigin-RevId: 223991262
tonihei committed
-
- 01 Dec, 2018 3 commits
-
-
r2.9.2
Oliver Woodman committed -
PiperOrigin-RevId: 223580953
olly committed -
- Asus ZenFone GO (ASUS_X00AD_2) - Sugar S9 (i9031) - Redmi Note 3 (kate) These devices trigger native crashes similar to https://github.com/google/ExoPlayer/issues/4460 I'm not sure why Asus Zenfone Go (model: ZB500KL, device: ASUS_X00AD_2) was removed here https://github.com/google/ExoPlayer/commit/73af056da39b6ebead767d3d4c6e3162cc4c344c PiperOrigin-RevId: 223580393
olly committed
-
- 30 Nov, 2018 4 commits
-
-
PiperOrigin-RevId: 223324279
andrewlewis committed -
Issue: #5154 PiperOrigin-RevId: 223314749
andrewlewis committed -
PiperOrigin-RevId: 223206504
aquilescanta committed -
Issue: #5162 PiperOrigin-RevId: 223193019
andrewlewis committed
-
- 28 Nov, 2018 2 commits
-
-
PiperOrigin-RevId: 223141203
olly committed -
Issue: #5149 PiperOrigin-RevId: 223121651
andrewlewis committed
-
- 27 Nov, 2018 24 commits
-
-
Issue: #5119 PiperOrigin-RevId: 222978448
olly committed -
Issue: #5063 PiperOrigin-RevId: 222975020
olly committed -
It needs to have package visiblity, otherwise nothing can use it. PiperOrigin-RevId: 222821546
olly committed -
Subclasses may want to analyze, log and react to the Cronet-specific connection data. Issue:#5134 PiperOrigin-RevId: 222809441
tonihei committed -
Issue: #4838 PiperOrigin-RevId: 222805051
olly committed -
Issue: #5059 PiperOrigin-RevId: 222803511
olly committed -
The existing one seems to be dead, and isn't https. PiperOrigin-RevId: 222795996
olly committed -
We already have tests for comment blocks, and they already pass because we discard the comment when we fail to parse it as a cue. We should just skip it directly, however.
Oliver Woodman committed -
PiperOrigin-RevId: 222632883
olly committed -
PiperOrigin-RevId: 222630411
olly committed -
PiperOrigin-RevId: 222628386
olly committed -
Imported from GitHub PR https://github.com/google/ExoPlayer/pull/5126 Closes #5125 Merge 55a4c1e15de7f100f37e38119f1da360910fd1e3 into fe41f17c PiperOrigin-RevId: 222612873
BrainCrumbz committed -
The corresponding IntDef has changed without updating the attribute values. Issue:#5139 PiperOrigin-RevId: 222598044
tonihei committed -
This allows to specify open-ended blacklisting with Long.MAX_VALUE. PiperOrigin-RevId: 222550939
tonihei committed -
Oliver Woodman committed
-
The input.getLength() check is invalid because the length may be unknown (i.e. if the server doesn't include a Content-Length response header when serving chunks). Issue: #5063 (tangentially related only) ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222406347
olly committed -
This allows more efficient range removals and is consistent with addition, which supports adding multiple elements in a single operation. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222396310
aquilescanta committed -
Issue: #4883 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222392621
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222387374
olly committed -
Since version 17.0 play-services-ads requires specifying AD_MANAGER_APP=true in AndroidManifest.xml, so add this in the IMA extension's manifest. See also https://developers.google.com/ad-manager/mobile-ads-sdk/android/quick-start. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222087771
andrewlewis committed -
Currently no path may be chosen if minBufferUs == maxBufferUs == bufferedDurationUs. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=221639199
tonihei committed -
This is needed because the allocator can't be reused for example. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=221638233
tonihei committed -
- Increase the search window size to fix TS seeking for problematic media we've had provided to us. - As per my comments on the issue, we should look at doing more here to better fix the problem. This will solve the worst of the immediate problem, however. - The memory usage is non-trivial, particularly with the increased search window size. I've made the allocations only live whilst determining duration and seeking to address this. I've done the same for PS just for consistency. Issue: #5097 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=221449988
olly committed -
The remaining work is to split Window.isDynamic so that it's possible to represent a window that wont be appended to, but may still be removed from. Issue: #4780 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=221439220
olly committed
-