[vlc-commits] [Git][videolan/vlc][master] 5 commits: qt: add LabelExt.qml

2024-03-25 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: a7c21e83 by Fatih Uzunoglu at 2024-03-25T11:56:39+00:00 qt: add LabelExt.qml LabelExt shows tool tip by default if its width is not sufficient. - - - - - f0496f62 by Fatih Uzunoglu at 2024-03-25T11:56:39+00:00 qml: derive from

[vlc-commits] [Git][videolan/vlc][master] macOS/Meson/Codec: Fix linker error with videotoolbox

2024-03-25 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: cd06bb5e by Ankit Meel at 2024-03-25T10:11:02+00:00 macOS/Meson/Codec: Fix linker error with videotoolbox - - - - - 1 changed file: - modules/codec/meson.build Changes: =

[vlc-commits] [Git][videolan/vlc][master] qml: Rename scrolling text.qml

2024-03-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 4667eaa2 by Darshan Jain at 2024-03-25T20:37:53+00:00 qml: Rename scrolling text.qml - - - - - 9 changed files: - modules/gui/qt/Makefile.am - modules/gui/qt/medialibrary/qml/MusicArtistDelegate.qml -

[vlc-commits] [Git][videolan/vlc][master] 7 commits: video_output: always set the SPU destination in the placed video for SPU-handling displays

2024-03-25 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 63855d99 by Steve Lhomme at 2024-03-25T12:21:29+00:00 video_output: always set the SPU destination in the placed video for SPU-handling displays It doesnt matter if we scale up or down. They do the same kind of scaling. - - - -