- Mar 28, 2024
-
-
- Mar 27, 2024
-
-
Steve Lhomme authored
This was forcing the subtitle region to become absolute. This will later break subtitles in black bar which can be outside of the video area. Absolute subtitle areas can only describe a position in the video area. This was also broken if the subpicture updater decides to set the region position at each subpicture update. It would update the forced location we set earlier.
-
Steve Lhomme authored
We only need the entry channel order and the subpicture absolute, subtitle and original dimensions.
-
Steve Lhomme authored
-
Steve Lhomme authored
When they are displayed outside of the black bars they are not cleaned properly.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Only for display modules that render regions separately.
-
Steve Lhomme authored
In case the absolute SPUs need shifting inside the video.
-
Steve Lhomme authored
It stores exactly the same information, that's what we receive and there's a comparison function.
-
Steve Lhomme authored
Missing parts from 4f37f30c.
-
-
- Mar 25, 2024
-
-
-
Steve Lhomme authored
It was only used by the display modules rendering (scaled) regions. That was always set to the video placement dimensions in the display, which they already know about.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
It doesn't matter if we scale up or down. They do the same kind of scaling.
-
-
-
-
-
LabelExt shows tool tip by default if its width is not sufficient.
-
-
- Mar 24, 2024
-
-
QStringView is available on Qt 5.12, but lacks the split() method that is used here.
-
QRhiD3D11 uses functionality that is expected to be not available on Windows 7. Since RHI fallback does not work, we force OpenGL so that it does not crash.
-
-
-
-
Qt docs: The color buffer is cleared by default.
-
-
-
Qt docs: The color buffer is cleared by default.
-
-
-
-