1
0
Fork 0
libbluray/ChangeLog

45 lines
1.6 KiB
Plaintext
Raw Normal View History

2013-04-26: 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