Binary compatibility report for the CELT library between 0.5.1 and 0.5.1.1 versions on x86
Test Info
Library Name | CELT |
Version #1 | 0.5.1 |
Version #2 | 0.5.1.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 15 / 77 |
Verdict | Incompatible (100%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 15 |
Removed Symbols | High | 15 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (15)
celt.h,
libcelt051.so.0.0.0
celt051_decode ( CELTDecoder* st, unsigned char* data, int len, celt_int16_t* pcm )
celt051_decode_float ( CELTDecoder* st, unsigned char* data, int len, float* pcm )
celt051_decoder_create ( CELTMode const* mode )
celt051_decoder_destroy ( CELTDecoder* st )
celt051_encode ( CELTEncoder* st, celt_int16_t const* pcm, celt_int16_t* optional_synthesis, unsigned char* compressed, int nbCompressedBytes )
celt051_encode_float ( CELTEncoder* st, float const* pcm, float* optional_synthesis, unsigned char* compressed, int nbCompressedBytes )
celt051_encoder_create ( CELTMode const* mode )
celt051_encoder_ctl ( CELTEncoder* st, int request, ... )
celt051_encoder_destroy ( CELTEncoder* st )
celt051_mode_create ( celt_int32_t Fs, int channels, int frame_size, int* error )
celt051_mode_destroy ( CELTMode* mode )
celt051_mode_info ( CELTMode const* mode, int request, celt_int32_t* value )
celt_header.h,
libcelt051.so.0.0.0
celt051_header_from_packet ( unsigned char const* packet, celt_uint32_t size, struct CELT051Header* header )
celt051_header_init ( struct CELT051Header* header, CELTMode const* m )
celt051_header_to_packet ( struct CELT051Header const* header, unsigned char* packet, celt_uint32_t size )
to the top
Removed Symbols (15)
celt.h,
libcelt.so.0.0.0
celt_decode ( CELTDecoder* st, unsigned char* data, int len, celt_int16_t* pcm )
celt_decode_float ( CELTDecoder* st, unsigned char* data, int len, float* pcm )
celt_decoder_create ( CELTMode const* mode )
celt_decoder_destroy ( CELTDecoder* st )
celt_encode ( CELTEncoder* st, celt_int16_t const* pcm, celt_int16_t* optional_synthesis, unsigned char* compressed, int nbCompressedBytes )
celt_encode_float ( CELTEncoder* st, float const* pcm, float* optional_synthesis, unsigned char* compressed, int nbCompressedBytes )
celt_encoder_create ( CELTMode const* mode )
celt_encoder_ctl ( CELTEncoder* st, int request, ... )
celt_encoder_destroy ( CELTEncoder* st )
celt_mode_create ( celt_int32_t Fs, int channels, int frame_size, int* error )
celt_mode_destroy ( CELTMode* mode )
celt_mode_info ( CELTMode const* mode, int request, celt_int32_t* value )
celt_header.h,
libcelt.so.0.0.0
celt_header_from_packet ( unsigned char const* packet, celt_uint32_t size, struct CELTHeader* header )
celt_header_init ( struct CELTHeader* header, CELTMode const* m )
celt_header_to_packet ( struct CELTHeader const* header, unsigned char* packet, celt_uint32_t size )
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