[vlc-commits] [Git][videolan/vlc][master] 10 commits: misc: picture: fix user-after-free on picture date

2023-01-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 32123a74 by Alexandre Janniaux at 2023-01-30T17:29:38+00:00 misc: picture: fix user-after-free on picture date - - - - - 189b4c4e by Alexandre Janniaux at 2023-01-30T17:29:38+00:00 medialibrary: Thumbnailer: destroy request after

[vlc-commits] [Git][videolan/vlc][master] 5 commits: transcode: simplify encoder closes

2023-01-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 357c70f1 by Alaric Senat at 2023-01-30T16:31:44+00:00 transcode: simplify encoder closes `module_unneed` is now called in one single place. - - - - - d899a2d3 by Alaric Senat at 2023-01-30T16:31:44+00:00 transcode: video_enc:

[vlc-commits] [Git][videolan/vlc][3.0.x] dav1d: fix gbrp mapping

2023-01-30 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch 3.0.x at VideoLAN / VLC Commits: 6a661074 by Tristan Matthews at 2023-01-29T11:26:06-05:00 dav1d: fix gbrp mapping Fixes #27586 (cherry picked from commit f28a4b2b34be9cc3d342c258d698c8f34751205e) - - - - - 1 changed file: - modules/codec/dav1d.c

[vlc-commits] [Git][videolan/libvlcpp][master] Media: Remove `thumbnailRequestCancel`

2023-01-30 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / libvlcpp Commits: e1a03b37 by Alaric Senat at 2023-01-30T14:16:44+01:00 Media: Remove `thumbnailRequestCancel` Cancelling usage have been merged with `thumbnailRequestDestroy`. Refs videolan/vlc!3153 - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][master] qml/TouchScreenTapHandlerRev11: add missing signal

2023-01-30 Thread Pierre Lamot (@chub)
Pierre Lamot pushed to branch master at VideoLAN / VLC Commits: 727232f4 by Yann Lochet at 2023-01-30T15:40:54+00:00 qml/TouchScreenTapHandlerRev11: add missing signal dda6d04f uses longPressed in TouchScreenTapHandlerCompat, breaking the Qt interface on 5.11 - - - - - 1 changed file: -

[vlc-commits] [Git][videolan/vlc][master] 5 commits: access/http: add restrict to window_status

2023-01-30 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 5b299301 by Steve Lhomme at 2023-01-30T10:06:19+00:00 access/http: add restrict to window_status This matches the use of restrict in vlc_h2_window_status from h2conn.c - - - - - 0bc1624e by Steve Lhomme at