- Mar 24, 2025
-
-
-
-
Register the modules into the buildsystem while keeping the dependencies being initialized conditionally, so they can be referenced elsewhere.
-
The libraries are used on modules in other files, and gets undefined on non-windows platforms.
-
- Use root size for the shader if image is not available, as in that case the image would not have a sensible size. The implicit size is chosen arbitrarily to be 64x64 instead of 0x0, which is mainly relevant when root does not have an overridden size. - Do not bother calculating the crop rate if there is no image. - Do not do outlining if there is no image, as in that case it means there is nothing to outline. This ensures that background is shown while the image is loading. `ShaderEffect` uses a transparent dummy texture with repeat wrap mode when the texture is not available. With source over blending of the texture into the background, a fully transparent source yields the destination color, which is the background color.
-
-
-
It should be acceptable to not have background rectangle with non-RHI graphics backend (no shader support).
-
-
-
It should be acceptable to not have background rectangle with non-RHI graphics backend (no shader support).
-
It should be acceptable to not have background rectangle with non-RHI graphics backend (no shader support).
-
-
-
Currently only `CompositorDirectComposition` does graceful exit on scene graph error.
-
-
Startup time is defined as the time it takes to start playing the initial item when the application is opened. Currently probing is done synchronously each time the interface starts. This is not ideal, as we don't expect the system to suddenly start supporting a particular graphics api. Obviously, due to hardware change or driver update or any reason this may change, so we still need to check that each time. In this case, the worst can happen is that `QQuickWindow` emits error and terminates the application (usually with an error message box) when the api is no longer supported. However, since the cached api is checked each time asynchronously, the next startup would be fine. This basically improves the startup performance, at the expense of causing an error and terminating the application (in the worst case) if the system suddenly starts not supporting once valid api. The worst case is a rare case, so I believe that this would be a good optimization.
-
-
-
-
-
-
Steve Lhomme authored
Fixes some CVE's [^1]. [^1]: https://github.com/libarchive/libarchive/releases/tag/v3.7.8
-
refs #29053 resf #29055 regression by 44879313 ttml: fix null deref on empty uri
-
-
- Mar 22, 2025
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Fixes a number of issues with thumbnailing and with crashes on view deletion Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Mar 21, 2025
-
-
This allows to use libvlc_video_engine_anw callbacks with SW decoding. We don't need to setBuffersGeometry() when using MediaCodec.
-
-
-
The ANativeWindow can com from a Java SurfaceView or a NDK AImageReader. This allow to use libvlc on android without any Java/JNI support.
-
This will be used for libvlc_video_set_output_callbacks().
-
This will be used for ANativeWindow support in libvlc_video_set_output_callbacks().
-
Don't use a SurfaceTexture if not possible. This will be used to force MediaCodec in direct rendering when a vout callback is used (the capability will be off in that case).
-
-
-
jvm might be set to NULL in the next commit.
-
-
-