- 20 Sep, 2019 4 commits
-
-
PiperOrigin-RevId: 270276830
tonihei committed -
PiperOrigin-RevId: 270289374
olly committed -
The playback speed set in MediaSession's PlaybackStateCompat needs to be the actual speed at which the playback position progresses and not the user-defined target speed. This fixed a bug where the position advances although the player lost audio focus. Issue:#6203 PiperOrigin-RevId: 269295249
tonihei committed -
The player may suppress playback when waiting for audio focus even if the state==Player.READY. There is currently no getter or callback to obtain this piece of information for UI updates or analytics. Also, it's a important derived state to know whether the playback position is advancing. Add isPlaying and the corresponding callback to allow retrieving this information more easily. Issue:#6203 PiperOrigin-RevId: 268921721
tonihei committed
-
- 18 Sep, 2019 4 commits
-
-
- Remove HTTP/2 Fix note, since the issue is still present - Add release note for fatal error handling fix PiperOrigin-RevId: 269902736
olly committed -
PiperOrigin-RevId: 269781924
olly committed -
Also clear fatal errors on seek operations PiperOrigin-RevId: 269780886
aquilescanta committed -
PiperOrigin-RevId: 269582832
olly committed
-
- 17 Sep, 2019 21 commits
-
-
PiperOrigin-RevId: 269514872
olly committed -
PiperOrigin-RevId: 269521864
olly committed -
PiperOrigin-RevId: 268478545
bachinger committed -
PiperOrigin-RevId: 268238764
bachinger committed -
PiperOrigin-RevId: 266884166
bachinger committed -
PiperOrigin-RevId: 263356275
aquilescanta committed -
Required for propagation of HlsMetadataEntry's in chunkless preparation. PiperOrigin-RevId: 263324345
aquilescanta committed -
I removed the buffer.flip() call because it seems incompatible with the way MetadataRenderer deals with the Stream - it calls flip() itself on line 126. Tests fail with flip() here, and pass without it... PiperOrigin-RevId: 263381799
ibaker committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
This reverts commit c3d6be3a.
christosts committed -
PiperOrigin-RevId: 268240722
Oliver Woodman committed -
This changes the logic in the following ways: - If no preferred language is matched, prefer better scores for the selected audio language. - If a preferred language is matched, always prefer the better match irrespective of default or forced flags. - If a preferred language score and the isForced flag is the same, prefer tracks with a better selected audio language match. PiperOrigin-RevId: 259707430
tonihei committed -
PiperOrigin-RevId: 259707359
Toni committed -
Oliver Woodman committed
-
Issue: #4078 PiperOrigin-RevId: 268887744
olly committed -
ISSUE: #6416 PiperOrigin-RevId: 268673895
bachinger committed -
The fLaC prefix is included in the initialization data output from the MKV extractor, so this is highly likely ot be the right thing to do. Issue: #6397 PiperOrigin-RevId: 268244365
olly committed -
Issue: #6398 PiperOrigin-RevId: 267563795
andrewlewis committed -
We currently don't test if an ad needs to be played in case we are already playing content. This is to prevent recreating the current content period when an ad is marked as skipped. We prefer playing until the designated ad group position and appending another piece of content. This is less likely to cause visible discontinuities in case the ad group position is at a key frame boundary. However, this means we currently miss updates that require us to play an ad after a timeline update. PiperOrigin-RevId: 267553459
tonihei committed -
Issue: #6396 PiperOrigin-RevId: 267536336
andrewlewis committed
-
- 16 Sep, 2019 6 commits
-
-
PiperOrigin-RevId: 266880069
bachinger committed -
PiperOrigin-RevId: 266797383
aquilescanta committed -
PiperOrigin-RevId: 266795413
bachinger committed -
PiperOrigin-RevId: 266790267
Oliver Woodman committed -
PiperOrigin-RevId: 266782250
bachinger committed -
Sniffing is performed in ProgressiveMediaPeriod even if a single extractor is provided. Skip it in that case to improve performances. Issue:#6325 PiperOrigin-RevId: 266766373
kimvde committed
-
- 02 Sep, 2019 5 commits
-
-
PiperOrigin-RevId: 266407058
Oliver Woodman committed -
PiperOrigin-RevId: 266396506
olly committed -
Add HttpDataSource.getResponseCode to provide the status code associated with the most recent HTTP response. PiperOrigin-RevId: 266218104
olly committed -
PiperOrigin-RevId: 265662686
olly committed -
Adds HTTP request parameters in DataSpec. Keeps DataSpec behavior to be immutable as before. PiperOrigin-RevId: 265087782
christosts committed
-