[libbluray-devel] [Git][videolan/libbluray][master] Prepare 1.5.1
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Aug 6 21:05:56 UTC 2026
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libbluray
Commits:
065247e5 by Jean-Baptiste Kempf at 2026-08-06T23:04:58+02:00
Prepare 1.5.1
- - - - -
2 changed files:
- ChangeLog
- meson.build
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,16 @@
+2026-08-XX: Version 1.5.1
+- Fix out-of-bounds write in graphics processor on invalid input
+- Fix possible buffer overread when parsing PTS/DTS in m2ts demuxer
+- Fix NULL dereference in playlist subpath cleanup
+- Fix chapter and playmark search range checks
+- Fix invalid memory access with out-of-range angles on multi-angle discs
+- Harden clip info (CLPI) parsing against out-of-range indexes and empty tables
+- Harden RLE decoding against integer overflow and oversized allocations
+- Detect seek/read failures in the bitstream reader
+- Avoid undefined behaviour in HDMV VM shifts and sound data parsing
+- BD-J: Fix DSMCCObject unload condition
+- BD-J: Restrict visibility of EventManager and NPTRate constructors
+
2026-07-14: Version 1.5.0
- Expose dynamic range, color space, cr_flag and HDR10+ flags in stream info
- Expose chapter names in title info
=====================================
meson.build
=====================================
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: MIT
project('libbluray', 'c',
- version: '1.5.0',
+ version: '1.5.1',
subproject_dir: 'contrib',
default_options: ['buildtype=debugoptimized',
'c_std=c99',
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/065247e5ef40ccf39857db81e2c1368354a23ef8
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/065247e5ef40ccf39857db81e2c1368354a23ef8
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the libbluray-devel
mailing list