- 13 Oct, 2019 4 commits
-
-
This method should be used where we previously checked for active playback by state==READY and playWhenReady=true. Using the new method ensures we take audio focus into account for these usages. Also update some method naming to avoid confusion with the isPlaying method. Issue:#6203 PiperOrigin-RevId: 270910982
tonihei committed -
In-line EXOPLAYER_ROOT which only has one reference. And change FFMPEG_EXT_PATH to always include "/jni" PiperOrigin-RevId: 270866662
ibaker committed -
With this missing, the `checkout` command errors with: $ git checkout release-v2 fatal: not a git repository (or any of the parent directories): .git PiperOrigin-RevId: 270670796
ibaker committed -
A reduced fraction of 0.7 was shown to better balance the rebuffer/quality trade-off. PiperOrigin-RevId: 270670465
tonihei committed
-
- 08 Oct, 2019 1 commit
-
-
Ian Baker committed
-
- 01 Oct, 2019 4 commits
-
-
Marc Baechinger committed
-
Marc Baechinger committed
-
Marc Baechinger committed
-
Marc Baechinger committed
-
- 21 Sep, 2019 1 commit
-
-
r2.10.5
Oliver Woodman committed
-
- 20 Sep, 2019 7 commits
-
-
Issue:#6444 PiperOrigin-RevId: 270252126
aquilescanta committed -
Oliver Woodman committed
-
PiperOrigin-RevId: 270295080
olly committed -
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 19 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
-