[vlc-commits] [Git][videolan/vlc][master] vlc_queue: fix restrict violation

2023-03-17 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 90e98b01 by Thomas Guillem at 2023-03-17T08:10:38+00:00 vlc_queue: fix restrict violation `restrict` tells the compiler that the tombstone pointer is the only way to access the variable pointed by it. This is not case with multi

[vlc-commits] [Git][videolan/vlc][master] 2 commits: taglib: move default meta access to a function

2023-03-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 294cbdba by Alaric Senat at 2023-03-17T12:14:52+00:00 taglib: move default meta access to a function No functional changes. - - - - - a26e2ba3 by Alaric Senat at 2023-03-17T12:14:52+00:00 taglib: wav: fix RIFF INFO tags parsing

[vlc-commits] [Git][videolan/vlc][master] 4 commits: qt/mainctx: Add the 'pinOpacity' property

2023-03-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: debe7eac by Benjamin Arnaud at 2023-03-17T13:28:56+00:00 qt/mainctx: Add the 'pinOpacity' property - - - - - 45875b43 by Benjamin Arnaud at 2023-03-17T13:28:56+00:00 qml/TopBar: Add the 'resumeVisible' property - - - - - a965917a

[vlc-commits] [Git][videolan/vlc][master] 4 commits: audiotrack: reorder to avoid forward declaration

2023-03-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 6202abd9 by Thomas Guillem at 2023-03-17T20:44:54+00:00 audiotrack: reorder to avoid forward declaration No functional changes. - - - - - 8d0819f5 by Thomas Guillem at 2023-03-17T20:44:54+00:00 audiotrack: remove unused cond Lef

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt: use high-contrast colors on windows

2023-03-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 1a4eb729 by Pierre Lamot at 2023-03-17T21:06:26+00:00 qt: use high-contrast colors on windows when the user enable the high-contrast mode on windows, we must comply to the system palette - - - - - 4d5606c5 by Pierre Lamot at 2023