[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: use rectangle instead of image in PlayButton.qml

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 72f76223 by Fatih Uzunoglu at 2024-04-03T14:12:56+00:00 qml: use rectangle instead of image in PlayButton.qml Originally, the interface had view transition animations and they interfered with the appearance of the play button.

[vlc-commits] [Git][videolan/vlc][master] configure: use the native qmake

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: af826f4a by Steve Lhomme at 2024-04-03T15:10:28+02:00 configure: use the native qmake The target qmake uses the native qmake with this extra parameter. And add some extra logs. We dont want to rebuild the target qmake (and the

[vlc-commits] [Git][videolan/vlc][master] 3 commits: vout_subpictures: assert the render date is valid in spu_render_entry_IsSelected()

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 4e8eec47 by Steve Lhomme at 2024-04-03T13:36:06+00:00 vout_subpictures: assert the render date is valid in spu_render_entry_IsSelected() Its either system now or a non paused timestamp from the clock. Then we can simplify the

[vlc-commits] [Git][videolan/vlc][master] 13 commits: configure: detect Qt native tools in the contrib native path

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 6460ab7f by Steve Lhomme at 2024-04-03T10:17:47+00:00 configure: detect Qt native tools in the contrib native path In addition to the regular PATH. - - - - - b60f7b70 by Steve Lhomme at 2024-04-03T10:17:47+00:00 configure:

[vlc-commits] [Git][videolan/vlc][master] 5 commits: demux: adaptive: remove unused xml node code

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: fb83bc0f by François Cartegnie at 2024-04-03T19:10:26+00:00 demux: adaptive: remove unused xml node code - - - - - f06b9059 by François Cartegnie at 2024-04-03T19:10:26+00:00 demux: adaptive: remove unneeded vtable destructor -

[vlc-commits] [Git][videolan/vlc][master] qml: drop indicator should wait until drop operation is completed in PlaylistListView

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: d1d84260 by Fatih Uzunoglu at 2024-04-03T20:10:03+00:00 qml: drop indicator should wait until drop operation is completed in PlaylistListView - - - - - 1 changed file: - modules/gui/qt/playlist/qml/PlaylistListView.qml

[vlc-commits] [Git][videolan/vlc][master] 4 commits: vout_subpictures: keep the text region rendered at the last minute

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: afc47bc0 by Steve Lhomme at 2024-04-03T20:41:03+00:00 vout_subpictures: keep the text region rendered at the last minute Just like the other call to SpuRenderText. - - - - - d3531da8 by Steve Lhomme at 2024-04-03T20:41:03+00:00

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qt: vlcaccess image provider

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: d8d598e8 by Pierre Lamot at 2024-04-03T16:46:06+00:00 qt: vlcaccess image provider artwork may reference a network resource, so far we were using QNetwork to read these resources, but it has some drawbacks * The protocol for the

[vlc-commits] [Git][videolan/vlc][master] vout_subpictures: handle margin from the center alignment in subpicture regions

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: f7498f6b by Steve Lhomme at 2024-04-03T16:01:08+00:00 vout_subpictures: handle margin from the center alignment in subpicture regions The margin is added, so to shift to the left/top the margin (i_x/i_y) should be negative. - -

[vlc-commits] [Git][videolan/vlc][master] vout_subpictures: ignore OSD rendering based on the subpicture i_channel

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: e4d39d64 by Steve Lhomme at 2024-04-03T18:18:46+00:00 vout_subpictures: ignore OSD rendering based on the subpicture i_channel This feature is used to remove the OSD from snapshot renders. DVD menus may disable the b_subtitle,

[vlc-commits] [Git][videolan/vlc][master] 2 commits: d3d11_fmt: allow selecting a format with any alpha value

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: dac3cffc by Steve Lhomme at 2024-04-03T15:31:12+00:00 d3d11_fmt: allow selecting a format with any alpha value The decoder may end up using a format with alpha even if it doesnt use it. - - - - - 72f534b2 by Steve Lhomme at

[vlc-commits] [Git][videolan/vlc][master] 25 commits: macosx: Extract internal split view views into separate XIB files

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: a7e9c0dd by Claudio Cambra at 2024-04-03T17:35:20+00:00 macosx: Extract internal split view views into separate XIB files Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 7c8bf13f by Claudio Cambra at

[vlc-commits] [Git][videolan/vlc][master] demux: hls: do not track explicit time offset at stream level

2024-04-03 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: fb836a93 by François Cartegnie at 2024-04-04T03:49:46+00:00 demux: hls: do not track explicit time offset at stream level refs #28579 Did not update on switch and is applied once at ESOut level - - - - - 2 changed files: -