[vlc-commits] [Git][videolan/vlc][master] 3 commits: d3d11va: exit early when video decoding is not supported

2023-02-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ae5c56a4 by Steve Lhomme at 2023-02-06T20:17:02+00:00 d3d11va: exit early when video decoding is not supported - - - - - 480884be by Steve Lhomme at 2023-02-06T20:17:02+00:00 d3d11_decoder: add the RGB mask if needed

[vlc-commits] [Git][videolan/vlc][master] 6 commits: qml: fix tabbutton active status

2023-02-06 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: b857c681 by Pierre Lamot at 2023-02-06T17:55:29+00:00 qml: fix tabbutton active status - - - - - db9de3f1 by Pierre Lamot at 2023-02-06T17:55:29+00:00 qml: remove unused indicator in TextToolButton TextToolButton are never

[vlc-commits] [Git][videolan/vlc][master] 4 commits: qml: fix race condition while switching to the player

2023-02-06 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 65270bc8 by Pierre Lamot at 2023-02-06T18:31:27+00:00 qml: fix race condition while switching to the player when pushing the player, the current view is may be destroyed before the end of the function, this may cause the

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: keep the header visible in the ml playlist view

2023-02-06 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 29714e86 by Pierre Lamot at 2023-02-06T19:21:35+00:00 qml: keep the header visible in the ml playlist view - - - - - 5298ac39 by Pierre Lamot at 2023-02-06T19:21:35+00:00 qml: fix icons alignment with texts in the tables

[vlc-commits] [Git][videolan/vlc][master] 14 commits: contrib: main.mak: export OBJC compiler

2023-02-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 82f1ac62 by Alexandre Janniaux at 2023-02-06T21:14:23+00:00 contrib: main.mak: export OBJC compiler Otherwise, the value is not exported to meson crossfile. - - - - - f2c8b289 by Alexandre Janniaux at

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix playing artist and genres by clicking on VLCLibraryTableCellView

2023-02-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: bec23231 by Claudio Cambra at 2023-02-06T22:24:45+00:00 macosx: Fix playing artist and genres by clicking on VLCLibraryTableCellView Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][master] 5 commits: macosx: Move artwork image generation out of playlist item and into playlist...

2023-02-06 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 53aa9e6d by Claudio Cambra at 2023-02-07T06:14:10+00:00 macosx: Move artwork image generation out of playlist item and into playlist able view cell, as we do with other data classes Signed-off-by: Claudio Cambra