- 12 Sep, 2020 1 commit
-
-
PiperOrigin-RevId: 331242049
olly committed
-
- 11 Sep, 2020 16 commits
-
-
PiperOrigin-RevId: 331211708
bachinger committed -
PiperOrigin-RevId: 331162350
olly committed -
PiperOrigin-RevId: 331155539
bachinger committed -
Issue: #7889 PiperOrigin-RevId: 331149688
andrewlewis committed -
PiperOrigin-RevId: 331148067
olly committed -
Setting to 2x BATCH_SIZE_BYTES PiperOrigin-RevId: 331124129
olly committed -
Throwing Error forces a test to catch Throwable (e.g. DashWidevineOfflineTest#widevineOfflineReleasedV22), which will also catch AssertionError meaning the fail() call at the end of the try block won't work. The DashWidevineOfflineTest have been broken since https://github.com/google/ExoPlayer/commit/91185500a1242b99b86b18bc9f3449d3dac1fa01 PiperOrigin-RevId: 331120894
ibaker committed -
PiperOrigin-RevId: 331027732
olly committed -
PiperOrigin-RevId: 331025924
bachinger committed -
This may remove available memory from other tests running in the same process. Instead, create the huge buffer when needed so it can be GCed immediately. PiperOrigin-RevId: 330960844
tonihei committed -
Not releasing the player means the playback thread keeps running and also keeps its entire allocated playback buffer. PiperOrigin-RevId: 330958821
tonihei committed -
PiperOrigin-RevId: 330918689
andrewlewis committed -
PiperOrigin-RevId: 330918396
krocard committed -
When passing in ExtractorFactory instances to SimpleExoPlayer.Builder or DefaultMediaSourceFactory, we currently need to pass in one other instance (RenderersFactory or DataSource.Factory), that developers will often set to its default. To avoid specifying these defaults, these new convience methods allow to just set the ExtractorsFactory if required. PiperOrigin-RevId: 330908002
tonihei committed -
This is useful because ImaAdsLoader.getAdsLoader() can now return null (before ads have been requested), and it avoids the app needing to get an AdsManager to attach its listener. PiperOrigin-RevId: 330907051
andrewlewis committed -
Move shadow-related utils for end-to-end tests into core test. PiperOrigin-RevId: 330902696
andrewlewis committed
-
- 09 Sep, 2020 7 commits
-
-
Issue: #7866 PiperOrigin-RevId: 330736774
kimvde committed -
PiperOrigin-RevId: 330736458
olly committed -
PiperOrigin-RevId: 330627047
insun committed -
PiperOrigin-RevId: 330593247
olly committed -
This allows to customize extractor flags more easily when setting up the player. In addition, we need to provide a way to pass in the ExtractorFactory through the constructor chain starting in SimpleExoPlayer so that removing the DefaultExtractorsFactory is possible for R8. PiperOrigin-RevId: 330472935
tonihei committed -
PiperOrigin-RevId: 330409635
olly committed -
- Remove SampleQueue changes (they're being picked up in 2.12, but are sufficiently minor to not warrant a release note) - Update 2.12 estimated release date PiperOrigin-RevId: 330409443
olly committed
-
- 07 Sep, 2020 16 commits
-
-
- Use a setter, which is consistent with how other optional components are passed. - Remove nesting where a provider provides another provider. Since AdSupportProvider then only provides one thing, it can be renamed to AdsLoaderProvider, which more clearly expresses what it provides. PiperOrigin-RevId: 330396334
olly committed -
PiperOrigin-RevId: 330366909
Oliver Woodman committed -
PiperOrigin-RevId: 330348510
samrobinson committed -
- Prevent buffering when clicking ffwd button at the end of stream - Set VR button disabled when listener is not registered PiperOrigin-RevId: 330039336
insun committed -
In maybeInitCodecWithFallback, it caches availableCodecInfos with mediaCryptoRequiresSecureDecoder and inputFormat as inputs, and won't clear it if shouldInitCodec is false, resulting in a case where availableCodecInfos is not null and codec is null. When we have a new format, it's reasonable to clear availableCodecInfos if codec is null. Otherwise we might not be able to properly initialize a new codec. PiperOrigin-RevId: 329971796
olly committed -
PiperOrigin-RevId: 329956142
samrobinson committed -
PiperOrigin-RevId: 329894431
christosts committed -
PiperOrigin-RevId: 329851964
insun committed -
PiperOrigin-RevId: 329751934
olly committed -
PiperOrigin-RevId: 329722775
olly committed -
PiperOrigin-RevId: 329722282
olly committed -
PiperOrigin-RevId: 329719402
olly committed -
PiperOrigin-RevId: 329714283
samrobinson committed -
PiperOrigin-RevId: 329675833
christosts committed -
This CL fixes two bugs: - Play/pause button toggling looked inconsistent when playback fails. When player state goes into idle, play button should dispatch playwhenready again. - Clicking play button at the end of stream should restart playback. But previously it changed playwhenready state and so playback has been paused. This CL fix it. PiperOrigin-RevId: 329675660
insun committed -
PiperOrigin-RevId: 329671522
insun committed
-