- 18 Aug, 2018 1 commit
-
-
Marvin Scholz authored
-
- 17 Aug, 2018 7 commits
-
-
Marvin Scholz authored
Instead of "magic" string
-
Marvin Scholz authored
These "magic" strings are documented in the official documentation and exist since a long long time, Apple can't ever change those without breaking a number of apps, so using them seems better than relying on private API.
-
Marvin Scholz authored
Previously it was possible that the table ended up without the title item in some rare cases and impossible for the user to enable it again in the menu.
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
-
- 16 Aug, 2018 9 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
And drop _obj suffix for release function, so that medialibrary entities are now fetched/released using vlc_ml_get & vlc_ml_release
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
- First structures & enum together - Then public function declarations - Then inline helpers
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
François Cartegnie authored
-
- 15 Aug, 2018 3 commits
-
-
Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
Steve Lhomme authored
Thanks Filip.
-
Steve Lhomme authored
-
- 14 Aug, 2018 3 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 13 Aug, 2018 14 commits
-
-
Rémi Denis-Courmont authored
It was posted exactly once as the first control and never again. Instead, this handles the event implicitly when the video output thread starts. The control queue processing flag must now be initially set, so that the first WaitEmpty() actually waits for the video output thread to initialize and get ready to process events.
-
Rémi Denis-Courmont authored
Generate the OSD title subpicture directly, and only then queue the resulting SPU to the video output as an event.
-
Rémi Denis-Courmont authored
Do not needlessly dispatch through the vout thread.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...rather than defer it to the video output thread.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Rémi Denis-Courmont authored
Move the concerned initialization from the vout thread into the existing non-threaded initialization code.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Address issues in KMS plugin pointed out by Steve Lhomme Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 12 Aug, 2018 3 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
fix mentions documentation which says that's... BGR This reverts commit 1ed99377.
-
François Cartegnie authored
-