- 08 Feb, 2015 24 commits
-
-
Rémi Denis-Courmont authored
This comes from src/misc/messages.c with new code.
-
Rémi Denis-Courmont authored
-
Hannes Domani authored
IDirect3DDevice9_Present() creates an event like this: \Sessions\1\BaseNamedObjects\DwmDxBltEvent_a7045e But it isn't closed with IDirect3DDevice9_Release(), only explicitely destroying the video window closes the event handle. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is what the tests expect, and was the final status before the merge of ABORT and DEAD input events. In fact, libvlc_Stopped does not really correspond to anything: it has no STOPPED_S equivalent in the input thread state. The only way to reach it is to call libvlc_media_player_stop() explicitly. Regardless, lets keep it for backward compatibility.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This potentially allows generating the plugins cache on-the-go - there is no more need to know the total number of plugins ahead of time.
-
Rémi Denis-Courmont authored
Also fix module cache loading if int and uint32_t have different sizes.
-
Rémi Denis-Courmont authored
(as opposed to reaching premature end-of-file)
-
Rémi Denis-Courmont authored
To initialize logging, we typically need configuration and command line parameters. And using modules would also be nice. But we also want to emit log messages while initializing the configuration and the modules bank. This is a catch-22. To work around the problem, we store the early log messages in a temporary list, and drain the list later once logging is configured. (Also fix a minor integer overflow involving atoi().)
-
Jean-Baptiste Kempf authored
-
Alex Converse authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 07 Feb, 2015 10 commits
-
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
There are too many files in the wild with this...
-
Jean-Baptiste Kempf authored
Close #13744
-
Rémi Denis-Courmont authored
"drawable-hwnd" is a configuration item; there is need to create the variable explicitly anymore.
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
- 06 Feb, 2015 4 commits
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
This proved to be more natural for on-screen navigation
-
Jean-Baptiste Kempf authored
-
Kamil Rytarowski authored
strtoi(3) is a function in the Standard C Library of NetBSD. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Feb, 2015 2 commits
-
-
Vinson Lee authored
In Lua 5.3.0, luaL_checkint was deprecated. This patch fixes this build error with Lua 5.3.0. lua/demux.c: In function ‘vlclua_demux_peek’: lua/demux.c:55:5: error: implicit declaration of function ‘luaL_checkint’ [-Werror=implicit-function-declaration] int n = luaL_checkint( L, 1 ); ^ Signed-off-by: Vinson Lee <vlee@freedesktop.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tristan Matthews authored
-