- Jan 28, 2025
-
-
Fatih Uzunoğlu authored
-
Fatih Uzunoğlu authored
This makes the widget grid view show the newly added controls while the tool bar is open.
-
Fatih Uzunoğlu authored
-
Fatih Uzunoğlu authored
-
Fatih Uzunoğlu authored
If we are paying the price of using the QML engine, we might as well provide ability to use external QML files. This allows having external controls for the player without manually adding the control and building the application.
-
Fatih Uzunoğlu authored
-
Fixes a regression in the SAP descriptor generation.
-
we can't rely on index to refer to an item across views as the ordering of the model is not stable across the views. This MR uses the artist MLId to set which subview should be loaded fix: #28556
-
this allows to request more data from the cache using the standart growth policy rather than requiring the caller to `refer` and item after what is currently loaded. This function ensure that the cache tries to load at least the current count + chunk size
-
-
This allows getting the position of an item in the model from its MLItemID
-
this allows to retrieve the content of and item given its id
-
-
-
-
Steve Lhomme authored
-
Steve Lhomme authored
It avoids the warning in the core that uses whatever default it expects. A SPU with absolute coordinates should always tell what dimensions it's referring to. For DVD SPU we know it has to correspond to the visible video area.
-
Steve Lhomme authored
-
Steve Lhomme authored
Even in 3.0 it's never set to true. Fixes #28952
-
-
-
-
We can use the transparent area to restrict the client size and use that remaining extra size for resizing. This size needs to be adjusted with regard to the dpi. Note that on Windows 10 and Windows 7, this brings borders.
-
-
-
-
-
Not all `QOpenGL` stuff are in the Qt OpenGL module. It appears that `QOpenGLFrameBufferObject` was the only class provided by Qt OpenGL and the rest are provided within Qt GUI.
-
-
Attachment does not need to be done each time the UI is rendered.
-
- Jan 27, 2025
-
-
Here, Qt wants to create a layer because when source is `QQuickImage`, `QGfxSourceProxyME` checks its fill mode and source size. In this case, we need to tell Qt that we don't need a layer here, as we are doing the mapping as we want but Qt currently does not offer a way to tell that and simply tries to decide itself: "If needed, MultiEffect will internally generate a ShaderEffectSource as the texture source"
-
Steve Lhomme authored
It was added by mistake.
-
Steve Lhomme authored
lbdvbcsa is GPLv2 [^1]. [^1] https://code.videolan.org/videolan/libdvbcsa/-/blob/1.1.0/COPYING
-
Steve Lhomme authored
It's only picked as a dependency from the dvdread contrib which also requires GPL. But it's cleaner to make it explicit.
-
Steve Lhomme authored
Fixes this odd warning: ``` vlc/modules/text_renderer/sapi.cpp:64:12: warning: unused function 'RenderTextMTA' [-Wunused-function] 64 | static int RenderTextMTA(filter_t *, subpicture_region_t *); | ^~~~~~~~~~~~~ ```
-
Steve Lhomme authored
We don't use the content of the VIDEOINFOHEADER in the loop. There is another loop later doing the same thing.
-
Steve Lhomme authored
We can copy the known size without pointer casting.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-