Binary compatibility report for the CELT library  between 0.1.0 and 0.2.0 versions on x86

Test Info


Library NameCELT
Version #10.1.0
Version #20.2.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files3
Total Shared Libraries1
Total Symbols / Types12 / 30
VerdictIncompatible
(58.3%)

Problem Summary


SeverityCount
Added Symbols-4
Removed SymbolsHigh4
Problems with
Data Types
High1
Medium2
Low1
Problems with
Symbols
High1
Medium1
Low1
Problems with
Constants
Low0

Added Symbols (4)


celt.h, libcelt.so.0.0.0
celt_decoder_create CELTMode const* mode )
celt_encoder_create CELTMode const* mode )
celt_mode_create int Fs, int channels, int frame_size, int lookahead, int* error )
celt_mode_destroy CELTMode* mode )

to the top

Removed Symbols (4)


celt.h, libcelt.so.0.0.0
celt_decoder_new CELTMode const* mode )
celt_encoder_new CELTMode const* mode )
celt_mono [data]
celt_stereo [data]

to the top

Problems with Data Types, High Severity (1)


celt_header.h
[+] struct CELTHeader (1)

to the top

Problems with Symbols, High Severity (1)


celt_header.h, libcelt.so.0.0.0
[+] celt_header_init ( struct CELTHeader* header, celt_int32_t rate, celt_int32_t nb_channels, CELTMode const* m ) (1)

to the top

Problems with Data Types, Medium Severity (2)


celt_header.h
[+] struct CELTHeader (2)

to the top

Problems with Symbols, Medium Severity (1)


celt_header.h, libcelt.so.0.0.0
[+] celt_header_init ( struct CELTHeader* header, celt_int32_t rate, celt_int32_t nb_channels, CELTMode const* m ) (1)

to the top

Problems with Data Types, Low Severity (1)


celt_header.h
[+] struct CELTHeader (1)

to the top

Problems with Symbols, Low Severity (1)


celt.h, libcelt.so.0.0.0
[+] celt_decode CELTDecoder* st, char* data, int len, celt_int16_t* pcm ) (1)

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




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