- Jul 27, 2020
-
-
François Cartegnie authored
-
François Cartegnie authored
(cherry picked from commit 64a16872)
-
- Jul 26, 2020
- Jul 23, 2020
-
-
François Cartegnie authored
In some cases, the start point does not provide sufficient buffering and is then rescheduled in the same way. (cherry picked from commit be019564)
-
François Cartegnie authored
regroups states an associated refs in the same struct (cherry picked from commit 1b347a3bfc38f60529763af00409e6ad8f04e46f)
-
François Cartegnie authored
(cherry picked from commit 84d97db9)
-
François Cartegnie authored
should avoid the issues with targetduration rounding and inaccurate segment durations (cherry picked from commit d443bd92)
-
François Cartegnie authored
(cherry picked from commit 1e133cd6)
-
François Cartegnie authored
(cherry picked from commit e04bb515)
-
François Cartegnie authored
(cherry picked from commit d0a8a9fd)
-
François Cartegnie authored
(cherry picked from commit d0d8a9a0)
-
- Jul 22, 2020
-
-
François Cartegnie authored
(cherry picked from commit 967bf75a)
-
François Cartegnie authored
(cherry picked from commit 8fef0da3)
-
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>
-