- 18 May, 2017 4 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 17 May, 2017 11 commits
-
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
input_item_GetInfo() can be used directly.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
input_SendEventMetaInfo() is called after changing the "infos" of the input thread's input item. The input item meta event is already sent by the input item code.
-
Rémi Denis-Courmont authored
input_SendEventMeta() is called after changing the meta of the input thread's input item. The input item meta event is already sent (with the correct meta type parameter) by the input item code.
-
Rémi Denis-Courmont authored
Pending more involved proper fix in playlist side.
-
Rémi Denis-Courmont authored
Directories can never be handled by Lua playlist parsers; there are no Lua functions to even handle that case at all. It is not clear that there even be a point in doing so. So save time by skipping directories altogether. This also works around the problem that URL-based Lua scripts would match its own self recursively.
-
Steve Lhomme authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
-
Jean-Baptiste Kempf authored
It was fixed in the core a long time ago, and would give us share/share/
-
Jean-Baptiste Kempf authored
It is not necessary, because it is only de-facto enabled on Linux, where config_GetDataDir will call config_GetLibDir anyway
-
- 16 May, 2017 25 commits
-
-
Rémi Denis-Courmont authored
In theory, vlc_event_detach() can be called from within the event handler. In practice, callers of vlc_event_detach() expect that the event handler is not pending after the function returns. This would not work if recursion actually occurred, it would lead to use-after-free. This removes recursion, including memory allocation, copying and missing error handling in event sending.
-
Rémi Denis-Courmont authored
Missing bits of previous changeset. Fixes Libvlc.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Filip Roséen authored
fixes: #18131 Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Filip Roséen authored
refs: #18131 Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Filip Roséen authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Filip Roséen authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Filip Roséen authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Filip Roséen authored
This function will be used by entities who would otherwise have to manually attach stream-extractors to a stream through use of mrl_FragmentSplit and repeated use of vlc_stream_extractor_Attach. As this handles both, it will be prevent reimplementing the same functionality for cases where this is required. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Adding an action to an actionGroup doesn't change the ownership
-
Hugo Beauzée-Luyssen authored
Fix #18327
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
rect_src is equivalent to NULL since the source offscreen texture was created based on rect_src's value
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
We check for those capabilities during Direct3D9CreateScene, and can recover if they aren't supported
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Filip Roséen authored
Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Filip Roséen authored
_NS is already defined to return @"" if the passed argument is NULL, as such there is no need to add branching where the function is used (as the result will be the same). Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Filip Roséen authored
Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Filip Roséen authored
Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Filip Roséen authored
Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-