[vlc-commits] [Git][videolan/vlc][master] 2 commits: wayland: input: init axis_value120 to NULL

2022-08-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 19bd8d27 by Alexandre Janniaux at 2022-08-30T11:31:42+00:00 wayland: input: init axis_value120 to NULL Fixes a missing initializer warning for axis_value120. We currently enforce version = 5 for the wl_seat version, and its

[vlc-commits] [Git][videolan/vlc][master] 7 commits: qt: widgets: use override

2022-08-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: e7ec26be by Johannes Kauffmann at 2022-08-30T11:52:40+00:00 qt: widgets: use override - - - - - 44471847 by Johannes Kauffmann at 2022-08-30T11:52:40+00:00 qt: sout: use override - - - - - 1777ee40 by Johannes Kauffmann at

[vlc-commits] [Git][videolan/vlc][master] sout: don't log a NULL psz_name

2022-08-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: d143d265 by Johannes Kauffmann at 2022-08-30T11:19:46+00:00 sout: dont log a NULL psz_name When sout_StreamDelete is called from sout_StreamNew, p_stream-psz_name is set to NULL, so dont pass it to msg_Dbg. - - - - - 1 changed

[vlc-commits] [Git][videolan/vlc][master] 9 commits: qml/controlbarcontrols: Create TeletextButton

2022-08-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: ed203d0e by Benjamin Arnaud at 2022-08-30T12:16:33+00:00 qml/controlbarcontrols: Create TeletextButton - - - - - 5cc7975d by Benjamin Arnaud at 2022-08-30T12:16:33+00:00 qml/ControlbarControls: Update TELETEXT_BUTTONS to

[vlc-commits] [Git][videolan/vlc][master] access: file: simplify the check of remote path on Windows

2022-08-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: a89c7662 by Steve Lhomme at 2022-08-30T15:06:01+00:00 access: file: simplify the check of remote path on Windows PathIsNetworkPathW() is a basic function that only checks for \\ and [a-zA-Z]:\\ pathes [1]. Its also not available

[vlc-commits] [Git][videolan/vlc][master] contrib: dvdread: do not use btn_it and its parent as packed structures

2022-08-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 94db2f10 by Steve Lhomme at 2022-08-30T12:38:39+00:00 contrib: dvdread: do not use btn_it and its parent as packed structures The 4x 12 bits packing is making the bitfield packing messy and incompatible with (non)MS packing in

[vlc-commits] [Git][videolan/vlc][master] codec: remove unused shlwapi link from the DXVA2 VA plugin

2022-08-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: b0c466ae by Steve Lhomme at 2022-08-30T14:06:28+00:00 codec: remove unused shlwapi link from the DXVA2 VA plugin - - - - - 1 changed file: - modules/codec/Makefile.am Changes: =

[vlc-commits] [Git][videolan/vlc][master] input: use double for vlc_tick_t conversions

2022-08-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 42b767af by Francois Cartegnie at 2022-08-30T15:31:07+00:00 input: use double for vlc_tick_t conversions becomes 64 due to imprecision - - - - - 1 changed file: - src/input/input.c Changes: