Binary compatibility report for the CELT library  between 0.7.1 and 0.8.0 versions on x86

Test Info


Library NameCELT
Version #10.7.1
Version #20.8.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files3
Total Shared Libraries1
Total Symbols / Types17 / 41
VerdictIncompatible
(11.8%)

Problem Summary


SeverityCount
Added Symbols-2
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium4
Low4
Problems with
Constants
Low0

Added Symbols (2)


celt.h, libcelt0.so.1.0.0
celt_encode_resynthesis CELTEncoder* st, celt_int16 const* pcm, celt_int16* optional_resynthesis, int frame_size, unsigned char* compressed, int nbCompressedBytes )
celt_encode_resynthesis_float CELTEncoder* st, float const* pcm, float* optional_resynthesis, int frame_size, unsigned char* compressed, int nbCompressedBytes )

to the top

Problems with Symbols, Medium Severity (4)


celt.h, libcelt0.so.0.0.0
[+] celt_decode CELTDecoder* st, unsigned char const* data, int len, celt_int16* pcm ) (1)
[+] celt_decode_float CELTDecoder* st, unsigned char const* data, int len, float* pcm ) (1)
[+] celt_encode CELTEncoder* st, celt_int16 const* pcm, celt_int16* optional_synthesis, unsigned char* compressed, int nbCompressedBytes ) (1)
[+] celt_encode_float CELTEncoder* st, float const* pcm, float* optional_synthesis, unsigned char* compressed, int nbCompressedBytes ) (1)

to the top

Problems with Symbols, Low Severity (4)


celt.h, libcelt0.so.0.0.0
[+] celt_encode CELTEncoder* st, celt_int16 const* pcm, celt_int16* optional_synthesis, unsigned char* compressed, int nbCompressedBytes ) (2)
[+] celt_encode_float CELTEncoder* st, float const* pcm, float* optional_synthesis, unsigned char* compressed, int nbCompressedBytes ) (2)

to the top

Header Files (3)


celt.h
celt_header.h
celt_types.h

to the top

Shared Libraries (1)


libcelt0.so.0.0.0

to the top




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