[vlc-commits] [Git][videolan/vlc][master] qt: Update CSD Icons to Segoe Fonts available in different Windows Version

2024-03-05 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 4aecd897 by darshan jain at 2024-03-05T15:35:53+00:00 qt: Update CSD Icons to Segoe Fonts available in different Windows Version - - - - - 4 changed files: - modules/gui/qt/maininterface/mainctx.cpp -

[vlc-commits] [Git][videolan/vlc][master] qt: NetworkMediaModel now lists folders before files

2024-03-05 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 797e1a4e by Ash V at 2024-03-05T16:12:48+00:00 qt: NetworkMediaModel now lists folders before files Added isADir() method in NetWorkmediaModels anonymous namespace to list folders-before-files through the

[vlc-commits] [Git][videolan/vlc][master] 2 commits: modules: use actual alignment values in parameter lists

2024-03-05 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 339b320d by Steve Lhomme at 2024-03-05T13:46:45+00:00 modules: use actual alignment values in parameter lists - - - - - 50486d21 by Steve Lhomme at 2024-03-05T13:46:45+00:00 subtitles: use more const region in SPU encoders - - -

[vlc-commits] [Git][videolan/vlc][master] package: apple: pass the right platform_version for macOS

2024-03-05 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 37dc394c by Marvin Scholz at 2024-03-05T17:03:32+00:00 package: apple: pass the right platform_version for macOS The linkers platform_version argument does not support the value macosx but expects macos here instead. - - -

[vlc-commits] [Git][videolan/vlc][master] packetizer: hevc: fix xps insertion on recovery point

2024-03-05 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: a20f72c6 by François Cartegnie at 2024-03-05T18:54:43+00:00 packetizer: hevc: fix xps insertion on recovery point Was not inserted if theres no pre-frame NAL units - - - - - 1 changed file: - modules/packetizer/hevc.c

[vlc-commits] [Git][videolan/vlc][master] 6 commits: codec: ttml: share nodes to text conversions

2024-03-05 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: e92474da by François Cartegnie at 2024-03-05T19:30:25+00:00 codec: ttml: share nodes to text conversions - - - - - 4d863b1e by François Cartegnie at 2024-03-05T19:30:25+00:00 codec: ttml: refactor ttml_node_new - - - - -

[vlc-commits] [Git][videolan/vlc][master] 4 commits: macosx: Fix content scroll view insets for media source base data source

2024-03-05 Thread @fcartegnie
François Cartegnie pushed to branch master at VideoLAN / VLC Commits: 26308ef3 by Claudio Cambra at 2024-03-05T18:00:57+00:00 macosx: Fix content scroll view insets for media source base data source Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 8a723433 by Claudio