Binary compatibility report for the CELT library  between 0.10.0 and 0.11.0 versions on x86

Test Info


Library NameCELT
Version #10.10.0
Version #20.11.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files3
Total Shared Libraries1
Total Symbols / Types21 / 41
VerdictIncompatible
(23.8%)

Problem Summary


SeverityCount
Added Symbols-6
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High3
Medium8
Low5
Problems with
Constants
Low0

Added Symbols (6)


celt.h, libcelt0.so.2.0.0
celt_decoder_create_custom ( CELTMode const* mode, int channels, int* error )
celt_decoder_get_size_custom ( CELTMode const* mode, int channels )
celt_decoder_init_custom CELTDecoder* st, CELTMode const* mode, int channels, int* error )
celt_encoder_create_custom ( CELTMode const* mode, int channels, int* error )
celt_encoder_get_size_custom ( CELTMode const* mode, int channels )
celt_encoder_init_custom CELTEncoder* st, CELTMode const* mode, int channels, int* error )

to the top

Problems with Symbols, High Severity (3)


celt.h, libcelt0.so.1.0.0
[+] celt_decoder_get_size ( CELTMode const* mode, int channels ) (1)
[+] celt_encoder_get_size ( CELTMode const* mode, int channels ) (1)

celt_header.h, libcelt0.so.1.0.0
[+] celt_header_init ( struct CELTHeader* header, CELTMode const* m, int channels ) (1)

to the top

Problems with Symbols, Medium Severity (8)


celt.h, libcelt0.so.1.0.0
[+] celt_decoder_create ( CELTMode const* mode, int channels, int* error ) (2)
[+] celt_decoder_init CELTDecoder* st, CELTMode const* mode, int channels, int* error ) (2)
[+] celt_encoder_create ( CELTMode const* mode, int channels, int* error ) (2)
[+] celt_encoder_init CELTEncoder* st, CELTMode const* mode, int channels, int* error ) (2)

to the top

Problems with Symbols, Low Severity (5)


celt.h, libcelt0.so.1.0.0
[+] celt_decoder_create ( CELTMode const* mode, int channels, int* error ) (1)
[+] celt_decoder_init CELTDecoder* st, CELTMode const* mode, int channels, int* error ) (1)
[+] celt_encoder_create ( CELTMode const* mode, int channels, int* error ) (1)
[+] celt_encoder_init CELTEncoder* st, CELTMode const* mode, int channels, int* error ) (1)

celt_header.h, libcelt0.so.1.0.0
[+] celt_header_init ( struct CELTHeader* header, CELTMode const* m, int channels ) (1)

to the top

Header Files (3)


celt.h
celt_header.h
celt_types.h

to the top

Shared Libraries (1)


libcelt0.so.1.0.0

to the top




Generated on Thu Dec 27 18:56:37 2012 for CELT by ABI Compliance Checker 1.98.7  
A tool for checking backward compatibility of a C/C++ library API