Binary compatibility report for the opus library  between 1.0.0 and 1.0.1 versions on x86

Test Info


Library Nameopus
Version #11.0.0
Version #21.0.1
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files4
Total Shared Libraries1
Total Symbols / Types44 / 40
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low20
Problems with
Constants
Low0
Other Changes
in Constants
-5

Problems with Symbols, Low Severity (20)


opus.h, libopus.so.0.1.0
[+] opus_decode OpusDecoder* st, unsigned char const* data, int len, opus_int16* pcm, int frame_size, int decode_fec ) (1)
[+] opus_decode_float OpusDecoder* st, unsigned char const* data, int len, float* pcm, int frame_size, int decode_fec ) (1)
[+] opus_decoder_get_nb_samples ( OpusDecoder const* dec, unsigned char const* packet, int len ) (1)
[+] opus_encode OpusEncoder* st, opus_int16 const* pcm, int frame_size, unsigned char* data, int max_data_bytes ) (2)
[+] opus_encode_float OpusEncoder* st, float const* pcm, int frame_size, unsigned char* data, int max_data_bytes ) (2)
[+] opus_packet_get_nb_frames ( unsigned char const* packet, int len ) (1)
[+] opus_packet_parse ( unsigned char const* data, int len, unsigned char* out_toc, unsigned char const** frames, short* size, int* payload_offset ) (1)
[+] opus_repacketizer_cat ( OpusRepacketizer* rp, unsigned char const* data, int len ) (1)
[+] opus_repacketizer_out ( OpusRepacketizer* rp, unsigned char* data, int maxlen ) (1)
[+] opus_repacketizer_out_range ( OpusRepacketizer* rp, int begin, int end, unsigned char* data, int maxlen ) (1)

opus_multistream.h, libopus.so.0.1.0
[+] opus_multistream_decode ( OpusMSDecoder* st, unsigned char const* data, int len, opus_int16* pcm, int frame_size, int decode_fec ) (1)
[+] opus_multistream_decode_float ( OpusMSDecoder* st, unsigned char const* data, int len, float* pcm, int frame_size, int decode_fec ) (1)
[+] opus_multistream_decoder_create opus_int32 Fs, int channels, int streams, int coupled_streams, unsigned char* mapping, int* error ) (1)
[+] opus_multistream_decoder_init ( OpusMSDecoder* st, opus_int32 Fs, int channels, int streams, int coupled_streams, unsigned char* mapping ) (1)
[+] opus_multistream_encode ( OpusMSEncoder* st, opus_int16 const* pcm, int frame_size, unsigned char* data, int max_data_bytes ) (1)
[+] opus_multistream_encode_float ( OpusMSEncoder* st, float const* pcm, int frame_size, unsigned char* data, int max_data_bytes ) (1)
[+] opus_multistream_encoder_create opus_int32 Fs, int channels, int streams, int coupled_streams, unsigned char* mapping, int application, int* error ) (1)
[+] opus_multistream_encoder_init ( OpusMSEncoder* st, opus_int32 Fs, int channels, int streams, int coupled_streams, unsigned char* mapping, int application ) (1)

to the top

Other Changes in Constants (5)


opus_defines.h
[+] OPUS_GET_GAIN_REQUEST
[+] OPUS_GET_LSB_DEPTH_REQUEST
[+] OPUS_GET_SAMPLE_RATE_REQUEST
[+] OPUS_SET_GAIN_REQUEST
[+] OPUS_SET_LSB_DEPTH_REQUEST

to the top

Header Files (4)


opus.h
opus_defines.h
opus_multistream.h
opus_types.h

to the top

Shared Libraries (1)


libopus.so.0.1.0

to the top




Generated on Thu Sep 26 19:01:57 2013 for opus by ABI Compliance Checker 1.99.8.3  
A tool for checking backward compatibility of a C/C++ library API