[vlc-commits] [Git][videolan/vlc][master] 5 commits: freetype2: fix palette filling in YUVP

2023-11-16 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: b81bc695 by Steve Lhomme at 2023-11-16T08:26:08+00:00 freetype2: fix palette filling in YUVP Since fe415420f3ace0b91636884626ff1ddd6ef8c360 the palette set in the local format is not set on the output region format. The palette

[vlc-commits] [Git][videolan/vlc][master] 10 commits: pulse: move drain in a new function

2023-11-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d7eccba7 by Thomas Guillem at 2023-11-16T09:10:49+00:00 pulse: move drain in a new function No functional changes. - - - - - 83967414 by Thomas Guillem at 2023-11-16T09:10:49+00:00 pulse: move data_free up No functional

[vlc-commits] [Git][videolan/vlc][master] 2 commits: bluray: use a reference of internal pictures instead of picture copy

2023-11-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0ee8e70d by Steve Lhomme at 2023-11-16T06:43:49+00:00 bluray: use a reference of internal pictures instead of picture copy The picture inside our internal regions is refcounted, so it will stay alive even if the internal

[vlc-commits] [Git][videolan/vlc][master] 29 commits: sout: use designated initializers for ops callbacks

2023-11-16 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 015790ea by Alaric Senat at 2023-11-16T09:40:00+00:00 sout: use designated initializers for ops callbacks Unify all the ops callbacks to designated initializers in C sources. C++ code uses lambda initialization that is

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

2023-11-16 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: e51246cb by Steve Lhomme at 2023-11-16T12:52:08+00:00 vout_subpictures: keep the last-minute rendered text region It was leaking since fe415420f3ace0b91636884626ff1ddd6ef8c360 and would have to be rendered again at the next call.

[vlc-commits] [Git][videolan/vlc][master] 35 commits: subpicture: merge pf_validate and pf_update calls

2023-11-16 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 2fcc5179 by Steve Lhomme at 2023-11-16T10:57:02+00:00 subpicture: merge pf_validate and pf_update calls pf_validate is supposed to tell if the regions need to be redone or not. But since pf_update is going to write the regions,

[vlc-commits] [Git][videolan/vlc][master] 4 commits: test/clock: set back the correct test duration

2023-11-16 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 23c38df8 by Thomas Guillem at 2023-11-16T16:54:36+00:00 test/clock: set back the correct test duration Regression from 77cd3505e4df84aa3e21fab90961f61c90da54ba - - - - - 9e2a9c21 by Thomas Guillem at 2023-11-16T16:54:36+00:00

[vlc-commits] [Git][videolan/vlc][master] 24 commits: macosx: Cache a dictionary of artist id and artist name in library model

2023-11-16 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 5cdd08b0 by Claudio Cambra at 2023-11-16T17:57:00+00:00 macosx: Cache a dictionary of artist id and artist name in library model Signed-off-by: Claudio Cambra develo...@claudiocambra.com - - - - - 4f8c4b4f by Claudio Cambra at