- Feb 13, 2020
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
-
.immediate extension can lead to close service too quickly May help with #1197
-
Geoffrey Métais authored
-
- Feb 10, 2020
-
-
Thomas Guillem authored
Not needed since c56a1862. This reverts commit df1d69a4.
-
Thomas Guillem authored
Mainly to include the smb2 latency fix. (cherry picked from commit 4aaec506)
-
- Feb 06, 2020
-
-
Thomas Guillem authored
-
- Feb 04, 2020
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- Jan 27, 2020
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Geoffrey Métais authored
-
- Jan 24, 2020
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
video icon was incorrectly chosen because of MEDIA_FORCE_AUDIO flag (cherry picked from commit 97462bd4)
-
- Jan 23, 2020
-
-
Geoffrey Métais authored
(cherry picked from commit a4e133f1)
-
Geoffrey Métais authored
Calling stopSelf() could cause the service to be destroyed before calling setForeground() and lead to a RemoteException (cherry picked from commit 6be3523b)
-
- Jan 22, 2020
-
-
Fix #1156 (cherry picked from commit 84d7febc)
-
- Jan 13, 2020
-
-
(cherry picked from commit 6625b124)
-
Kazuki Takise authored
enterPictureInPictureMode() must be called in onUserLeaveHint() to support Picture-in-Picture in a multi-window environment such as Chrome OS. The current implemententation (calling the API in onPause()) causes the following issues on Chrome OS: - VLC enters PiP without being occluded, but just with another window activated. In a multi-window environment, we can't assume onPause() means the window gets hidden. As only one window can be resumed at the same time, it's possible that a window is fully visible, but paused. - When some ChromeOS-specific system UI gets shown (e.g. Alt-Tab window cycler, Overview Mode), VLC enters PiP unexpectedly. This patch moves switchToPopup() from onPause() to onUserLeaveHint() to prevent those issues. (cherry picked from commit f466ecb0)
-
- Dec 27, 2019
-
-
Geoffrey Métais authored
canSwitchToVideo() calls getVideoTracksCount() which can block main thread. (cherry picked from commit 95c9aa0a)
-
Geoffrey Métais authored
Fix #1086 (cherry picked from commit ce2abf0a)
-
- Dec 24, 2019
-
-
Could happen if asptect ratio is extreme. (cherry picked from commit ca418f49)
-
- Dec 23, 2019
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
(cherry picked from commit 93e1983d)
-
- Dec 20, 2019
-
-
Fix #1138 (cherry picked from commit 5cd908b7)
-
Geoffrey Métais authored
(cherry picked from commit 282030aef5c238a9260bcf77ead32c99675a81ca)
-
Geoffrey Métais authored
(cherry picked from commit 65542175446f124d86cb0e540323707541dd79c6)
-
- Dec 19, 2019
-
-
Geoffrey Métais authored
-