[vlc-commits] [Git][videolan/vlc][3.0.x] Update NEWS for 3.0.23

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Wed Dec 17 09:40:37 UTC 2025



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
3697ebcb by Jean-Baptiste Kempf at 2025-12-16T23:15:39+01:00
Update NEWS for 3.0.23

- - - - -


2 changed files:

- NEWS
- configure.ac


Changes:

=====================================
NEWS
=====================================
@@ -1,8 +1,27 @@
 Changes between 3.0.22 and 3.0.23:
 ----------------------------------
 
+Codecs:
+ * Fix WebVTT line positioning
+ * Expose additional audio codec information (notably for Flac 24bit)
+
+Demuxers:
+ * fix some JPEG files wih JFIF headers
+
 Windows:
  * config_GetUserDir() no longer tries to create the folder on Windows (#29488)
+ * Fix images display with D3D11
+ * Improve dark palette in Qt interface
+ * Fix compilation of OpenGL modules
+
+Security:
+ * Fix null deref in libass, undefined shift in theora and cc-708, integer overflow in daala,
+   Infinite loop in h264 parsing, buffer overflow in png and multiple format-overflows
+
+Misc:
+ * Prepare compatibility for taglib 2.0, Qt6, FFmpeg8, mingw-w64 v13 and newer versions of
+   libplacebo and pupnp
+
 
 Changes between 3.0.21 and 3.0.22:
 ----------------------------------


=====================================
configure.ac
=====================================
@@ -2,10 +2,10 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 1999-2025 VLC authors and VideoLAN])
 
-AC_INIT(vlc, 3.0.22)
+AC_INIT(vlc, 3.0.23)
 VERSION_MAJOR=3
 VERSION_MINOR=0
-VERSION_REVISION=22
+VERSION_REVISION=23
 VERSION_EXTRA=0
 VERSION_DEV=
 



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3697ebcb2716cb4f9c7824b11ce33afefb0212ab
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