[libbluray-devel] [Git][videolan/libbluray][master] 2 commits: Update Changelog for 1.4.1
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon Jan 26 20:35:42 UTC 2026
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libbluray
Commits:
6e9ee0f3 by Jean-Baptiste Kempf at 2026-01-26T21:35:17+01:00
Update Changelog for 1.4.1
Co-authored-by: Petri Hintukainen <phintuka at gmail.com>
- - - - -
fc4bcd42 by Jean-Baptiste Kempf at 2026-01-26T21:35:28+01:00
Update SO number, because of changes in bd_select_stream
- - - - -
2 changed files:
- ChangeLog
- meson.build
Changes:
=====================================
ChangeLog
=====================================
@@ -1,8 +1,19 @@
-2025-12-xx: Version 1.4.1
+2026-01-xx: Version 1.4.1
- Fix linking on Windows with Freetype enabled
- Improve compilation with MSVC
- Cleaning and improvements in Meson build files
- Fix build with Java 23 for BD-J
+- Add SSIF files support to bd_open_file_dec()
+- Add player setting for UO restriction level
+- Add all UOs to BD_EVENT_UO_MASK_CHANGED
+- Improve resilence against invalid input
+- Fix memory leak in UHD playlists
+- BD-J: Implement TVTimer, TVTimerSpec
+- BD-J: Improve Java 1.4 compatibility
+- BD-J: Fix MediaPresentedEvent event emission on start
+- BD-J: Fix filesystem hooking in Java 25
+- BD-J: Fix locators from org.bluray.ti.[PlayItemImpl,TitleComponentImpl]
+- BD-J: Multiple compability and performance improvements
2025-08-18: Version 1.4.0
- Switch build system to Meson.
=====================================
meson.build
=====================================
@@ -23,7 +23,7 @@ add_project_arguments('-DHAVE_CONFIG_H=1', language: 'c')
libbluray_inc_dirs = [include_directories('.', 'src', 'src/libbluray', 'src/libbluray/disc')]
# The version number for the shared library
-libbluray_soname_version = '3.0.0'
+libbluray_soname_version = '3.1.0'
libbluray_version = meson.project_version()
libbluray_version_split = libbluray_version.split('.')
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/compare/b30aacd7078eb31d9174aa4295aa0bc08b20d8a5...fc4bcd4272cf81b42b08e95c6bb653d761fbd261
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/compare/b30aacd7078eb31d9174aa4295aa0bc08b20d8a5...fc4bcd4272cf81b42b08e95c6bb653d761fbd261
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the libbluray-devel
mailing list