[vlc-commits] [Git][videolan/vlc][master] 2 commits: configure: rename KMS to LIBDRM

2022-06-02 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 5ec6bca0 by Rémi Denis-Courmont at 2022-06-02T15:19:11+00:00 configure: rename KMS to LIBDRM KMS is a subset of kernel interface. What is tested there is the presence of libdrm development files. - - - - - 17db49c1 by

[vlc-commits] [Git][videolan/vlc][master] wall: fix non-first abscissa of non-8-bit samples

2022-06-02 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 87733c50 by Rémi Denis-Courmont at 2022-06-02T15:46:20+00:00 wall: fix non-first abscissa of non-8-bit samples The X and Y values are pixel coordinates in the potentially subsampled plane resolution. This must be converted

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: make duration's definitions constant

2022-06-02 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: b0a08f2f by Pierre Lamot at 2022-06-02T16:26:26+00:00 qml: make durations definitions constant we dont need two levels of bindings for constant. if developers need to test different values, they can adjust them manually

[vlc-commits] [Git][videolan/vlc][master] modules: remove standalone AM_CFLAGS usage

2022-06-02 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 56ab65e9 by Steve Lhomme at 2022-06-02T05:39:11+00:00 modules: remove standalone AM_CFLAGS usage Its implied when the xxx_CFLAGS is not set. - - - - - 7 changed files: - modules/audio_output/Makefile.am -

[vlc-commits] [Git][videolan/vlc][master] 3 commits: codec: opus: header fix needs valid defaults

2022-06-02 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 0d0df433 by Francois Cartegnie at 2022-06-02T13:57:05+00:00 codec: opus: header fix needs valid defaults - - - - - c9cd7454 by Francois Cartegnie at 2022-06-02T13:57:05+00:00 codec: opus: rewrite extradata handling - - - -

[vlc-commits] [Git][videolan/vlc][master] 5 commits: qt: fix transcode wizard mrl

2022-06-02 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 1bcd4e83 by Francois Cartegnie at 2022-06-02T08:18:53+00:00 qt: fix transcode wizard mrl - - - - - 663b56b8 by Francois Cartegnie at 2022-06-02T08:18:53+00:00 qt: soutchain: escape and quote strings at value level - - - -

[vlc-commits] [Git][videolan/vlc][master] qt/mlbookmarkmodel: Keep the current value when editing

2022-06-02 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 1460dde1 by Benjamin Arnaud at 2022-06-02T08:40:35+00:00 qt/mlbookmarkmodel: Keep the current value when editing fix #26980 - - - - - 1 changed file: - modules/gui/qt/medialibrary/mlbookmarkmodel.cpp Changes:

[vlc-commits] [Git][videolan/vlc][master] 7 commits: qml/ComboBoxExt: Fix the Popup 'z' value

2022-06-02 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 0505bad7 by Benjamin Arnaud at 2022-06-02T09:36:35+00:00 qml/ComboBoxExt: Fix the Popup z value - - - - - 980aeb4e by Benjamin Arnaud at 2022-06-02T09:36:35+00:00 qml/ComboBoxExt: Fix the null context warning - - - - -

[vlc-commits] [Git][videolan/vlc][master] 3 commits: d3d11_player: handle 0 dimensions we report to the app

2022-06-02 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: d22c1a2b by Steve Lhomme at 2022-06-02T09:10:37+00:00 d3d11_player: handle 0 dimensions we report to the app We could avoid sending 0, or we could avoid the rendering if its 0. But being a simple sample app, lets use the