- Apr 10, 2024
-
-
Steve Lhomme authored
- Don't write in /tmp - Use fancy names for each main directory - set the proper prefix - unpack in a temporary folder - don't edit inside the .in file
-
- Apr 09, 2024
-
-
A timeout when a success is expected does not test anything and may fail if the CPU is stressed. Fixes #24618
-
Vikram Kangotra authored
MR !5153 omitted to include the necessary header and source declarations, resulting in a failed build when using Meson.
-
-
-
Steve Lhomme authored
It's also checked when the rendered region is placed, but it's better if we check before rendering to identify if the initialization is missing from the text rendering or the text source.
-
Steve Lhomme authored
The default alignment is centered horizontally and aligned to the bottom. It was initialized that way before b16c3726.
-
Steve Lhomme authored
If it's aligned to the center vertically/horitonzally, the margin to the center wasn't set.
-
Steve Lhomme authored
The subpicture is set to absolute so it corresponds to an absolute location in the video. It was initialized that way before b16c3726.
-
Steve Lhomme authored
The default alignment is centered horizontally and aligned to the bottom. It was initialized that way before b16c3726.
-
Steve Lhomme authored
The default alignment is centered horizontally and vertically unless it sets a margin. It was done that way before b16c3726.
-
Steve Lhomme authored
It's positioned at the center of the display by default as the PIP doesn't set any alignment or set the absolute flag. It was the value set by the calloc before 4f0d7e77.
-
Steve Lhomme authored
No need for extra math.
-
Steve Lhomme authored
The default alignment is centered horizontally. It was done that way before b16c3726.
-
Steve Lhomme authored
No functional changes.
-
And share the same lock instance. timing.first_pts is now only valid when using timing_report (stream->timing struct should not be used when using time_get)
-
And share the same lock instance.
-
This partially reverts commit 08cd94d4 The noticeable change is hard to detect and it makes the code way more complex (and can mess the clock).
-
-
-
-
-
- Apr 08, 2024
-
-
This fixes building with libc++ with _LIBCPP_REMOVE_TRANSITIVE_INCLUDES set. This fix already exists upstream (it has been fixed further upstream in SPIRV-Cross, and later qtshadertools has imported a newer version of SPIRV-Cross), but this does a targeted fix of only this issue.
-
This fixes building with libc++ with _LIBCPP_REMOVE_TRANSITIVE_INCLUDES set (which removes unnecessary transitive dependencies, making it more strict wrt including all the right headers). This is a backport of commit adb49d65e0774fa6be0b0d9d490c6f1fc5066a1b from upstream Qt (currently available in the dev branch, possibly also backported later to some maintainance release branches).
-
When cross compiling, we need to build qt-tools for the host - but we don't need this to be a full-fledged setup of Qt with all bells and whistles. In particular, disable OpenGL, which otherwise would fail the build if unavailable on the build host.
-
cf. 9c740613 Furthermore, it is probed as an "audio resampler" but won't load if `fmt_in.audio.i_rate == fmt_out.audio.i_rate` causing this module to be never loaded. "audio resampler" change the rate live. "audio converter" convert the fixed samplerate. This module should have been an "audio converter".
-
Steve Lhomme authored
We don't support Qt5 anymore. We should make a new Docker image with Qt6.
-
-
Steve Lhomme authored
The previous URL is still valid but the tarball silently changed from 3.14.0.6526 to 3.14.0.8606. Skip to the latest 3.14 release. Until they silently change the tarball using the same URL.
-
Steve Lhomme authored
They removed it from their site a while ago. No need to try to download it anymore.
-
- Apr 07, 2024
-
-
Partial revert of 9d4bad0d All "audio resampler" already use the original pts (out->pts = in->pts) (but the block->length do match the new rate).
-
-
-
-
-
This selector can handle notifications that do not necessarily carry a VLCLibraryModel object Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Apr 06, 2024
-
-
When cross building, and building the native qtdeclarative-tools (which can start before building the main qtdeclarative), these depend on tools installed by qtshadertools-tools (the native build host version of qtshadertools). This was already a dependency for the main, cross compiled qtdeclarative target, but also is required for the qtdeclarative native tools.
-