[vlc-commits] [Git][videolan/vlc][3.0.x] configure: prepare 3.0.24 beta1

Steve Lhomme (@robUx4) gitlab at videolan.org
Wed May 13 10:30:02 UTC 2026



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
fdffc3ab by Steve Lhomme at 2026-05-13T09:13:49+00:00
configure: prepare 3.0.24 beta1

- - - - -


2 changed files:

- NEWS
- configure.ac


Changes:

=====================================
NEWS
=====================================
@@ -1,9 +1,20 @@
-Changes between 3.0.23 and 3.0.24:
+Changes between 3.0.23 and 3.0.24-beta1:
 ----------------------------------
 
 Codecs:
  * Use FFmpeg 8.1 (upgraded from 4.4)
  * Support OpenAPV decoder (FFmpeg 8 and OpenAPV)
+ * Support Atrac3/Atrac9 decoding
+
+Demuxers:
+ * misc. MKV logs and crash fixes
+
+Windows:
+ * Support NV12 DirectShow capture
+
+Misc:
+ * Fix Audio EQ filter High Frequency parameter
+ * add SFTP ED25519 hostkey support
 
 Lua:
  * Remove broken youtube.lua plugin
@@ -11,12 +22,25 @@ Lua:
 Contrib:
  * Update libarchive to 3.8.5
  * Update amf to 1.5.0
+ * Update chromaprint to 1.6.0
  * Update dav1d to 1.5.3
  * Update faad to 2.11.2
+ * Update flac to 1.4.2
  * Update FFmpeg to 8.1
+ * Update gme to 0.6.4
+ * Update jpeg to v9f
+ * Update libtasn1 to 4.19.0
  * Update libxml2 to 2.15.1
+ * Update matroska to 1.7.1
+ * Update nfs to 6.0.2
+ * Update openjpeg to 2.5.4
  * Update png to 1.6.53
+ * Update protobuf to 3.4.1
  * Update opus to 1.6.1
+ * Update shout to 2.4.6
+ * Update upnp to 1.14.20
+ * Update vorbis to 1.3.7
+ * Update x265 to 4.1
  * Update zlib to 1.3.2
 
 Changes between 3.0.22 and 3.0.23:


=====================================
configure.ac
=====================================
@@ -2,19 +2,19 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 1999-2025 VLC authors and VideoLAN])
 
-AC_INIT(vlc, 3.0.23)
+AC_INIT(vlc, 3.0.24-beta1)
 VERSION_MAJOR=3
 VERSION_MINOR=0
-VERSION_REVISION=23
+VERSION_REVISION=24
 VERSION_EXTRA=0
-VERSION_DEV=
+VERSION_DEV=beta1
 
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)
 
 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
 CODENAME="Vetinari"
-COPYRIGHT_YEARS="1996-2025"
+COPYRIGHT_YEARS="1996-2026"
 
 AC_CONFIG_SRCDIR(src/libvlc.c)
 AC_CONFIG_AUX_DIR(autotools)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fdffc3ab9c4cbea524fac7f8f8c13bb45383f257

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fdffc3ab9c4cbea524fac7f8f8c13bb45383f257
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list