- 21 Jul, 2021 4 commits
-
-
PiperOrigin-RevId: 385758742
samrobinson committed -
This field is to be associated with the artworkData. PiperOrigin-RevId: 385757480
samrobinson committed -
#minor-release Issue: #1611 PiperOrigin-RevId: 385741535
aquilescanta committed -
PiperOrigin-RevId: 385736588
andrewlewis committed
-
- 20 Jul, 2021 16 commits
-
-
Issue: #9037 #minor-release PiperOrigin-RevId: 385630065
bachinger committed -
PiperOrigin-RevId: 385595264
andrewlewis committed -
Fix release notes duplication introduced by https://github.com/google/ExoPlayer/commit/22ab14844ba7deedb6f7b2823fa315e6febf7ac2 PiperOrigin-RevId: 385582191
ibaker committed -
Before this fix, if DefaultDrmSessionManager.release() was called while there was at least one 'external' session reference still active (i.e. session.referenceCount > 1) then the manager will release it's reference immediately but when the session's reference count subsequently drops to 1 (due to external references being released) the manager will schedule a task to release its internal reference *again*. This change fixes the problem by only scheduling the timed release if the manager is unreleased. This ensures that the internal references are only released once. Issue: #9193 #minor-release PiperOrigin-RevId: 385580741
ibaker committed -
PiperOrigin-RevId: 385562351
samrobinson committed -
PiperOrigin-RevId: 385561505
andrewlewis committed -
PiperOrigin-RevId: 385522972
ibaker committed -
Also update release note to account for upcoming ControlDispatcher removal. PiperOrigin-RevId: 385520701
kimvde committed -
PiperOrigin-RevId: 385503851
kimvde committed -
this avoids an extra download of googletest by cpu_features after: 06fdc0a cmake: Use CTest default (Fix #169) (#170) PiperOrigin-RevId: 385181519
olly committed -
* Add release note for `RtspMediaSource.Factory.setTimeoutMs()` * Remove mention of what we don't support (any such list is necessarily non-exhaustive) * Remove markdown quote character ('>') PiperOrigin-RevId: 385143574ibaker committed -
PiperOrigin-RevId: 385139398
ibaker committed -
PiperOrigin-RevId: 385129211
kimvde committed -
PiperOrigin-RevId: 385118021
kimvde committed -
When the size of the video is unknown, PlayerView and StyledPlayerView set the aspect ratio as 1, which could result in wrong view layout. This CL sets the aspect ratio as 0 (unset) to prevent that. This handles Issue: #9189. PiperOrigin-RevId: 385115357
klhyun committed -
This values won't be configurable from the UI anymore once the DefaultControlDispatcher is removed. They can be configured in the Player or by using a ForwardingPlayer. PiperOrigin-RevId: 385113498
kimvde committed
-
- 16 Jul, 2021 3 commits
-
-
This is a preliminary step to deprecate ControlDispatcher. PiperOrigin-RevId: 385097270
kimvde committed -
PiperOrigin-RevId: 384968532
bachinger committed -
#minor-release Issue: #9100 PiperOrigin-RevId: 384962258
aquilescanta committed
-
- 15 Jul, 2021 4 commits
-
-
PiperOrigin-RevId: 384912341
olly committed -
PiperOrigin-RevId: 384910388
kimvde committed -
PiperOrigin-RevId: 384893655
olly committed -
* Constructors and methods with the same name should appear sequentially with no other code in between, even when modifiers such as static or private differ between the methods. Please re-order or re-name methods. (see http://go/bugpattern/UngroupedOverloads) This CL looks good? Just LGTM and Approve it! This CL doesn’t look good? This is what you can do: * Suggest a fix on the CL (go/how-to-suggest-fix). * Revert this CL, by replying "REVERT: <provide reason>" * File a bug under go/error-prone-bug for category ErrorProneStyle if the change looks generally problematic. * Revert this CL and not get a CL that cleans up these paths in the future by replying "BLOCKLIST: <provide reason>". This is not reversible! We recommend to opt out the respective paths in your CL Robot configuration instead: go/clrobot-opt-out. This CL was generated by CL Robot - a tool that cleans up code findings (go/clrobot). The affected code paths have been enabled for CL Robot in //depot/google3/java/com/google/android/libraries/media/METADATA which is reachable following include_presubmits from //depot/google3/third_party/java_src/android_libs/media/METADATA. Anything wrong with the signup? File a bug at go/clrobot-bug. #codehealth PiperOrigin-RevId: 384877648
olly committed
-
- 14 Jul, 2021 11 commits
-
-
PiperOrigin-RevId: 384730845
bachinger committed -
PiperOrigin-RevId: 384681659
samrobinson committed -
PiperOrigin-RevId: 384666131
claincly committed -
Issue: #9183 RFC2326 Section C.1.1 specifies that the URI to identify a track can be either absolute (like rtsp://example.com/path) or relative (like "path"). Currently we don't handle absolute URI, and this CL is to add the support. Note though, we don't currently use the Content-Base or Content-Location headers for the session URI. PiperOrigin-RevId: 384649818
claincly committed -
Also rename hasPrevious/Next to hasPrevious/NextWindow for consistency. This makes it clearer what the difference between seekToPrevious/NextWindow and seekToPrevious/Next is. PiperOrigin-RevId: 384643373
kimvde committed -
PiperOrigin-RevId: 384575860
olly committed -
PiperOrigin-RevId: 384500287
olly committed -
Applications may need to pass a non-visual context when creating a DefaultTrackSelector (e.g., because they're audio-only or are creating the selector in a background service). Obtaining the default display via DisplayManager avoids the strict mode violation that occurs when retrieving it via WindowManager. #minor-release PiperOrigin-RevId: 384487363
olly committed -
PiperOrigin-RevId: 384477188
kimvde committed -
PiperOrigin-RevId: 384451470
claincly committed -
PiperOrigin-RevId: 384442821
aquilescanta committed
-
- 13 Jul, 2021 2 commits
-
-
PiperOrigin-RevId: 384280087
aquilescanta committed -
PiperOrigin-RevId: 384257929
kimvde committed
-