- Jul 22, 2020
-
-
François Cartegnie authored
refs #24949 Was wired as SUBT for ease, but that only works as long as cue parameters are not used. (cherry picked from commit 385ed6a8)
-
François Cartegnie authored
(cherry picked from commit d6f7803d)
-
François Cartegnie authored
(cherry picked from commit a5173483)
-
Pierre Ynard authored
This supports languages using more diacritics, and using other scripts than Latin. It still fails for at least Chinese. (cherry picked from commit b32d291f) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
- Jul 20, 2020
-
-
Pierre Ynard authored
(cherry picked from commit 6b1385f1) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 9d61f4ad) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 1532a8f2) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
- Jul 19, 2020
-
-
Felix Paul Kühne authored
-
Browse again with increased "StartingIndex" and adapted "RequestCount". Solves #21381 Panasonic Viera returns maximal 20 items on uPnP #22496 DLNA/UPnP - Panasonic recorder 12 records limit Fixes #15876 Signed-off-by:
Felix Paul Kühne <felix@feepk.net> Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit a1ef204f)
-
- Jul 18, 2020
-
-
Pierre Ynard authored
(cherry picked from commit ea30704b) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
Apparently the tag appended to the video title isn't always spelled exactly the same. (cherry picked from commit c72df8c5) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
- Jul 13, 2020
-
-
Meson before 0.54.2 misdetect the cross-compilation to iPhone Simulator with architecture x86_64 and tries to execute tests, leading to compilation failures in contrib. Signed-off-by:
Felix Paul Kühne <felix@feepk.net> (cherry picked from commit 9df4bd98)
-
- Jul 09, 2020
-
-
Felix Paul Kühne authored
This addresses a build system regression in a8e6a381 and fixes #24943.
-
- Jul 07, 2020
-
-
Steve Lhomme authored
(cherry picked from commit c4ad4065) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
See the API https://docs.microsoft.com/en-us/windows/win32/api/mmdeviceapi/nf-mmdeviceapi-activateaudiointerfaceasync It requires a recent mingw-w64 with the added API. We request the IAudioClient asynchronously and return the found client or NULL once the async call as completed. The code originates from the vlc-winrt project with some modifications. Do not rely anymore on the local "winstore-client" variable to cache the IAudioClient. A client is queried/used between each Start/Stop calls. (cherry picked from commit 32349b35) (edited) edited: - the structure in this branch already exists as a a typedef Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
And some more cleaning (cherry picked from commit d0b5eb1c) (rebased) rebased: - Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
Fixed since c7644611 (cherry picked from commit 3cdbeb2c) (edited) edited: - in this branch the -O2 forcing was only done for iOS Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
No need to force fvisibility=hidden explicitly anymore. Log why the -O2 is needed (this still feels like an odd fix) (cherry picked from commit 41a66587) (edited) edited: - the -O2 patch is only applied for iOS on this branch Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
Introduced in 2012 for x86 Android builds. It should be enabled directly by CMake when building on modern systems. libmatroska also throws some exception and was always compiled without this flag. (cherry picked from commit 107a97ce) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
No need to force fvisibility=hidden explicitly anymore. (cherry picked from commit 615d63eb) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
-
Steve Lhomme authored
We build all contribs as static libraries. The setting exists since CMake 3.0. For targets built with older CMake settings the value is discarded. (cherry picked from commit 9f518873) (rebased) rebased: - mysofa uses pthreadGC2 in this branch Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
For other targets it's not needed and creates a warning. (cherry picked from commit 542d7a79) (rebased) rebased: - the MSYS detection is different in this branch Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
It won't work with Winstore builds and we don't use it anyway. (cherry picked from commit 852d9576) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit 98bdfe4b) (rebased) rebased: - this branch didn't have other patches applied Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
And remove upstreamed patches. (cherry picked from commit 877d8301) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Jul 06, 2020
-
-
Felix Paul Kühne authored
-
- Jun 26, 2020
-
-
Steve Lhomme authored
It's used by newer gnutls. But gives the following error: error: 'memset_s' is only available on macOS 10.9 or newer [-Werror,-Wunguarded-availability] (void) memset_s (s, len, '\0', len); ^~~~~~~~ /Applications/Xcode9.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/string.h:145:9: note: 'memset_s' has been marked as being introduced in macOS 10.9 here, but the deployment target is macOS 10.7.0
-
Steve Lhomme authored
Fixes this compilation error: system/fastopen.c:134:9: error: 'connectx' is only available on macOS 10.11 or newer [-Werror,-Wunguarded-availability] ret = connectx(fd, &endpoints, SAE_ASSOCID_ANY, CONNECT_RESUME_ON_READ_WRITE | CONNECT_DATA_IDEMPOTENT, NULL, 0, NULL, NULL); ^~~~~~~~ /Applications/Xcode9.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/sys/socket.h:713:5: note: 'connectx' has been marked as being introduced in macOS 10.11 here, but the deployment target is macOS 10.7.0 In this patch __builtin_available() is assumed to be avalaible in the toolchain which is the case in our 3.0 and 4.0 toolchains. A cleaner patch should detect it in configure.ac. But we can't do autoconf changes in gnutls as it never works properly. The OS values match exactly the values found in https://opensource.apple.com/source/xnu/xnu-4570.41.2/bsd/sys/socket.h (cherry picked from commit c4a23f4c) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
Backport a UNICODE fix that was merged after the GnuTLS code freeze. Forbid call to GetHandleInformation(). fcntl never goes in that code section in Winstore builds. It's only used for linux random number generation. Do not allow calling SecureZeroMemory which is forbidden which is forbidden and not available as an inline function in some cases. (cherry picked from commit a4841494) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
ecc_scalar_random is public in the nettle they embed, but the symbol is not mangled in the original nettle package, so it's not mangled here either. It leads to the nettle symbol behind defined twice. The bug is actually in nettle, not the script that imports nettle in gnutls. (cherry picked from commit 1685914d) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
We only want the static library (cherry picked from commit 2ddaceb6) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
So that patches changing the same file still apply regardless of this change. And we do it after all patches are done. (cherry picked from commit f442ecf5) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
It's more flexible after updates. (cherry picked from commit 3e69d914) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit 799db8c8) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit 78df0f10) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
The aarch64 assembly in gnutls still needs to be disabled on windows in general though; the issue is that it unconditionally uses ELF specific directives (.type, .size, .section), so the disabling isn't related to any specific issue in clang, but only that gnutls' assembly for this architecture isn't portable. Add a comment to clarify the issue. (cherry picked from commit 38eda60a) (rebased) rebased: - this branch doesn't have the NACL fixes (0d4d18e7) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
This was a stealth release to fix packaging issues (relevant for building on windows) in the 3.6.7 tarball, see https://lists.gnupg.org/pipermail/gnutls-help/2019-April/004506.html . Remove the gnutls-winstore-ntop patch which conflicts with how upstream now handles the inet_pton function. (cherry picked from commit 49b4aa93) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit 0ec35e2d) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit a252d4d3) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-