Commit Graph

101571 Commits

Author SHA1 Message Date
Darshan Jain 4667eaa2a5 qml: Rename scrolling text.qml 2024-03-25 20:37:53 +00:00
Steve Lhomme 664f251966 vout_subpicture: remove write-only original size in rendered subpicture
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.
2024-03-25 12:21:29 +00:00
Steve Lhomme 2b6405c7f4 opengl: assume the video area is the same as the "original" area 2024-03-25 12:21:29 +00:00
Steve Lhomme 5b65b93eb1 xcb/render: assume the video area is the same as the "original" area 2024-03-25 12:21:29 +00:00
Steve Lhomme df71e59703 VLCSampleBufferDisplay: assume the video area is the same as the "original" area 2024-03-25 12:21:29 +00:00
Steve Lhomme dda557aa30 direct3d9: assume the video area is the same as the "original" area 2024-03-25 12:21:29 +00:00
Steve Lhomme 653c5ed78e direct3d11: assume the video area is the same as the "original" area 2024-03-25 12:21:29 +00:00
Steve Lhomme 63855d998b video_output: always set the SPU destination in the placed video for SPU-handling displays
It doesn't matter if we scale up or down. They do the same kind of scaling.
2024-03-25 12:21:29 +00:00
Fatih Uzunoglu bb88cd5aa9 qml: derive from LabelExt in SubtitleLabel 2024-03-25 11:56:39 +00:00
Fatih Uzunoglu a320b0590c qml: derive from LabelExt in MenuLabel 2024-03-25 11:56:39 +00:00
Fatih Uzunoglu ce1a7feed6 qml: derive from LabelExt in ListLabel 2024-03-25 11:56:39 +00:00
Fatih Uzunoglu f0496f62ea qml: derive from LabelExt in CaptionLabel 2024-03-25 11:56:39 +00:00
Fatih Uzunoglu a7c21e837e qt: add LabelExt.qml
LabelExt shows tool tip by default if its
width is not sufficient.
2024-03-25 11:56:39 +00:00
Ankit Meel cd06bb5ec3 macOS/Meson/Codec: Fix linker error with videotoolbox 2024-03-25 10:11:02 +00:00
Fatih Uzunoglu 396916a175 qt: use `split()` instead of `splitRef()`, use QStringView with Qt 6 in ControlbarProfileModel
QStringView is available on Qt 5.12, but lacks the split() method
that is used here.
2024-03-24 20:32:07 +00:00
Fatih Uzunoglu cbd2cf1d26 qt: force OpenGL on Windows 7 if Qt >= 6.0
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.
2024-03-24 20:32:07 +00:00
Fatih Uzunoglu 1488db7f68 qt: fix QQuickImageProvider deriving from QObject since Qt 6 2024-03-24 20:32:07 +00:00
Fatih Uzunoglu 9602401aa1 qt: use QQuickItem::geometryChange() instead of QQuickItem::geometryChanged() 2024-03-24 20:32:07 +00:00
Fatih Uzunoglu dc64361e71 qt: fix nativeEventFilter() signature 2024-03-24 20:32:07 +00:00
Fatih Uzunoglu fd12435507 qt: do not use `setClearBeforeRendering()` in compositor_win7
Qt docs: The color buffer is cleared by default.
2024-03-24 20:32:07 +00:00
Fatih Uzunoglu ef6d533d51 qt: remove d3d version check in compositor_win7 for Qt 6 2024-03-24 20:32:07 +00:00
Fatih Uzunoglu 30c2634e72 qt: remove org.videolan.compat module 2024-03-24 20:32:07 +00:00
Fatih Uzunoglu 83141455ea qt: do not use `setClearBeforeRendering()` in compositor_wayland
Qt docs: The color buffer is cleared by default.
2024-03-24 20:32:07 +00:00
Fatih Uzunoglu 8d5ea96548 qt: add missing Q_MOC_INCLUDE 2024-03-24 20:32:07 +00:00
Fatih Uzunoglu af677147ae qt: cast QPainterPath::element to QPointF in QSGRoundedRectangularImageNode 2024-03-24 20:32:07 +00:00
Fatih Uzunoglu c7b06f38da qml: extend artist list background through view display margin end 2024-03-24 19:58:21 +00:00
Prince Gupta 3efad18d90 qml: fix Popup appearing out of window with extended frames
fixup d59aa6169e
2024-03-24 14:57:51 +00:00
Prince Gupta d4e2fd65dc qml: fix PlaybackSpeed Popup not loading 2024-03-24 14:57:51 +00:00
Prince Gupta d3d50d3576 qml: don't use icon font for normal text
also remove superfluous column wrapping
2024-03-24 13:58:14 +00:00
Steve Lhomme 53e48f1a98 vout_subpictures: use the same scaling to unscale the forced destination
If scaling is not applied the scaling used was giving incorrect absolute+unscaled area for the
region destination to keep.
2024-03-24 12:26:30 +00:00
Steve Lhomme 172ae5a663 d3d11_scaler: fix deadlock on NVIDIA detection errors 2024-03-24 04:32:43 +00:00
Steve Lhomme 6a5b788c5d d3d11_scaler: fix Intel Super Resolution enabling
The wrong API was used to set kIntelVpeFnScaling.
2024-03-24 04:32:43 +00:00
Steve Lhomme 12511587fe d3d11_scaler: mark Intel Super Resolution detection as not possible 2024-03-24 04:32:43 +00:00
Fatih Uzunoglu 58d43b1259 qml: fit text in toolbar editor button list view 2024-03-23 20:24:42 +00:00
Prince Gupta 4cd7e93525 qml: add option to jump to playing in Playlist 2024-03-23 14:35:07 +00:00
Prince Gupta 69a449868d qt: add 'currentIndex' property to PlaylistController 2024-03-23 14:35:07 +00:00
Prince Gupta 5f1e80b1b7 qt: rename variable 2024-03-23 14:35:07 +00:00
Fatih Uzunoglu 3d8fa03b17 qml: use IconToolButton in NavigationBoxButton
IconControlButton is no more.
2024-03-23 14:08:29 +00:00
Fatih Uzunoglu 8ed07cf09d qml: do not import player directory in NavigationBoxButton
importing player directory as Player
conflicts with the Player provided
by org.videolan.vlc module.
2024-03-23 14:08:29 +00:00
Fatih Uzunoglu 2c07597697 qml: correct invalid reference in Player 2024-03-23 14:08:29 +00:00
Fatih Uzunoglu 2b68d45d03 qml: fix context menu not opening in playlist delegate
Regression since d34c08723d,
and `this` here is not necessary. It is not clear why it has
been used before.
2024-03-23 11:52:25 +00:00
Fatih Uzunoglu 4ef63e2aca qml: simplify logic in MiniPlayer.qml 2024-03-23 11:23:19 +00:00
Fatih Uzunoglu 9f9339427b qml: do not show mini player when ui is scaled 2024-03-23 11:23:19 +00:00
Fatih Uzunoglu 3e45f73735 qml: remove spacing in music artist list 2024-03-23 10:40:25 +00:00
Prince Gupta dafc146cf8 qt: fix leak of network resources from RoundImage
also add documentation to address ambiguity in object ownership
2024-03-23 09:13:35 +00:00
Prince Gupta cc922574c6 qt: fix possible infinite loading in RoundImage
correctly handle error for custom generators
2024-03-23 09:13:35 +00:00
Prince Gupta 58a7aec106 qt: rearrange variables in RoundImage
reduces padding
2024-03-23 09:13:35 +00:00
François Cartegnie 44879313ba codec/demux: ttml: handle non-default namespaces 2024-03-22 20:15:27 +00:00
François Cartegnie a55c9e9a6b codec: ttml add more namespaces defines 2024-03-22 20:15:27 +00:00
François Cartegnie 29759b7141 codec: ttml: add namespaces registry 2024-03-22 20:15:27 +00:00