- 02 Nov, 2020 13 commits
-
-
PiperOrigin-RevId: 339107784
olly committed -
Issue: #5011 PiperOrigin-RevId: 339093145
bachinger committed -
Issue: #7832 PiperOrigin-RevId: 339087555
andrewlewis committed -
PiperOrigin-RevId: 339084261
olly committed -
Without these lines, ProGuard fails on the demo app (R8 works). Also include some more `-dontwarn` lines from https://github.com/google/guava/wiki/UsingProGuardWithGuava #minor-release Issue: #8103 PiperOrigin-RevId: 339050634
ibaker committed -
This make it clear that this class does not contain any photo/video data. PiperOrigin-RevId: 339045203
kimvde committed -
Call the new method AdsLoader.release() to allow the IMA SDK to dispose of its WebView. Issue: #7344 PiperOrigin-RevId: 339022162
andrewlewis committed -
Issue: #7983 #minor-release PiperOrigin-RevId: 339016928
aquilescanta committed -
PiperOrigin-RevId: 338718776
samrobinson committed -
PiperOrigin-RevId: 338695793
samrobinson committed -
Issue: #4904 PiperOrigin-RevId: 338669087
christosts committed -
Issue: #8106 Issue: #8087 PiperOrigin-RevId: 338664455
andrewlewis committed -
Issue: #7877 PiperOrigin-RevId: 338659937
aquilescanta committed
-
- 23 Oct, 2020 8 commits
-
-
PiperOrigin-RevId: 338657613
olly committed -
A subsequent CL will plumb a release reason through these event paths. PiperOrigin-RevId: 338655603
olly committed -
Refactor the AsynchronousMediaCoderAdapter and move the callback thread out of the adapter so that implementation of async callback and and async queueing are consistent design-wise. PiperOrigin-RevId: 338637837
christosts committed -
This change fixes format creation for traditional preparation of streams where the master playlist contains more than one codec string per track type. Issue: #7877 PiperOrigin-RevId: 338538693
aquilescanta committed -
When disabling a TsExtractor track type because of a missing codec in the master playlist, look through the entire codecs string instead of checking the first codec with matching type. Issue: #7877 PiperOrigin-RevId: 338530046
aquilescanta committed -
PiperOrigin-RevId: 338497163
kimvde committed -
The primary use of this currently will be for appending SEF metadata. PiperOrigin-RevId: 338475948
samrobinson committed -
This is simpler than instantiating a single-element string array for every parameter. PiperOrigin-RevId: 338469324
ibaker committed
-
- 22 Oct, 2020 2 commits
- 21 Oct, 2020 9 commits
-
-
We rolled back the previous <unknown commit> because some of the nullness checking fixes broke the exoplayer2 tests. We submit this CL into the TAP Global Presubmit train (https://test.corp.google.com/OCL:337620582:BASE:338201100:1603283151742:36afd5a5) and make sure that this CL wouldn't break any other tests on google3. PiperOrigin-RevId: 338267548
olly committed -
PiperOrigin-RevId: 338261975
olly committed -
Issue: #4904 PiperOrigin-RevId: 338249499
christosts committed -
The current caluclation was comparing Unix time with period time. Fix it by always comparing against period time. Issue: #4904 PiperOrigin-RevId: 338235754
tonihei committed -
PiperOrigin-RevId: 338232910
christosts committed -
PiperOrigin-RevId: 338232327
bachinger committed -
We currently implicitly rely on the internal playback thread to not send new updates after the player got released. This may not always be ensured since we let the release call timeout. For the timeout case, there may still be a pending operation returning much later when it unstuck itself. Fix this and potential other edge cases by explicitly removing all listeners and preventing new listeners from being added after the release. PiperOrigin-RevId: 338217220
tonihei committed -
Also removed unused thumb resources. PiperOrigin-RevId: 338184661
insun committed -
PiperOrigin-RevId: 338056357
olly committed
-
- 20 Oct, 2020 8 commits
-
-
PiperOrigin-RevId: 338051017
Oliver Woodman committed -
PiperOrigin-RevId: 338024866
Oliver Woodman committed -
Skip assets with >2 audio channels - this isn't currently supported by ShadowAudioSystem. I'll add these when support is available. Also skip sample_ac4_protected.mp4 because DRM isn't supported in this test environment either. PiperOrigin-RevId: 338023738
ibaker committed -
I added the TS playback tests for these assets without adding support for the relevant MIME types to ShadowMediaCodec. Also remove test assets with more than 2 audio channels - this isn't currently supported by ShadowAudioSystem. I'll re-add these when support is available. PiperOrigin-RevId: 338023290
ibaker committed -
Consensus is that the NoClassDefFoundError does not causes a crash but only a warning. PiperOrigin-RevId: 338022354
krocard committed -
PiperOrigin-RevId: 338016707
Oliver Woodman committed -
PiperOrigin-RevId: 337863184
kimvde committed -
PiperOrigin-RevId: 337824945
andrewlewis committed
-