Binary compatibility report for the CELT library between 0.4.0 and 0.5.0 versions on x86
Test Info
Library Name | CELT |
Version #1 | 0.4.0 |
Version #2 | 0.5.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 12 / 32 |
Verdict | Incompatible (8.3%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (3)
celt.h,
libcelt.so.0.0.0
celt_decode_float ( CELTDecoder* st, unsigned char* data, int len, float* pcm )
celt_encode_float ( CELTEncoder* st, float const* pcm, float* optional_synthesis, unsigned char* compressed, int nbCompressedBytes )
celt_encoder_ctl ( CELTEncoder* st, int request, ... )
to the top
Problems with Symbols, High Severity (1)
celt.h,
libcelt.so.0.0.0
[+] celt_encode ( CELTEncoder* st, celt_int16_t* pcm, unsigned char* compressed, int nbCompressedBytes ) (1)
changed to:celt_encode ( CELTEncoder* st, celt_int16_t const* pcm, celt_int16_t* optional_synthesis, unsigned char* compressed, int nbCompressedBytes )
| Change | Effect |
---|
1 | Parameter optional_synthesis of type celt_int16_t* has been added to the calling stack at the middle position. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
to the top
Problems with Symbols, Low Severity (1)
celt.h,
libcelt.so.0.0.0
[+] celt_encode ( CELTEncoder* st, celt_int16_t* pcm, unsigned char* compressed, int nbCompressedBytes ) (1)
changed to:celt_encode ( CELTEncoder* st, celt_int16_t const* pcm, celt_int16_t* optional_synthesis, unsigned char* compressed, int nbCompressedBytes )
| Change | Effect |
---|
1 | Type of 2nd parameter pcm has been changed from celt_int16_t* to celt_int16_t const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (3)
celt.h
celt_header.h
celt_types.h
to the top
Shared Libraries (1)
libcelt.so.0.0.0
to the top