vlc/src
Romain Vimont bf0160ad6d opengl: initialize api_type
Contrary to vlc_gl_Create(), vlc_gl_CreateOffscreen() did not initialize
gl->api_type, so it was always implicitly set to VLC_OPENGL, never
VLC_OPENGL_ES2.

Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>
2021-03-04 19:47:48 +01:00
..
android android: thread: remove unused detached thread support 2020-11-13 16:51:48 +01:00
audio_output aout: output: Remove unneeded memory fence 2020-12-04 11:08:32 +01:00
clock input_clock: remove useless mutex 2021-01-29 12:34:41 +01:00
config config: file: Remove useless copy 2020-12-18 10:54:40 +01:00
darwin thread: use posix thread code for darwin 2020-04-04 01:22:11 +02:00
extras extras: remove vlc_tdestroy() 2018-02-20 21:42:43 +02:00
freebsd freebsd: remove cancellation in vlc_atomic_wait() 2020-04-17 19:39:47 +03:00
input input: add input_SetProgramId 2021-02-08 10:24:32 +01:00
interface vlc: run autorun modules at start-up 2020-11-21 16:51:38 +02:00
linux linux: remove cancellation in vlc_atomic_wait() 2020-04-17 19:39:47 +03:00
media_source thread: remove vlc_mutex_destroy() 2020-02-21 19:16:09 +02:00
misc filter: constify config_chain_t parameter 2021-03-01 17:49:16 +01:00
modules modules: Use a typedef for deactivate function pointer 2020-12-11 11:44:10 +01:00
network httpd: do not disable timeout for RTSP 2021-01-12 15:11:28 +01:00
os2 os2: set to binary mode only if stdin is not a tty 2021-01-29 15:53:44 +01:00
player player: add support for program pre-selection 2021-02-08 10:24:34 +01:00
playlist playlist: fix unused var warning with NDEBUG 2019-09-04 15:10:25 +02:00
posix threads: use common vlc_rwlock_t on all platforms 2021-01-13 19:55:02 +02:00
preparser fetcher: fix use-after-free on error 2021-01-25 11:22:28 +01:00
stream_output sout: remove unused variable 2021-01-21 21:52:23 +02:00
test Revert "url: Remove duplicated path separators" (fixes #25374) 2021-02-07 11:37:12 +02:00
text Revert "url: Remove duplicated path separators" (fixes #25374) 2021-02-07 11:37:12 +02:00
video_output opengl: initialize api_type 2021-03-04 19:47:48 +01:00
win32 win32: do not (re)initialise config lock 2021-01-10 14:48:31 +02:00
.gitignore fourcc: preprocess the tables and sort them at build time 2015-06-11 23:39:57 +03:00
Makefile.am input: Move attachment functions in their own source file 2020-11-18 12:20:59 +01:00
check_headers check_headers: fix regular expression 2015-06-22 20:06:49 +03:00
check_symbols check_symbols: Remove MD5 exception 2020-04-16 12:06:12 +02:00
libvlc-module.c libvlc-module: make "encoder" list option obsolete 2021-01-14 14:50:30 +01:00
libvlc.c netsync: use autorun to start 2020-11-21 16:51:38 +02:00
libvlc.h threads: remove vlc_clone_detach() 2020-10-23 16:34:36 +02:00
libvlc_win32_rc.rc.in src: Fix libvlc manifest embeding 2017-03-08 15:54:53 +01:00
libvlccore.sym opengl: add CreateOffscreen API 2021-03-01 17:49:16 +01:00
missing.c missing: Fix sout_StreamChainNew prototype 2020-11-25 16:36:30 +01:00
version.c Remove old mail address from sources 2019-09-04 22:11:04 +03:00
vlc-plugin.pc.in pkgconfig: remove obsolescent _REENTRANT & _THREAD_SAFE 2018-06-18 20:08:17 +03:00