- Jun 16, 2017
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- Jun 15, 2017
-
-
Hugo Beauzée-Luyssen authored
-
- Jun 02, 2017
-
-
Thomas Guillem authored
-
- May 24, 2017
-
-
David authored
xib compilation is changed to be not triggered if macosx module is not built.
-
- May 14, 2017
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- May 02, 2017
-
-
Marvin Scholz authored
Previously there was no error handling if ibtool was not found and xcrun was not used to find it, but the path that xcrun provides should be preferred, as on some systems and earlier macOS versions it might not be in the PATH.
-
- Apr 15, 2017
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Apr 13, 2017
-
-
Close #12855 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 31, 2017
-
-
On Pepper 49, recvmsg and sendmsg are implemented as stubs, which always return ENOTSUP. Proper implementations for these functions will become available in later Pepper versions, which should make these compat functions obsolete. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 28, 2017
-
-
Implement a sigwait dummy for NaCl, which relies on: - NaCl does never send SIGPIPE to to apps (see https://codereview.chromium.org/288063004/ ) - VLC uses sigwait exclusively to wait for SIGPIPE If sigwait is asked to wait for anything else than SIGPIPE it will run into an assertion failure, so that breakage would not be silent. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add system type for Google Native Client. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 27, 2017
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It´s shipped a .pc file for about 15 years.
-
- Mar 23, 2017
-
-
These checks are unnecessary since 6f3e18d5, because the calls to pthread_condattr_setclock and pthread_cond_timedwait_monotonic_np have been removed. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Mar 22, 2017
-
-
Jean-Baptiste Kempf authored
-
- Mar 10, 2017
-
-
Hugo Beauzée-Luyssen authored
-
Modified-by:
Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 05, 2017
-
-
Rémi Denis-Courmont authored
Users of vlc_tls_t coalesce sends in user-space correctly. That being the case, the Nagle algorithm just increases latency for no benefits.
-
- Feb 27, 2017
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Feb 26, 2017
-
-
Rémi Denis-Courmont authored
This is no longer used.
-
Rémi Denis-Courmont authored
-
- Feb 25, 2017
-
-
Jean-Baptiste Kempf authored
-
Marvin Scholz authored
-
- Feb 23, 2017
-
-
Rémi Denis-Courmont authored
-
- Feb 22, 2017
-
-
Jean-Baptiste Kempf authored
-
- Feb 21, 2017
-
-
This is now handled by ThemeLoader::unarchive, and is therefore no longer needed. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Feb 19, 2017
-
-
Marvin Scholz authored
This simplifies package.mak by removing unnecessary VLC-tmp, making VLC.app properly depend on install and removing the VLC-dev.app, as VLC can now be run with the pseudo-bundle from command-line for development.
-
- Feb 18, 2017
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
-
Jean-Baptiste Kempf authored
-
- Feb 17, 2017
-
-
Jean-Baptiste Kempf authored
VLC.app is a packaging target, after an install target
-
Marvin Scholz authored
-
- Feb 14, 2017
-
-
Jean-Baptiste Kempf authored
And require 0.38 to activate VAAPI for everyone (VP9&HEVC) Close #18011
-