[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: welcome to 2024
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed Jan 10 06:36:19 UTC 2024
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
a77727ff by Sean McGovern at 2024-01-09T01:34:51+01:00
welcome to 2024
(cherry picked from commit 3a174676a3526236f964bec7f635c71076d77c3f)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>
- - - - -
cd525eb4 by Marvin Scholz at 2024-01-09T01:34:51+01:00
On the road to 3.0.21
- - - - -
3 changed files:
- NEWS
- configure.ac
- doc/Makefile.am
Changes:
=====================================
NEWS
=====================================
@@ -1,3 +1,18 @@
+Changes between 3.0.20 and 3.0.21:
+------------------------------------
+
+Decoders:
+ - Improve Opus ambisonic support
+ - Fix some ASS subtitle rendering issues
+
+Audio Output:
+ - Fix regression on macOS causing crashes when using audio devices
+ with more than 9 channels
+
+Contrib:
+ - Update FFmpeg to 4.4.4
+
+
Changes between 3.0.19 and 3.0.20:
----------------------------------
=====================================
configure.ac
=====================================
@@ -1,11 +1,11 @@
dnl Autoconf settings for vlc
-AC_COPYRIGHT([Copyright 1999-2023 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 1999-2024 VLC authors and VideoLAN])
-AC_INIT(vlc, 3.0.20)
+AC_INIT(vlc, 3.0.21)
VERSION_MAJOR=3
VERSION_MINOR=0
-VERSION_REVISION=20
+VERSION_REVISION=21
VERSION_EXTRA=0
VERSION_DEV=
@@ -14,7 +14,7 @@ AC_SUBST(PKGDIR)
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
CODENAME="Vetinari"
-COPYRIGHT_YEARS="1996-2023"
+COPYRIGHT_YEARS="1996-2024"
AC_CONFIG_SRCDIR(src/libvlc.c)
AC_CONFIG_AUX_DIR(autotools)
=====================================
doc/Makefile.am
=====================================
@@ -46,6 +46,7 @@ CHANGELOGS = \
ChangeLog-2021 \
ChangeLog-2022 \
ChangeLog-2023 \
+ ChangeLog-2024 \
$(NULL)
man1_MANS = \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/81d9c4c7027df1fdd937da64c9f969265f300fd1...cd525eb4bc8c1c1addcbd65d22e393bc21ec0264
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/81d9c4c7027df1fdd937da64c9f969265f300fd1...cd525eb4bc8c1c1addcbd65d22e393bc21ec0264
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list