[vlc-commits] [Git][videolan/vlc][master] qml: PlaylistListView padding and spacing adjustment

2023-11-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 0e2f9376 by Fatih Uzunoglu at 2023-11-17T10:30:12+00:00 qml: PlaylistListView padding and spacing adjustment - - - - - 3 changed files: - modules/gui/qt/maininterface/qml/MainDisplay.qml - modules/gui/qt/playlist/qml/PlaylistLi

[vlc-commits] [Git][videolan/vlc][master] qml: prevent initial visibility change of some items in Player

2023-11-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 9fc7deb8 by Fatih Uzunoglu at 2023-11-17T11:57:12+00:00 qml: prevent initial visibility change of some items in Player - - - - - 1 changed file: - modules/gui/qt/player/qml/Player.qml Changes: ===

[vlc-commits] [Git][videolan/vlc][master] 9 commits: vout_subpictures: merge spu_channel_Clear() and spu_channel_Clean()

2023-11-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: a2ca60f5 by Steve Lhomme at 2023-11-17T12:24:48+00:00 vout_subpictures: merge spu_channel_Clear() and spu_channel_Clean() It does the same as spu_channel_Clean(): - spu_PrerenderCancel() on each subpicture - subpicture_Delete() o

[vlc-commits] [Git][videolan/vlc][master] 5 commits: aout: fix pause fallback

2023-11-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: b1cc207e by Thomas Guillem at 2023-11-17T12:59:47+00:00 aout: fix pause fallback Only flushing the module is not enough, the stream state must correspond to the flushed state. - - - - - edc51a3f by Thomas Guillem at 2023-11-17T12

[vlc-commits] [Git][videolan/vlc][master] qml: use grouped property for fading edge in KeyNavigableListView instead of aliasing

2023-11-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: ab853bd0 by Fatih Uzunoglu at 2023-11-17T14:29:23+00:00 qml: use grouped property for fading edge in KeyNavigableListView instead of aliasing - - - - - 6 changed files: - modules/gui/qt/maininterface/qml/MainTableView.qml - mo

[vlc-commits] [Git][videolan/vlc][master] 4 commits: aout: don't handle drift when paused

2023-11-17 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: d946275c by Thomas Guillem at 2023-11-17T15:44:31+00:00 aout: don't handle drift when paused In case where the audio is not master and paused (unlikely since audio is not master in case of live playback, that is generally not pa

[vlc-commits] [Git][videolan/vlc][master] opengl: sub_renderer: release GL program in destructor

2023-11-17 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 69815da4 by Pierre Lamot at 2023-11-17T18:11:50+00:00 opengl: sub_renderer: release GL program in destructor - - - - - 1 changed file: - modules/video_output/opengl/sub_renderer.c Changes: =

[vlc-commits] [Git][videolan/vlc][master] 10 commits: subpicture: don't preemptively call video_format_IsSimilar to update SPU's

2023-11-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 27be18da by Steve Lhomme at 2023-11-17T18:37:42+00:00 subpicture: don't preemptively call video_format_IsSimilar to update SPU's The callee may not care at all and we're doing many tests for nothing. - - - - - 0c09774c by Steve

[vlc-commits] [Git][videolan/vlc][master] 2 commits: input: es_out: refactor setting es lang/title for consistency

2023-11-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: a3afca22 by François Cartegnie at 2023-11-17T19:22:11+00:00 input: es_out: refactor setting es lang/title for consistency - - - - - 4397478b by François Cartegnie at 2023-11-17T19:22:11+00:00 input: es_out: set original_codec on S

[vlc-commits] [Git][videolan/vlc][master] 2 commits: vout_subpicture: handle the scaled picture version of regions internally

2023-11-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: f1c9a45b by Steve Lhomme at 2023-11-17T20:44:32+00:00 vout_subpicture: handle the scaled picture version of regions internally - - - - - fe424511 by Steve Lhomme at 2023-11-17T20:44:32+00:00 subpicture: remove unused subpicture_re

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: do not delay setting topInset of ControlBar

2023-11-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 3c4ad604 by Fatih Uzunoglu at 2023-11-17T21:15:17+00:00 qml: do not delay setting topInset of ControlBar - - - - - 11886f8b by Fatih Uzunoglu at 2023-11-17T21:15:17+00:00 qml: give room for optimization in ControlBar - - - - - 64

[vlc-commits] [Git][videolan/vlc][master] 2 commits: Introduce VLC_SNAPSHOTS_DIR for consistent default snapshots folder.

2023-11-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: dce86501 by Vikram Kangotra at 2023-11-18T06:18:57+00:00 Introduce VLC_SNAPSHOTS_DIR for consistent default snapshots folder. Standardize default snapshots folder across platforms with the introduction of VLC_SNAPSHOTS_DIR. Users

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: fix interface locking with system CSD

2023-11-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: a4c0d3a8 by Prince Gupta at 2023-11-18T07:12:54+00:00 qml: fix interface locking with system CSD - - - - - a5f4fbca by Prince Gupta at 2023-11-18T07:12:54+00:00 qml: fix invalid property usage - - - - - 2baa2908 by Prince Gupta a