- 10 Dec, 2021 1 commit
-
-
- 12 Jun, 2021 1 commit
-
-
- 18 Sep, 2020 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
In order to be able to probe the media type after it is stopped and its track vectors have been emptied.
-
- 24 Aug, 2020 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 28 Feb, 2020 3 commits
-
-
We were using 50% instead of 5% Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Co-authored-by Thomas Guillem <thomas@gllm.fr> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Instead of a macro with dubious readability Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 23 Jan, 2020 5 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
And use it to ask the user if they want to resume the playback position when a last position is known by the media library
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
And allow states to be restored independently of the position
-
Hugo Beauzée-Luyssen authored
As it's already contained in the player input
-
- 09 Jan, 2020 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
While this is still not optimal, we don't want to force a resume for short audio files. Support for the old "always resume/never resume/ask the user" will come in a later patch.
-
- 19 Dec, 2019 1 commit
-
-
Existing logic of storing playback position excludes positions within last 5%. This heuristic is fine for short videos, but for a longer, say 6-hour hones, it means that the position is not stored for the last 18 minutes, which is a nuisance. This change adds an upper limit for the size of excluded positions and makes it symmetric, so that a video that was stopped just after the start will be restarted from the beginning. This is a continuation of a macOS-specific patch that landed as e3e32ab0 in branch 3.0 Signed-off-by:
Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 24 Sep, 2019 2 commits
-
-
Hugo Beauzée-Luyssen authored
refs #22524
-
Hugo Beauzée-Luyssen authored
Refs #22524
-