Binary compatibility report for the CELT library  between 0.5.1 and 0.5.1.1 versions on x86

Test Info


Library NameCELT
Version #10.5.1
Version #20.5.1.1
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files3
Total Shared Libraries1
Total Symbols / Types15 / 77
VerdictIncompatible
(100%)

Problem Summary


SeverityCount
Added Symbols-15
Removed SymbolsHigh15
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0

Added Symbols (15)


celt.h, libcelt051.so.0.0.0
celt051_decode CELTDecoder* st, unsigned char* data, int len, celt_int16_t* pcm )
celt051_decode_float CELTDecoder* st, unsigned char* data, int len, float* pcm )
celt051_decoder_create CELTMode const* mode )
celt051_decoder_destroy CELTDecoder* st )
celt051_encode CELTEncoder* st, celt_int16_t const* pcm, celt_int16_t* optional_synthesis, unsigned char* compressed, int nbCompressedBytes )
celt051_encode_float CELTEncoder* st, float const* pcm, float* optional_synthesis, unsigned char* compressed, int nbCompressedBytes )
celt051_encoder_create CELTMode const* mode )
celt051_encoder_ctl CELTEncoder* st, int request, ... )
celt051_encoder_destroy CELTEncoder* st )
celt051_mode_create celt_int32_t Fs, int channels, int frame_size, int* error )
celt051_mode_destroy CELTMode* mode )
celt051_mode_info ( CELTMode const* mode, int request, celt_int32_t* value )

celt_header.h, libcelt051.so.0.0.0
celt051_header_from_packet ( unsigned char const* packet, celt_uint32_t size, struct CELT051Header* header )
celt051_header_init ( struct CELT051Header* header, CELTMode const* m )
celt051_header_to_packet ( struct CELT051Header const* header, unsigned char* packet, celt_uint32_t size )

to the top

Removed Symbols (15)


celt.h, libcelt.so.0.0.0
celt_decode CELTDecoder* st, unsigned char* data, int len, celt_int16_t* pcm )
celt_decode_float CELTDecoder* st, unsigned char* data, int len, float* pcm )
celt_decoder_create CELTMode const* mode )
celt_decoder_destroy CELTDecoder* st )
celt_encode CELTEncoder* st, celt_int16_t const* pcm, celt_int16_t* optional_synthesis, unsigned char* compressed, int nbCompressedBytes )
celt_encode_float CELTEncoder* st, float const* pcm, float* optional_synthesis, unsigned char* compressed, int nbCompressedBytes )
celt_encoder_create CELTMode const* mode )
celt_encoder_ctl CELTEncoder* st, int request, ... )
celt_encoder_destroy CELTEncoder* st )
celt_mode_create celt_int32_t Fs, int channels, int frame_size, int* error )
celt_mode_destroy CELTMode* mode )
celt_mode_info ( CELTMode const* mode, int request, celt_int32_t* value )

celt_header.h, libcelt.so.0.0.0
celt_header_from_packet ( unsigned char const* packet, celt_uint32_t size, struct CELTHeader* header )
celt_header_init ( struct CELTHeader* header, CELTMode const* m )
celt_header_to_packet ( struct CELTHeader const* header, unsigned char* packet, celt_uint32_t size )

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