[vlc-commits] [Git][videolan/vlc][master] 3 commits: vlc_tls: add restrict qualifier to match existing callbacks

2023-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: dd8866ec by Steve Lhomme at 2023-01-27T07:25:24+00:00 vlc_tls: add restrict qualifier to match existing callbacks - - - - - cacfd854 by Steve Lhomme at 2023-01-27T07:25:24+00:00 vlc_stream: add restrict qualifier to match

[vlc-commits] [Git][videolan/vlc][master] 5 commits: mux: extradata: add missing priv assignment

2023-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: f33dec29 by Alexandre Janniaux at 2023-01-26T21:16:07+00:00 mux: extradata: add missing priv assignment The -priv assignment was only allocated by calloc. - - - - - 8b79ab60 by Alexandre Janniaux at 2023-01-26T21:16:07+00:00

[vlc-commits] [Git][videolan/vlc][master] 4 commits: transcode: make pcr forwarding optional

2023-01-26 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 68a9ddde by Alaric Senat at 2023-01-26T15:55:06+00:00 transcode: make pcr forwarding optional This patch make it possible to disable the PCR forwarding synchronisation algorithm as it is still prone to bugs and will likely

[vlc-commits] [Git][videolan/vlc][master] 5 commits: qt: implement System Menu Button in CSDButtonModel

2023-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: dff96634 by Prince Gupta at 2023-01-26T15:15:53+00:00 qt: implement System Menu Button in CSDButtonModel - - - - - cc82771e by Prince Gupta at 2023-01-26T15:15:53+00:00 qt: provide CSD system menu button on windows - - - - -

[vlc-commits] [Git][videolan/vlc][master] qml: trigger right-click action on touchscreen long press

2023-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: dda6d04f by Yann Lochet at 2023-01-26T14:25:18+00:00 qml: trigger right-click action on touchscreen long press - - - - - 3 changed files: - modules/gui/qt/playlist/qml/PlaylistDelegate.qml -

[vlc-commits] [Git][videolan/vlc][master] win32/spawn: fix attribute_list_size type

2023-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 54a03008 by Steve Lhomme at 2023-01-26T13:04:12+00:00 win32/spawn: fix attribute_list_size type size_t and SIZE_T are not the same type in Windows. - - - - - 1 changed file: - src/win32/spawn.c Changes:

[vlc-commits] [Git][videolan/vlc][master] meson: fix PROCESS_MITIGATION_IMAGE_LOAD_POLICY check

2023-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: a98a501d by Steve Lhomme at 2023-01-26T11:23:56+00:00 meson: fix PROCESS_MITIGATION_IMAGE_LOAD_POLICY check - - - - - 2 changed files: - config.h.meson - meson.build Changes: =

[vlc-commits] [Git][videolan/vlc][master] vlc_fixups: fix warning when setting Windows defines

2023-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 42ad5974 by Steve Lhomme at 2023-01-26T10:10:09+00:00 vlc_fixups: fix warning when setting Windows defines For some reason gcc defines NOMINMAX - - - - - 1 changed file: - include/vlc_fixups.h Changes:

[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: x262: fix sed call when globbing files

2023-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 96379954 by Johannes Kauffmann at 2023-01-26T08:44:12+00:00 contrib: x262: fix sed call when globbing files The sed call tried to glob the Makefile and *.h files in the contrib directory, instead of the x262 source directory: