[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: aom: update to 3.3.0

2022-04-29 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch 3.0.x at VideoLAN / VLC Commits: f0b1ddca by Tristan Matthews at 2022-04-29T16:14:57-04:00 contrib: aom: update to 3.3.0 2022-01-28 v3.3.0 This release includes compression efficiency and perceptual quality improvements, speedup and memory optimizations,

[vlc-commits] [Git][videolan/vlc][master] contrib: main.mak: force LIBDIR to lib/

2022-04-29 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 346b2fb9 by Alexandre Janniaux at 2022-04-29T19:37:15+00:00 contrib: main.mak: force LIBDIR to lib/ CMAKE_INSTALL_LIBDIR can be lib, lib64 or even lib/multiarch-tuple on Debian, but we already split the contribs by

[vlc-commits] [Git][videolan/vlc][master] vdpau/interop: fix non-reentrant pointers (fixes #26554)

2022-04-29 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 19abac0f by Rémi Denis-Courmont at 2022-04-29T18:58:25+00:00 vdpau/interop: fix non-reentrant pointers (fixes #26554) - - - - - 1 changed file: - modules/video_output/opengl/interop_vdpau.c Changes:

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt: fix typo in filename

2022-04-29 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 04261dba by Romain Vimont at 2022-04-29T17:48:08+00:00 qt: fix typo in filename Visiblity - Visibility. - - - - - c8b0956f by Romain Vimont at 2022-04-29T17:48:08+00:00 qt: fix typos More Visiblity - Visibility. - - - -

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: ass: fix crash when combined with recent freetype

2022-04-29 Thread @Courmisch
Rémi Denis-Courmont pushed to branch 3.0.x at VideoLAN / VLC Commits: cf8b6165 by Steve Lhomme at 2022-04-28T17:46:06+02:00 contrib: ass: fix crash when combined with recent freetype Using upstream patch until a new release comes.

[vlc-commits] [Git][videolan/vlc][master] 2 commits: dialogs: split callbacks between interactive and non-interactive callbacks

2022-04-29 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 211baa3f by Pierre Lamot at 2022-04-29T17:19:30+00:00 dialogs: split callbacks between interactive and non-interactive callbacks this allows an application to manage error messages outside of the UI lifetime. For instance

[vlc-commits] [Git][videolan/vlc][master] qt: fix QtQuick version

2022-04-29 Thread Pierre Lamot (@chub)
Pierre Lamot pushed to branch master at VideoLAN / VLC Commits: 1241d4bf by Romain Vimont at 2022-04-29T14:17:34+00:00 qt: fix QtQuick version Connections.enabled requires QtQuick 2.7: qml: component is not ready: qrc:/player/Player.qml:121 Type PlayerPlaylistVisiblityFSM unavailable

[vlc-commits] [Git][videolan/vlc][master] 5 commits: contrib: upnp: Add a patch to avoid implicit declarations of gettimeofday on mingw

2022-04-29 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 83d7194d by Martin Storsjö at 2022-04-29T14:44:03+03:00 contrib: upnp: Add a patch to avoid implicit declarations of gettimeofday on mingw This patch has been sent upstream at https://github.com/pupnp/pupnp/pull/387, but hasnt

[vlc-commits] [Git][videolan/vlc][master] 6 commits: macosx.m: use vlc_obj_calloc for sys

2022-04-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b688611d by Alexandre Janniaux at 2022-04-29T13:07:27+02:00 macosx.m: use vlc_obj_calloc for sys This also prevent the leak of sys happening when the wrong type of window is used when opening the display, and move the test

[vlc-commits] [Git][videolan/vlc][master] contrib: librist: patch meson.build for libcjson

2022-04-29 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b4cd6a8b by Alexandre Janniaux at 2022-04-29T09:37:35+00:00 contrib: librist: patch meson.build for libcjson Debian is using cJSON from github.com/DaveGamble/cJSON, as well as archlinux and homebrew, which is shipping a

[vlc-commits] [Git][videolan/vlc][master] contrib: projectM: Apply a patch to add missing includes of

2022-04-29 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 3c181d46 by Martin Storsjö at 2022-04-29T05:42:04+00:00 contrib: projectM: Apply a patch to add missing includes of functional This source file in projectM uses std::bind2nd, which is declared in the functional header. Previously