Binary compatibility report for the CELT library  between 0.6.1 and 0.7.0 versions on x86

Test Info


Library NameCELT
Version #10.6.1
Version #20.7.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files3
Total Shared Libraries1
Total Symbols / Types16 / 38
VerdictIncompatible
(15.6%)

Problem Summary


SeverityCount
Added Symbols-1
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low8
Problems with
Symbols
High1
Medium5
Low8
Problems with
Constants
Low0

Added Symbols (1)


celt.h, libcelt.so.0.0.0
celt_strerror int error )

to the top

Problems with Symbols, High Severity (1)


celt.h, libcelt.so.0.0.0
[+] celt_mode_create celt_int32_t Fs, int channels, int frame_size, int* error ) (1)

to the top

Problems with Symbols, Medium Severity (5)


celt.h, libcelt.so.0.0.0
[+] celt_decoder_create CELTMode const* mode ) (2)
[+] celt_encoder_create CELTMode const* mode ) (2)

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

to the top

Problems with Data Types, Low Severity (8)


celt_header.h
[+] struct CELTHeader (8)

to the top

Problems with Symbols, Low Severity (8)


celt.h, libcelt.so.0.0.0
[+] celt_decode CELTDecoder* st, unsigned char const* data, int len, celt_int16_t* pcm ) (1)
[+] celt_encode CELTEncoder* st, celt_int16_t const* pcm, celt_int16_t* optional_synthesis, unsigned char* compressed, int nbCompressedBytes ) (2)
[+] celt_mode_create celt_int32_t Fs, int channels, int frame_size, int* error ) (2)
[+] celt_mode_info ( CELTMode const* mode, int request, celt_int32_t* value ) (1)

celt_header.h, libcelt.so.0.0.0
[+] celt_header_from_packet ( unsigned char const* packet, celt_uint32_t size, struct CELTHeader* header ) (1)
[+] celt_header_to_packet ( struct CELTHeader const* header, unsigned char* packet, celt_uint32_t size ) (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:46 2012 for CELT by ABI Compliance Checker 1.98.7  
A tool for checking backward compatibility of a C/C++ library API