Binary compatibility report for the libbluray library between 0.2 and 0.2.1 versions on x86_64
Test Info
Library Name | libbluray |
Version #1 | 0.2 |
Version #2 | 0.2.1 |
CPU Architecture | x86_64 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 6 |
Total Shared Libraries | 1 |
Total Symbols / Types | 41 / 56 |
Verdict | Incompatible (3.66%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 4 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 3 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (4)
bluray.h,
libbluray.so.1.0.0
bd_free_clpi ( clpi_cl* cl )
bd_get_clpi ( BLURAY* bd, unsigned int clip_ref )
bd_get_version ( int* major, int* minor, int* micro )
bd_read_skip_still ( BLURAY* bd )
to the top
Problems with Symbols, Medium Severity (3)
bluray.h,
libbluray.so.0.0.0
[+] bd_get_playlist_info ( BLURAY* bd, uint32_t playlist ) (1)
changed to:bd_get_playlist_info ( BLURAY* bd, uint32_t playlist, unsigned int angle )
| Change | Effect |
---|
1 | Parameter angle of type unsigned int has been added to the calling stack. | This parameter will not be initialized by old clients. |
[+] bd_get_title_info ( BLURAY* bd, uint32_t title_idx ) (1)
changed to:bd_get_title_info ( BLURAY* bd, uint32_t title_idx, unsigned int angle )
| Change | Effect |
---|
1 | Parameter angle of type unsigned int has been added to the calling stack. | This parameter will not be initialized by old clients. |
[+] bd_get_titles ( BLURAY* bd, uint8_t flags ) (1)
changed to:bd_get_titles ( BLURAY* bd, uint8_t flags, uint32_t min_title_length )
| Change | Effect |
---|
1 | Parameter min_title_length of type uint32_t has been added to the calling stack. | This parameter will not be initialized by old clients. |
to the top
Header Files (6)
bluray.h
filesystem.h
keys.h
log_control.h
meta_data.h
overlay.h
to the top
Shared Libraries (1)
libbluray.so.0.0.0
to the top