vlc/src
Thomas Guillem a65da7b206 core: always build sout code
The sout code in the core is not big, no need to remove it.

ENABLE_SOUT should be kept for modules and contribs, since they can be
huge.
2023-06-20 08:39:23 +00:00
..
android core: include vlc_threads.h when using/defining vlc_savecancel() 2023-04-27 19:44:35 +00:00
audio_output vlc_tracer: remove TICK type 2023-06-02 01:29:51 +00:00
clock vlc_tracer: remove TICK type 2023-06-02 01:29:51 +00:00
config help: use WINAPI_FAMILY to disable Windows console hack 2023-05-22 07:14:29 +00:00
darwin core: include vlc_configuration.h when using config_GetUserDir() 2023-05-06 06:56:32 +00:00
emscripten emscripten: add cast for pthread_self() 2022-10-06 11:51:29 +00:00
extras extras: remove vlc_tdestroy() 2018-02-20 21:42:43 +02:00
freebsd core: include vlc_threads.h when vlc_thread_set_name() is used 2023-04-27 19:44:35 +00:00
input core: always build sout code 2023-06-20 08:39:23 +00:00
interface core: include vlc_configuration.h when using config_ChainCreate() 2023-05-06 06:56:32 +00:00
linux linux/filesystem: include unistd.h when using unlink() 2023-04-27 19:44:35 +00:00
media_source core: rename input_preparser to vlc_preparser 2023-04-04 07:39:58 +00:00
misc viewpoint: add vlc_viewpoint_from_orientation 2023-06-20 07:56:02 +00:00
modules bank: use WINAPI_FAMILY to do the UWP plugin lookup 2023-05-22 07:14:29 +00:00
network network: httpd: fix lock usage of URL callbacks 2023-06-04 04:44:42 +00:00
os2 core: include vlc_threads.h when using/defining vlc_savecancel() 2023-04-27 19:44:35 +00:00
player player: use input_SetEsCatDelay instead of control 2023-04-01 11:08:07 +00:00
playlist core: rename input_preparser to vlc_preparser 2023-04-04 07:39:58 +00:00
posix core: include unistd.h when using ftruncate() 2023-04-27 19:44:35 +00:00
preparser core: include vlc_configuration.h when using config_GetUserDir() 2023-05-06 06:56:32 +00:00
stream_output core: include vlc_configuration.h when using config_ChainCreate() 2023-05-06 06:56:32 +00:00
test core: include vlc_arrays.h when using vlc_array_t 2023-05-04 10:00:11 +00:00
text text/unicode: fix usage of potential negative return code 2023-02-17 08:20:49 +00:00
video_output opengl: expose orientation instead of vflip 2023-06-20 07:56:02 +00:00
win32 win32: thread: use the SetThreadDescription from the linked DLL. 2023-05-27 06:17:11 +00:00
.gitignore win32: separate the libvlccore DLL files 2022-12-07 08:33:39 +00:00
Makefile.am core: always build sout code 2023-06-20 08:39:23 +00:00
check_headers rename __LIBVLC__ to LIBVLC_INTERNAL_ 2023-01-17 10:37:49 +00:00
check_symbols src: no longer allow the us_ prefix 2022-05-27 20:22:32 +00:00
libvlc-module.c Remove extra semicolons around vlc_module macro's 2023-04-27 06:24:26 +00:00
libvlc.c core: move preparser.h into vlc_preparser.h 2023-04-04 07:39:58 +00:00
libvlc.h core: rename input_preparser to vlc_preparser 2023-04-04 07:39:58 +00:00
libvlccore.sym viewpoint: add vlc_viewpoint_from_orientation 2023-06-20 07:56:02 +00:00
libvlccore_win32_rc.rc.in win32: separate the libvlccore DLL files 2022-12-07 08:33:39 +00:00
meson.build core: move preparser.h into vlc_preparser.h 2023-04-04 07:39:58 +00:00
missing.c core: always build sout code 2023-06-20 08:39:23 +00:00
revision.c.in meson: add initial meson build system 2023-01-04 14:48:39 +00:00
version.c Remove old mail address from sources 2019-09-04 22:11:04 +03:00
vlc-plugin.pc.in plugins: rename __PLUGIN__ to VLC_DYNAMIC_PLUGIN 2023-03-03 14:13:29 +00:00