- 07 Feb, 2015 9 commits
-
-
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 20 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
-
Francois Cartegnie authored
refs issues/TS/IMAX.Blue.Planet.ts
-
Francois Cartegnie authored
refs issues/TS/IMAX.Blue.Planet.ts
-
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
snprintf() always adds a nul terminator (unless the buffer has zero bytes, obviously).
-
Rémi Denis-Courmont authored
An input thread always has a valid input item even if it is dead. If not, the code would have had a ToCToU bug anyway.
-
Rémi Denis-Courmont authored
vlc_object_alive(p_intf) is always true.
-
Rémi Denis-Courmont authored
If the input is dead, the source stream (demux_t.s) return an error. There is no point checking that the demux is dead separately. In fact, there is even a race where the stream will be dead but the demux will not.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Video output are always "alive", the predicate is always false.
-
Rémi Denis-Courmont authored
This cargo cult was introduced in d306828b without any explanation.
-
Rémi Denis-Courmont authored
sout_access_out objects are always alive. This was a no-op.
-
Francois Cartegnie authored
-
- 04 Feb, 2015 7 commits
-
-
Tristan Matthews authored
Supports RGB24 and YCbCr 4:2:0, should be trivial to add other formats.
-
Tristan Matthews authored
-
Rémi Denis-Courmont authored
(The libvlc object is always "alive" since it is never "killed").
-
Francois Cartegnie authored
Pointless as it does not work with high compression codecs and can't handle multiple streams or single audio. Partially reverts cb5f74d6
-
Jean-Baptiste Kempf authored
Close #12416
-
Salah-Eddin Shaban authored
This assert() will fail when zero-width spaces are encountered and ignored. It would also fail when GetGlyph() returns an error. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
MediaListEndReached event should not be sent only when a new sub item tree is added, otherwise it won't be sent if media doesn't have any sub items. To fix this issue, send the MediaListEndReached event when preparse function terminates (only if the media_list was created either by user or by sub items callbacks). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-