- Apr 25, 2024
-
-
François Cartegnie authored
-
François Cartegnie authored
-
Steve Lhomme authored
-
IconToolButton relies on the font size since 3df6a79a
-
description field should be used since d6b6ac32
-
IconLabel already exists in Qt namespace
-
-
-
-
- Apr 24, 2024
-
-
Tristan Matthews authored
Opus 1.5.2 fixes several build issues that were discovered since the 1.5 release. It also fixes a misalignment issue in the AVX2 code that could cause crashes under Windows.
-
The `psz_lcname` is lowercase, so we need to use `strcasecmp` instead.
-
In macOS/iOS/tvOS, font collection file contains multiple fonts. The 0 index should not be used by default, but the corresponding index should be used. This will fix some font rendering bugs and fallback font bugs.
-
Steve Lhomme authored
-
Steve Lhomme authored
Just like the other enums.
-
- Apr 23, 2024
-
-
The upper class was used everywhere, leading to the pointer being downcasted at the beginning of every function. By using the downcast class everywhere, we don't introduce explicit downcast in most places. This commit also reduces the usage of the es_out_t type as parameter, which will be moved to another downclass in follow-up MR.
-
The upper class was used everywhere, leading to the pointer being downcasted at the beginning of every function. By using the downcast class everywhere, we don't introduce explicit downcast in most places. This commit also reduces the usage of the es_out_t type as parameter, which will be moved to another downclass in follow-up MR.
-
es_out_sys_t is the name used in es_out.c for the main es_out. By providing a dedicated name, we gain more clarity and better integration with tooling.
-
es_out_sys_t is the name used in es_out.c for the main es_out. By providing a dedicated name, we gain more clarity and better integration with tooling.
-
The includes are missing when including this file into another.
-
-
Steve Lhomme authored
It's not supported [1]. NDK 26 will emit an error if you try to use it. Upstream patch: x264!150 [1] https://android.googlesource.com/platform/bionic/+/main/docs/32-bit-abi.md
-
Steve Lhomme authored
It's not supported [1]. NDK 26 will emit an error if you try to use it. Upstream patch: https://github.com/pupnp/pupnp/pull/441 [1] https://android.googlesource.com/platform/bionic/+/main/docs/32-bit-abi.md
-
Steve Lhomme authored
It's not supported [1]. NDK 26 will emit an error if you try to use it. Upstream patch: https://github.com/xiph/flac/pull/691 [1] https://android.googlesource.com/platform/bionic/+/main/docs/32-bit-abi.md
-
Steve Lhomme authored
-
Steve Lhomme authored
It works for Android and should be the same on other platforms.
-
Steve Lhomme authored
So the the proper system detection happens: https://github.com/Kitware/CMake/blob/master/Modules/Platform/Android-Determine.cmake
-
Steve Lhomme authored
We have a fake fxc that can be called under wine. In Qt6.7 it may also call dxc (Shader Model 6) which can even be a Linux binary.
-
Steve Lhomme authored
We need to add it to the PATH when calling qsb which assumes it's in the PATH. qsb doesn't have an option to tell it where to look (in contribs). So if it's not in the PATH it will never find it. Then we can use the one from contribs.
-
Steve Lhomme authored
Otherwise the package is not found on the system. It doesn't a pkgconfig file so it was never found so far.
-
Steve Lhomme authored
So any call to fxc will use our tool, as long as fxc is in the PATH. We can also handle the option format in the script.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
It will be pulled by Qt if needed.
-
Steve Lhomme authored
It's only used by qtshadertools/qsb to optimize the Vulkan output. We do not use that on any platform for now. Even when using Vulkan it's optional and will work without.
-
We could, but dont really want to patch audio rate from timescale, as it could be meaningless for some codecs. refs #28560
-
Steve Lhomme authored
This is already the case for many of them.
-
Steve Lhomme authored
This is already the case for many of them.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-