- Apr 14, 2019
-
-
Rémi Denis-Courmont authored
(again)
-
Rémi Denis-Courmont authored
In file included from ../../include/vlc_common.h:1190, from ../../src/input/decoder_helpers.c:29: ../../src/input/decoder_helpers.c: In function ‘vlc_decoder_device_Create’: ../../include/vlc_modules.h:70:47: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] vlc_module_load(vlc_object_logger((vlc_object_t *)(ctx)), cap, \ ../../include/vlc_objects.h:64:15: note: in definition of macro ‘VLC_OBJECT’ _Generic((x)->obj, \ ^ ../../include/vlc_modules.h:70:29: note: in expansion of macro ‘vlc_object_logger’ vlc_module_load(vlc_object_logger((vlc_object_t *)(ctx)), cap, \ ^~~~~~~~~~~~~~~~~ ../../src/input/decoder_helpers.c:135:20: note: in expansion of macro ‘vlc_module_load’ priv->module = vlc_module_load(&priv->device, "decoder device", name, ^~~~~~~~~~~~~~~
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
char * can alias anything, and Winsock relies on that. Unfortunately, the compiler still issues warnings. This works around that.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Fix support for 32-bits platforms. Regression from 46ea30cd.
-
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 is not guaranteed.
-
Rémi Denis-Courmont authored
Originally, POSIX made it unsigned. This was relaxed in newer releases, but unsigned makes more sense anyway since it expressses a size.
-
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
-
- Apr 13, 2019
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This also improves error reporting to the OS for actions that can fail.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This reimplements navigation with chapters and sets the player button state correctly in detached vout windows
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
Fixes #8912.
-
Rémi Denis-Courmont authored
This retains the existing meanings of 0 and 1 for backward compatibility with existing vlcrc files. 2 is added for fullscreen-only inhibit (refs #8912).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-