[vlc-commits] [Git][videolan/vlc][master] 10 commits: qml/AnimatedBackground: animate border

2021-06-24 Thread Jean-Baptiste Kempf
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 87275e07 by Prince Gupta at 2021-06-24T22:08:45+05:30 qml/AnimatedBackground: animate border - - - - - 58b94d7e by Prince Gupta at 2021-06-24T22:08:45+05:30 qml/BannerTabButton: use AnimatedBackground - - - - - 0e534d74

[vlc-commits] [Git][videolan/vlc][master] qml/IconToolButton: Improve focus rectangle visibility

2021-06-24 Thread Jean-Baptiste Kempf
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7d83226e by Benjamin Arnaud at 2021-06-24T15:31:58+00:00 qml/IconToolButton: Improve focus rectangle visibility And refactor color settings. - - - - - 6 changed files: - modules/gui/qt/player/qml/ButtonsLayout.qml -

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix tiny bugs in volume control

2021-06-24 Thread Jean-Baptiste Kempf
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 98838a77 by Samuel Bassaly at 2021-06-24T14:52:26+00:00 macosx: Fix tiny bugs in volume control Fix a problem in the parsing string used for the volume control tooltip. The old string formatted a float as an int, leading

[vlc-commits] [Git][videolan/vlc][master] rtp: fix invalid check

2021-06-24 Thread Thomas Guillem
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: b6d0ebc9 by Thomas Guillem at 2021-06-24T13:05:44+00:00 rtp: fix invalid check This caused the rtp access module to always fail. Regression from ced9254b63271c36bddd15c01adabb88d3a3f1bb - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][master] directx_va: only call profile readers if we don't have one

2021-06-24 Thread Steve Lhomme
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: a69b492a by Steve Lhomme at 2021-06-24T09:10:10+00:00 directx_va: only call profile readers if we dont have one Thats how MediaCodec does it. These readers can be wrong so rely on lavc and container values instead. Fixes #25850

[vlc-commits] [Git][videolan/vlc][master] modules: inline module_exists()

2021-06-24 Thread Steve Lhomme
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: ab58ea1b by Lyndon Brown at 2021-06-24T08:08:04+00:00 modules: inline module_exists() - - - - - 3 changed files: - include/vlc_modules.h - src/libvlccore.sym - src/modules/modules.c Changes: