[vlc-commits] [Git][videolan/vlc][3.0.x] On the road to 3.0.19
François Cartegnie (@fcartegnie)
gitlab at videolan.org
Fri Dec 30 15:38:53 UTC 2022
François Cartegnie pushed to branch 3.0.x at VideoLAN / VLC
Commits:
4585d552 by Jean-Baptiste Kempf at 2022-12-28T21:11:32+00:00
On the road to 3.0.19
- - - - -
2 changed files:
- NEWS
- configure.ac
Changes:
=====================================
NEWS
=====================================
@@ -1,15 +1,40 @@
+Changes between 3.0.18 and 3.0.19:
+----------------------------------
+
+Demux:
+ * Fix some FLAC VBR files playback regression
+ * Fix black screen on poorly edited MP4 files on Android Mediacodec
+ * Fix AVI files with flipped RAW video planes
+ * Fix duration on short and small Ogg/Opus files
+ * Fix some HLS/TS streams with ID3 prefix
+ * Fix for GoPro MAX spatial metadata
+
+Contribs:
+ * Update of fluidlite, fixing some MIDI rendering on Windows
+ * Update of zlib to 1.2.13 (CVE-2022-37434)
+
+Misc:
+ * Fix some rendering issues on Linux with the fullscreen controller
+ * Fix some MPRIS inconsistencies that broke some OS widgets on Linux
+ * Fixes for Youtube playback
+ * Fix some crashes on macOS when switching application
+ * Fix password search using the Kwallet backend
+ * Fix 5.1/7.1 output on macOS and tvOS
+ * Multiple fixes on AAC handling
+
+
Changes between 3.0.18-rc2 and 3.0.18:
--------------------------------------
macOS:
-* Fix audio device listing with non-latin names
-* Update some translations
+ * Fix audio device listing with non-latin names
+ * Update some translations
Misc:
-* Fix rendering and performance issue with older GPUs
+ * Fix rendering and performance issue with older GPUs
Contribs:
-* Update aom
+ * Update aom
Changes between 3.0.18-rc and 3.0.18-rc2:
=====================================
configure.ac
=====================================
@@ -2,10 +2,10 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 1999-2022 VLC authors and VideoLAN])
-AC_INIT(vlc, 3.0.18)
+AC_INIT(vlc, 3.0.19)
VERSION_MAJOR=3
VERSION_MINOR=0
-VERSION_REVISION=18
+VERSION_REVISION=19
VERSION_EXTRA=0
VERSION_DEV=
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4585d552506e8ef4b18e4619887c3b38f065bcc0
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4585d552506e8ef4b18e4619887c3b38f065bcc0
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