1
0
Fork 0
libbluray/ChangeLog

151 lines
5.7 KiB
Plaintext
Raw Normal View History

2015-10-02 11:18:21 +02:00
2015-10-02: Version 0.9.0
2015-10-02 11:02:53 +02:00
- Add functions to read files from VFS.
- Improved error resilience.
- Improved BD-J compability.
- Fix Xlet-initiated font caching.
2015-10-02 11:02:53 +02:00
- Fix return value when setting BLURAY_PLAYER_SETTING_DECODE_PG.
- Fix build with C++ compiler
2015-05-15 11:22:41 +02:00
2015-05-15: Version 0.8.1
- Notify application when UO mask changes.
2015-04-29 17:12:13 +02:00
- Improved error resilience.
2015-05-15 11:22:41 +02:00
- Improved BD-J compability.
- Fix crash after bd_open(NULL).
- Fix compability problem with libbdplus.
- Fix memory leak in UDF filesystem parser.
- Fix crash in freetype.
2015-04-15 10:42:43 +02:00
2015-04-15: Version 0.8.0
2015-03-27 12:57:37 +01:00
- Add security checks to BD-J.
- Add support for UDF image files and unmounted discs.
- Add UDF volume identifier to DISC_INFO.
2015-03-27 12:57:37 +01:00
- Add bd_init(), bd_open_disc() and bd_open_stream().
- Add /usr/share/libbluray/lib/ to .jar file search paths.
- Add BD_EVENT_PLAYLIST_STOP (playlist playback is interrupted).
2015-02-22 16:16:40 +01:00
- Accept directory name (without .jar file name) in LIBBLURAY_CP.
2015-04-29 17:12:13 +02:00
- Improved error resilience.
2015-03-27 12:57:37 +01:00
- Improve BD-J compability.
- Fix Java 8u40 compability.
2015-03-27 12:57:37 +01:00
- Fix infinite loop with some broken HDMV menus.
2015-01-26 10:21:33 +01:00
2015-01-26: Version 0.7.0
2015-01-07 11:44:30 +01:00
- Add player setting for BD-J persistent storage and cache paths.
- Add support for system fonts. BD-J fonts in jre/lib/fonts/ are not required anymore.
- Add BD-J organization ID and disc ID to BLURAY_DISC_INFO.
- Release still mode when BD-J terminates.
- Implement BD-J caching.
- Improve BD-J compability.
- Java 8 compability fixes.
- Fix storage size for bdjo object reference in BLURAY_DISC_INFO.
- Fix BD-J on-disc font usage.
- Fix animations in some BD-J menus.
2015-01-07 11:44:30 +01:00
- Fix BD-J storage path charset issues in Windows.
2014-09-03 12:02:35 +02:00
2014-09-03: Version 0.6.2
2014-08-18 12:16:07 +02:00
- Fix possible subtitle corruption after seek.
- Fix some main path embedded HDMV menus.
2014-09-03 12:02:35 +02:00
- Fix reading outside of source image in BD-J drawImage().
- Fix missing BD_EVENT_ERROR when BD-J is not supported.
2014-09-03 12:02:35 +02:00
- Several stability and code quality fixes.
2014-08-03 10:10:20 +02:00
2014-08-03: Version 0.6.1
- Fix stream position when seamless angle change point is at clip boundary.
2014-07-16 02:46:19 +02:00
- Fix Mac OS X jni compilation
- Fix bd_seek() jumping outside of clip/playlist.
2014-08-03 10:10:20 +02:00
- Fix crash when stream selection is changed after playlist end.
- Fix J2ME build.
- Fix seamless angle change.
- Fix freetype2 resource leaks on shutdown.
- Improve duplicate playlist detection.
2014-05-27: Version 0.6.0
2014-05-27 11:03:18 +02:00
- Improved BD-J support (Most BD-J discs are correctly played).
- Mark BD-J titles supported in BLURAY_DISC_INFO if BD-J is functional.
- Install .jar files to datadir (/usr/share/java/) instead of libdir.
- Added version number to .jar file names.
- Added JNI headers for BD-J (cross) compilation.
- Added HDMV/BD-J title information to BLURAY_DISC_INFO.
- Added disc application info to BLURAY_DISC_INFO.
2014-05-27 11:03:18 +02:00
- Added bd_set_rate().
2014-04-01 14:53:22 +02:00
- Added color keys (RED, GREEN, YELLOW, BLUE).
2015-04-29 17:12:13 +02:00
- Improved error resilience.
2014-05-27 11:03:18 +02:00
- Fix build without libxml.
2013-12-21 09:04:20 +01:00
2013-12-21: Version 0.5.0
- Portability fixes.
- Build system updates.
- Improved BD-J support (still alpha).
- Improved updating of application-allocated ARGB frame buffer.
- Get JRE library location from registry (Windows).
- Added bd_get_main_title().
- Added BD_EVENT_ERROR when title playback fails.
- Added BD-J flags to disc info.
- Added support for user timeout in HDMV menus.
- Added cropping of RLE images. Cropping values in overlay are now always 0.
- Added support for LIBAACS_PATH and LIBBDPLUS_PATH environment variables.
- Added timestamp based m2ts stream filtering.
2013-10-14 09:43:07 +02:00
2013-09-11 09:50:59 +02:00
2013-09-11: Version 0.4.0
2013-06-17 22:22:36 +02:00
- Fixed slide shows: always cut reads at clip end boundary
- Fixed logging with non-default mask
2013-09-11 09:50:59 +02:00
- Fixed buffer overflow in bd_psr_unregister_cb()
- Fixed IG background when button image position changes
- Fixed BD-J tearing issues
- Changed default PhoneME library name in Windows (cvm -> cvmi)
- Initialize default player region code to B
- Improved BD-J support (still alpha)
- Improved language-based stream autoselection
2013-06-17 22:22:36 +02:00
- Added missing Java files to distribution package
- Added support for multi-clip sub paths
2013-07-14 15:33:13 +02:00
- Added bd_select_stream()
- Added menu page effects
2013-09-11 09:50:59 +02:00
- Added button animations
2013-06-17 22:22:36 +02:00
- Added initial support for BluRay Text Subtitles
2013-09-11 09:50:59 +02:00
- Added bd_read_clpi(): use only public API in clpi_dump
- Added reference-counted RLE images
2013-06-17 22:22:36 +02:00
2013-04-30 13:15:15 +02:00
2013-04-30: Version 0.3.0
- Build fixes
- Fixed stopping playback from pop-up menu
- Fixed multithreading issues in API
- Fixed initial setting for player profile
- Fixed stack corruption with long log strings
- Improved configure script
- Improved Visual Studio support
- Improved BD-J support (still alpha)
- Allow changing player version
- Added PG (subtitle) decoding and rendering support
- Added ARGB overlay interface for BD-J graphics
- Added events for discontinuity, idle state and 3D mode
- Added playmarks to BLURAY_TITLE_INFO
- added start time, in time and out time to BLURAY_CLIP_INFO
- added sub-path id to BLURAY_STREAM_INFO
- Added bd_seek_playitem()
- Added bd_set_scr()
- Added 3D extension data to raw clip info
- added 3D player settings
- Added cropping and palette update flag to BD_OVERLAY
2012-08-17 12:54:11 +02:00
2012-08-17: Version 0.2.3
- Fixed memory leaks
- Automatic language selection: disable subtitles when audio is in the same language
- Fixed accessing outside of array bounds
- Default to stream 0 when requested language not found
2012-06-23 12:54:36 +02:00
- Install bd_info
2012-08-17 12:54:11 +02:00
- Added disc ID and AACS MKB version to BD_DISC_INFO
2012-04-25 11:43:32 +02:00
- Added extended AACS error codes
2012-03-19 09:30:02 +01:00
2012-03-19: Version 0.2.2
- Fixed displaying of single-loop animated buttons when not using animations
- Added events for pop-up menu availability and IG menu status
2011-12-19 09:23:42 +01:00
- Fixed resuming to interactive title
- Use user filesystem handler with libaacs
- Fixes to HDMV menu rendering
- Optimized HDMV menu rendering
- Support for sound effects in HDMV menus
2011-12-04 11:20:28 +01:00
- Fixes to HDMV menu decoding
- Distribute BD-J code
2011-12-03 17:48:13 +01:00
2012-03-19 09:28:49 +01:00
2011-12-03: Version 0.2.1
2011-12-03 17:48:13 +01:00
- First release