- 20 Apr, 2021 6 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Oliver Woodman committed
-
- 14 Apr, 2021 4 commits
-
-
r2.13.3
Marc Baechinger committed -
marcbaechinger committed
-
marcbaechinger committed
-
marcbaechinger committed
-
- 13 Apr, 2021 4 commits
-
-
PiperOrigin-RevId: 368235728
bachinger committed -
#minor-release Issue: #8781 PiperOrigin-RevId: 368212289
ibaker committed -
String.equalsIgnoreCase depends on the device locale and is discouraged. #minor-release PiperOrigin-RevId: 368211677
ibaker committed -
PiperOrigin-RevId: 367994410
marcbaechinger committed
-
- 12 Apr, 2021 10 commits
-
-
This brings in another fix for `NullPointerExceptions` within `WebView` callbacks in the IMA SDK, related to companion ads. Issue: #8447 #minor-release PiperOrigin-RevId: 367591047
andrewlewis committed -
- Take centerControls padding into account to prevent switching to minimal mode too soon - Disable clipping to padding to avoid the edges of controls from being clipped as the view gets smaller Issue: #8763 PiperOrigin-RevId: 366966298
olly committed -
Issue: #8783 #minor-release PiperOrigin-RevId: 366265419
olly committed -
I've removed the "by default" statements, since this now depends on how the builder was configured. PiperOrigin-RevId: 366249995
olly committed -
This ensures BUFFER_FLAG_DECODE_ONLY is set on samples that are before the playback start position, in the case that the queue is created after the start position is set. #minor-release PiperOrigin-RevId: 366249188
olly committed -
When playing TrueHD streams, it's possible that the first decoded buffer is empty, and that the channel count and sample rate are still unknown. To correct for this, defer determining the format until a buffer that will actually be output from the decoder has been obtained, and only then query the channel count and sample rate. Issue: #8616 #minor-release PiperOrigin-RevId: 366246245
olly committed -
Issue: #8710 PiperOrigin-RevId: 366051836
ibaker committed -
Currently they are only released when the timeline becomes non-empty again or the player is released. Issue: #8778 PiperOrigin-RevId: 366041625
marcbaechinger committed -
The buildscript entry is required by com.android.tools.build:gradle:4.0.1. For other projects, it appears that org.checkerframework is in jcenter. Without this change building with gradlew is broken, at least. #minor-release PiperOrigin-RevId: 366222799
andrewlewis committed -
Add an allowlist of Metadata.Entry implementations with stable toString overrides. PiperOrigin-RevId: 366037505
ibaker committed
-
- 09 Apr, 2021 16 commits
-
-
Issue: #5246 PiperOrigin-RevId: 366041182
andrewlewis committed -
PiperOrigin-RevId: 365998615
Oliver Woodman committed -
The exo_controls_background view is supposed to fill its parent, and so previously used match_parent to do this. However, if the parent uses wrap_content for its own dimensions, the constraints being specified become somewhat ambiguous. The parent is supposed to be sizing itself to wrap its children, and one of the children is supposed to be sizing itself to match the parent. Intuitively for this case, you'd hope that the layout logic would size the parent to wrap its other children, and that the match_parent child would then fill the parent with its determined size. That's not what happens, and instead the parent ends up expanding to occupy all of the space available to it. This commit sets the exo_controls_background view's dimensions to be 0dp in the layout, to stop it from influencing the size of the parent. It's then expanded to fill the parent in code. Issue: #8726 #minor-release PiperOrigin-RevId: 364868301
olly committed -
PiperOrigin-RevId: 360404403
olly committed -
Issue: #8705 PiperOrigin-RevId: 364821429
ibaker committed -
PiperOrigin-RevId: 364779790
Ian Baker committed -
Before this change, calling read after reaching the end of input in an Ogg file would cause an IllegalStateException. PiperOrigin-RevId: 364758873
aquilescanta committed -
#minor-release PiperOrigin-RevId: 364561115
kimvde committed -
PiperOrigin-RevId: 364363882
Ian Baker committed -
#minor-release PiperOrigin-RevId: 363915106
andrewlewis committed -
Issue: #8718 PiperOrigin-RevId: 363869093
aquilescanta committed -
#minor-release PiperOrigin-RevId: 363859522
kimvde committed -
This change fixes playback of playlists where segments have the extension and Content-Type of JPEG pictures (although in reality) they are transport streams. File inferrence before this change will cause an exception when assuming the inferred file type is one of the allowed HLS containers. #minor-release Issue: #8733 PiperOrigin-RevId: 363641277
aquilescanta committed -
This brings in a fix for `NullPointerExceptions` within `WebView` callbacks in the IMA SDK. Issue: #8447 PiperOrigin-RevId: 363627446
andrewlewis committed -
#minor-release PiperOrigin-RevId: 363141851
kimvde committed -
This makes HLS playback less liable to become stuck if discontinuity tags are inserted at different times across media playlists. Issue: #8700 Issue: #8372 PiperOrigin-RevId: 362903428
olly committed
-