- 13 Oct, 2019 12 commits
-
-
The ICY 'spec' isn't really clear/tight enough to do anything more specific than this I think. Issue:#6476 PiperOrigin-RevId: 272405322
ibaker committed -
PiperOrigin-RevId: 272010353
andrewlewis committed -
This helps reduce the amount of nesting in HlsSampleStreamWrapper.track() PiperOrigin-RevId: 271983779
ibaker committed -
PiperOrigin-RevId: 271364512
ibaker committed -
PiperOrigin-RevId: 271364200
ibaker committed -
PiperOrigin-RevId: 271347407
tonihei committed -
Adding this callback makes sense for completeness (we have similar callbacks for all other playback state properties), and also to detect audio focus loss while buffering which would currently trigger no callback because isPlaying is still false. Issue:#6203 PiperOrigin-RevId: 271347351
tonihei committed -
PiperOrigin-RevId: 270999947
olly committed -
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 11 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
-