- Sep 26, 2019
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- Sep 25, 2019
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Felix Paul Kühne authored
Previously, the file name label was set before the window was actually loaded so this silently failed as the object was nil. This ensures the label to be set once the window was loaded when resuming a media item for the first time during the lifetime of the app.
-
Felix Paul Kühne authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Existing logic of storing playback position for macOS excludes positions within first/last 5%. This heuristic is fine for short videos, but for a longer one, say a 6-hour one, it means the position is not stored for the first/last 18 minutes, which is a nuisance. This change adds an upper limit for the size of excluded positions. Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
This refactoring is a prerequisite for the next commit that improves the decision for long video files. Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
Felix Paul Kühne authored
Just because the generation was started, does not mean it succeeded, so we cannot trust the state but need to check for the URL's validity.
-
Felix Paul Kühne authored
-
Steve Lhomme authored
-
Silence -Wstringop-truncation warning. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Sep 24, 2019
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Regression from d23b4527
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #22524
-
Hugo Beauzée-Luyssen authored
Refs #22524
-
Hugo Beauzée-Luyssen authored
As we will save the playback states in the media library from the player, we need to ensure the media library is still available when doing so. Since the last save can occur while destroying the player and it's associated input, we need the media library to be destroyed after the player, and therefor the playlist.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
The input already takes care of it by probing the demux in UpdateTitleSeekpointFromDemux
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Sep 23, 2019
-
-
vlc.player.add_subtitle accepts a second parameter autoselect which default to fals. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-