- Nov 23, 2020
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Connect to all resolved addresses in parallel, waiting 100ms between each new connection. This resolves very long timeout or error when the host resolve to IPv4 and IPv6 addresses but the samba service handle only one protocol (or a firewall is dropping one address family).
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- Nov 17, 2020
-
-
The Makefile.am modification caused a reconf that could fail with recent automake version (>= 1.16.2). Partial revert of bead358b Cherry-picked from db1d0252. Signed-off-by:
Alexandre Janniaux <ajanni@videolabs.io>
-
- Nov 16, 2020
-
-
David authored
xcodebuild only allows to use an SDK which is bundled inside the corresponding Xcode.app package. If you pass a different SDK stored in another location, it bails out with: xcodebuild: error: SDK "..." cannot be located. Therefore, do not set an external SDK for contribs, but use the default one. This restores the behaviour we had previously for the 3.x branch.
-
- Nov 15, 2020
-
-
subCategoryItem would be null if: a) a plugin author neglected to place a set_category() call before one or more options. b) the first or only subcat targetted by a plugin is a general one. there are actual examples of A with a handful of in-tree plugins (to be fixed in a subsequent commit). there are multiple in-tree modules which target general subcats, including various logger and keystore plugins. Signed-off-by:
Felix Paul Kühne <felix@feepk.net> (backport of 7c2f535a) Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
needs to check -FLT_MAX not FLT_MIN, as explained in c95d5fbe (backport of 9f1c2f7a) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz> Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
needs to check -FLT_MAX not FLT_MIN, as explained in c95d5fbe that commit overlooked this and introduced a bug in 3.x whereby help output would always print the range for float options with default ranges, resulting in much messier output than expected. Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz> (cherry picked from commit 95a9457b) Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
sdl_image module is disabled on macOS, and it's dependency sdl failed to build. Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
David authored
This is not needed anymore. (cherry picked from commit 9c0f44c4) Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
David authored
This is not needed anymore.
-
David authored
Just use xcrun --show-sdk-path to get the default SDK patch. This also finds all other variants checked by the other tests. (cherry picked from commit cddeb563) Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
David authored
This fixes the build on macOS Catalina. (cherry picked from commit 48a31f50) Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
- Nov 12, 2020
-
-
Pierre Ynard authored
-
Pierre Ynard authored
This improves the interoperability of the fallback mechanism and makes the script more resilient as a whole. (cherry picked from commit 6e0f4a28) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
This URL is forwarded to the fallback API and the whole point of that is in case the main stream configuration line can't be found and parsed, so don't look for it only on that line. The URL can indeed be found in several other places on the page. (cherry picked from commit 8ea54417) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
This renders the fallback to the alternate video info API - which doesn't provide the javascript URL itself - functional with many more videos, and makes the script as a whole more resilient to future failures. (cherry picked from commit 2d0f63a6) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
Simply redirect to the main domain Fixes #25241 (cherry picked from commit 95cf2a33) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
And mark it as out of use: gaming.youtube.com URLs now get redirected to the main domain. (cherry picked from commit 77f19929) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 7b7eac14) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
- Nov 10, 2020
-
-
Thomas Guillem authored
That way, users receive the media end status before receiving the media_list end event. (cherry picked from commit a4a94bb3) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
Users only listening on the medialist events were not notified when the media parsing failed. (cherry picked from commit ff5089b94f342b3f22364a389d69921b24f046d2) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Nov 09, 2020
-
-
--adaptive-maxheight still takes precedence if set. Fixes #21828 Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr> (cherry picked from commit 1d55df15)
-
This changes the semantics of --adaptive-maxheight and --adaptive-maxwidth and aligns them with those of --preferred-resolution: the current behavior that strictly conforms to resolution constraints and results in no playback at all, rather than trying a best effort, is not terribly useful. Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr> (cherry picked from commit 927cf882)
-
Leftovers from 458adc37 Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr> (cherry picked from commit 1e098981)
-
This happens in particular when requesting a resolution lower than the lowest available one. It affects only the default, near optimal adaptation logic; all other logics cope with this without crashing. Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr> (cherry picked from commit ccd7f295de88279770da6d8a8281b404c2b2f4ac)
-
- Nov 08, 2020
-
-
David authored
-
Pierre Ynard authored
-
- Nov 06, 2020
- Nov 04, 2020
-
-
Pierre Ynard authored
This is required for the main configuration line, and possibly another line before it. Until more is known, it seems more prudent to enable the workaround unconditionally for now, than to try and guess what should work correctly. (cherry picked from commit 61b51a0d) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit c20877a8) Signed-off-by:
Pierre Ynard <linkfanel@yahoo.fr>
-
François Cartegnie authored
Increment base value was not set properly on seek, causing to unroll by the amount of seek. (cherry picked from commit 4d96a459)
-
François Cartegnie authored
(cherry picked from commit a4ed34d7)
-