[vlc-commits] [Git][videolan/vlc][master] contrib: libvpx: update to 1.14.0

2024-01-26 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 1a007d1f by Tristan Matthews at 2024-01-26T10:59:33-05:00 contrib: libvpx: update to 1.14.0 This release drops support for old C compilers, such as Visual Studio 2012 and older, that disallow mixing variable declarations

[vlc-commits] [Git][videolan/vlc][master] contrib: vorbis: update to 1.3.7

2024-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 51d3312c by Steve Lhomme at 2024-01-26T14:27:54+00:00 contrib: vorbis: update to 1.3.7 And build with CMake which doesnt force compiler flags that dont work. And it avoids a RECONF call. CMake patch submitted here

[vlc-commits] [Git][videolan/vlc][master] 3 commits: codec: webvtt: fix empty newline insertion

2024-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 5c11b66b by François Cartegnie at 2024-01-26T13:18:56+00:00 codec: webvtt: fix empty newline insertion - - - - - a8abcc7d by François Cartegnie at 2024-01-26T13:18:56+00:00 codec: webvtt: use unicode line separator to encode

[vlc-commits] [Git][videolan/vlc][master] codec: webvtt: unescape all identifiers and text

2024-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 3be62091 by François Cartegnie at 2024-01-26T12:28:16+00:00 codec: webvtt: unescape all identifiers and text - - - - - 1 changed file: - modules/codec/webvtt/subsvtt.c Changes: =

[vlc-commits] [Git][videolan/vlc][master] 8 commits: cli: fix possible uninitialized read

2024-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: b7eeec2c by Romain Vimont at 2024-01-26T11:43:07+00:00 cli: fix possible uninitialized read On Android: ../../modules/control/cli/cli.c:335:9: warning: variable ret is used uninitialized whenever if condition is

[vlc-commits] [Git][videolan/vlc][master] 3 commits: egl_gbm: fix use-after-free in logging

2024-01-26 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 9d21d25c by Alexandre Janniaux at 2024-01-26T11:10:38+00:00 egl_gbm: fix use-after-free in logging - - - - - 85f8fe67 by Alexandre Janniaux at 2024-01-26T11:10:38+00:00 egl_gbm: fix leaks of wayland objects - - - - - c2ee0776 by

[vlc-commits] [Git][videolan/vlc][master] switch C++ support to C++17

2024-01-26 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 5dcc5ff8 by Steve Lhomme at 2024-01-26T10:42:23+00:00 switch C++ support to C++17 As contribs keep being updated with newer versions of the language, we need to support a more modern version of C++ going forward. Setting