- Jan 27, 2025
-
-
Ephemeral subtitles stop timestamps are often undefined. Converting them with the clock can lead to unexpected behavior. This fixes an assert failure with some ephemeral DVD SPUs: > Assertion failed: ctx->wait_sync_ref.stream != VLC_TICK_INVALID, at: src/clock/clock.c,582
-
- Jan 26, 2025
-
-
-
Currently PIP player and the playlist does not fit into the minimum height and this causes glitches in the interface.
-
Given libraryMediaItem is nil in this context, an assertion was thrown in the next `resumePlaybackPositionForLibraryMediaItem:` call. This patch make the code return when libraryMediaItem is nil to prevent the assertion.
-
Steve Lhomme authored
This fixes playback on some bogus DVDs.
-
- Jan 25, 2025
-
-
- Jan 24, 2025
-
-
-
-
-
This fixes the color banding issue with dark background color.
-
-
-
`Screen.devicePixelRatio` is not reported correctly on Wayland, unlike window's effective device pixel ratio.
-
`Screen.devicePixelRatio` is not reported correctly on Wayland, unlike window's effective device pixel ratio.
-
`Screen.devicePixelRatio` is not reported correctly on Wayland, unlike window's effective device pixel ratio.
-
`Screen.devicePixelRatio` is not reported correctly on Wayland, unlike window's effective device pixel ratio.
-
`Screen.devicePixelRatio` is not reported correctly on Wayland, unlike window's effective device pixel ratio.
-
`Screen.devicePixelRatio` is not reported correctly on Wayland, unlike window's effective device pixel ratio.
-
`Screen.devicePixelRatio` is not reported correctly on Wayland, unlike window's effective device pixel ratio.
-
`Screen.devicePixelRatio` is not reported correctly on Wayland, unlike window's effective device pixel ratio.
-
We already have the source texture (dynamic texture), because the source is layered. Currently we are using layering again for applying effect in the area denoted by effect rect, however we don't need to do that. With QSGTextureView, we can simply use the area denoted by effect rect, without layering (thus additional frame buffer object).
-
`Screen.devicePixelRatio` is not reported correctly on Wayland.
-
-
-
An invisible item that acts as a texture provider. It uses `QSGTextureView` under the hood, and allows defining a viewport on the source item (which needs to be texture provider itself) with the property `textureSubRect`. This is similar to `sourceRect` with layering. However, this consumes no extra resources unlike layering where it needs to allocate a frame buffer object and do offscreen rendering (even though the source is a texture itself, it is still not necessary).
-
This class can be used to represent a certain sub-part of an existing `QSGTexture`, without creating a new texture.
-
Steve Lhomme authored
-
Steve Lhomme authored
Instead of local equivalent.
-
Steve Lhomme authored
-
Steve Lhomme authored
Instead of local equivalent.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Similar to the one from 5c62c801.
-