- Jun 19, 2018
-
-
Jean-Baptiste Kempf authored
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Jean-Baptiste Kempf authored
-ldwmapi needs to be after -lqwindows
-
- Jun 18, 2018
-
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If a dimension is zero, then we get to choose it, so we pick the last dimension requested by the core - rather than the current dimension. If a dimension is non-zero, we have to use the value regardless of what the core requested. This fixes incorrect video sizes in fullscreen, maximized or tiled windows. Note: Some window managers may exhibit a bug here, whereby they do not reset the window dimensions to zero after leaving fullscreen/maximized state.
-
Rémi Denis-Courmont authored
...until after the event thread is started. There are no points in making a special case here. Note: Some window manager may not handle a window going fullscreen at first correctly, failing to set the correct size.
-
Rémi Denis-Courmont authored
POSIX threads are always enabled implicitly.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is implied by recent versions of POSIX, and LibVLC should not mess the application namespace unless necessary.
-
Rémi Denis-Courmont authored
This appears to be the official way to get POSIX threads. In practice, it pre-defines _REENTRANT to 1 and pulls -lpthread. (This works with both GCC and Clang.)
-
Rémi Denis-Courmont authored
-
François Cartegnie authored
-
Thomas Guillem authored
-
- Jun 17, 2018
-
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was always zero.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
And simplify accordingly. The reference count is actually handled under the httpd.lock global mutex. The atomicity is only because the reference count doubles as thread death flag.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The protocol requires seconds. Regression from 1c8acb06
-
Rémi Denis-Courmont authored
-