- Apr 22, 2020
-
-
Marvin Scholz authored
-
- Apr 21, 2020
-
-
(cherry picked from commit d5961d09) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 44d007a9bbe629572f8ade692b24395e8c96439c) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit c005759bc57cb3f25783ef0c98cb71ed231afe21) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Marvin Scholz authored
Manual backport of roughly: - a9938752fb1a1b4a6573c7bcd8cc20cbe40f678e - 3426d7bcf98fee15c239ea2b3d815c613df82efe - bef7c8d601b2ced95eac7db50380de4f8ba10ddb
-
Marvin Scholz authored
Compiling with Xcode 11 automatically enables the -fstack-check feature which causes stack checking error due to unaligned stack which seem to not be true. Lots of projects are affected by this currently so hopefully this will be fixed in an Xcode update. (cherry picked from commit 856ddd8d) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
This ensures that gen-meson-crossfile.py is found and additionally regenerates the crossfile if the generator script was changed. (cherry picked from commit ad47f9025df637d5ed21580d25266cc8c5efec3a) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
(cherry picked from commit 0441141c) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
This would cause the flags to be duplicated as later CFLAGS are set to $(CFLAGS) $(EXTRA_CFLAGS). (cherry picked from commit 735abeae) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
(cherry picked from commit 081511e0) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
Previously the crossfile had a lot of hardcoded flags, instead of the correct CFLAGS/CXXFLAGS, etc. This replaces the generation in the Makefile with a simple Python script instead, which should be fine, given that meson anyway needs Python 3 and that the crossfile is only generated when needed. (cherry picked from commit 48f6d51f) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
(cherry picked from commit 7fb0bec8) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This reverts commit 64b59282. This was working by accident, the language was interpreted as user-agent and was accepted, only when english was used.
-
The previous client_id is not working anymore, this commit updates it to the same id used by Twitch's website. Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 37ae8669) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Apr 20, 2020
-
-
François Cartegnie authored
(cherry picked from commit e8509578)
-
- Apr 18, 2020
-
-
Rémi Denis-Courmont authored
(cherry picked from commit e0173cb1)
-
- Apr 15, 2020
-
-
-
Hugo Beauzée-Luyssen authored
dav1d requires this version to build
-
- Apr 12, 2020
-
-
Rémi Denis-Courmont authored
All string-class variables must be freed, not just the string-typed ones. (cherry picked from commit 8a53887f)
-
- Apr 09, 2020
-
-
Martin Storsjö authored
The default value of _WIN32_WINNT isn't something that is built into the compiler, but is defined by the toolchain headers. Include windows.h after including ws2tcpip.h/winsock2.h, since those headers should be included in that particular order. (cherry picked from commit 22fed9624f2ce7e3db5b5516a819c147ac1d13d4)
-
- Apr 08, 2020
-
-
config.h and vlc_fixups.h don't include files that use _WIN32_WINNT but any other VLC or system these files require will likely use this value that is found in config.h. Partially cherry-picked from 4cb707be
-
If the toolchain defaults to a newer version of windows, this function is available there, but the previous configure checks didn't notice it. Force testing with both compiling and linking, as the function exists in import libraries, but only is visible in headers since Vista. On the master branch, the function was taken into use unconditionally in c0bf5aee.
-
Since 255e2ce27, we try not to override _WIN32_WINNT in case it already is defined on the command line to a higher value. However, if it isn't specified on the command line, but the toolchain headers default to a newer version, we should also honor it and keep that version instead of forcing a lower version here. (If the toolchain defaults to a newer version, runtime libs of the toolchain may rely on such a new version anyway, so forcing a lower target within VLC might be useless.) EDIT: Adapted to a different default version in the 3.0 branch. (cherry picked from commit 0d65fe038a76d3686d2e37c5b522fb24b92d8157)
-
Definitions from AH_TOP aren't included in the configure checks. This was the original intent of e807c8e91. This makes sure configure checks and actual compilation are run with the same version defined. EDIT: Adapted to a different default version in the 3.0 branch. (cherry picked from commit 0a27328b5ac2bc0e417c70f048131f783b201d04)
-
Since e807c8e91, we're explicitly unconditionally defining _WIN32_WINNT, regardless if it was set before or not. If it was set before (e.g. on the command line), to a higher version, we should honor that. This is cruicial for WinRT building, where _WIN32_WINNT is set to Windows 8 or higher on the command line. EDIT: Adapted to a different default version in the 3.0 branch. (cherry picked from commit 255e2ce27954004b8e6aa65ed37266c422f08a58)
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
(cherry picked from commit ab0b7eb466ffa6edc531418f71b01e9f020bc840) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 5703c3c3) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Any other order, or explicitely naming parameters, causes either a 401 or a 411 (cherry picked from commit 9cacaab3) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
-
- Apr 07, 2020
-
-
Hugo Beauzée-Luyssen authored
Their CMakeLists.txt uses an agglomerated build, which requires us to enable big-obj support. However, on older version of binutils, this will cause objcopy to crash when extracting debug symbols (cherry picked from commit a10c9410) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit c3d48d18) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
SDL_image allocates an unpadded buffer of height * pitch, causing the access to the last pixel to be one byte out of bounds (cherry picked from commit 882147a6) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
CrashDragon reports an EXCEPTION_ACCESS_VIOLATION_READ in es_out_Control( p_demux->out, ES_OUT_SET_ES_STATE, tk->es ) from ESSubtitleUpdate(). A possible sane reason is that tk->es is not set to NULL when deleted after a DVDNAV_VTS_CHANGE event. CID c103a5eb-7972-4882-9121-bddaed659bec This commit doesn't necessarily fixes this CID that could also be triggered by a random memory corruption in dvdnav. Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 9e390be7) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
And use a maintained upstream (cherry picked from commit 88fcabf5) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Apr 06, 2020
-
-
François Cartegnie authored
-
Hugo Beauzée-Luyssen authored
-
Also removed upstream in f1570f0c2f70832dd170285f8de60bd2379c8efa. See the following link: https://aomedia.googlesource.com/aom/+/f1570f0c2f70832dd170285f8de60bd2379c8efa%5E%21/#F0 Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 595878cddd1b9b2ba6706a3782011e9228c64876) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-