Binary compatibility report for the CELT library  between 0.4.0 and 0.5.0 versions on x86

Test Info


Library NameCELT
Version #10.4.0
Version #20.5.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files3
Total Shared Libraries1
Total Symbols / Types12 / 32
VerdictIncompatible
(8.3%)

Problem Summary


SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High1
Medium0
Low1
Problems with
Constants
Low0

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)

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)

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:56:56 2012 for CELT by ABI Compliance Checker 1.98.7  
A tool for checking backward compatibility of a C/C++ library API