Binary compatibility report for the FAAC library  between 1.24 and 1.26 versions on x86

Test Info


Library NameFAAC
Version #11.24
Version #21.26
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files2
Total Shared Libraries1
Total Symbols / Types7 / 21
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-172
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low4
Other Changes
in Constants
-181

Added Symbols (172)


mp4.h, libmp4v2.so.0.0.0
MP4AddAmrAudioTrack ( MP4FileHandle hFile, u_int32_t timeScale, u_int16_t modeSet, u_int8_t modeChangePeriod, u_int8_t framesPerSample, bool isAmrWB )
MP4AddAudioTrack ( MP4FileHandle hFile, u_int32_t timeScale, MP4Duration sampleDuration, u_int8_t audioType )
MP4AddEncAudioTrack ( MP4FileHandle hFile, u_int32_t timeScale, MP4Duration sampleDuration, mp4v2_ismacrypParams* icPp, u_int8_t audioType )
MP4AddEncVideoTrack ( MP4FileHandle hFile, u_int32_t timeScale, MP4Duration sampleDuration, u_int16_t width, u_int16_t height, mp4v2_ismacrypParams* icPp, u_int8_t videoType )
MP4AddH263VideoTrack ( MP4FileHandle hFile, u_int32_t timeScale, MP4Duration sampleDuration, u_int16_t width, u_int16_t height, u_int8_t h263Level, u_int8_t h263Profile, u_int32_t avgBitrate, u_int32_t maxBitrate )
MP4AddHintTrack ( MP4FileHandle hFile, MP4TrackId refTrackId )
MP4AddODTrack MP4FileHandle hFile )
MP4AddRtpESConfigurationPacket ( MP4FileHandle hFile, MP4TrackId hintTrackId )
MP4AddRtpHint ( MP4FileHandle hFile, MP4TrackId hintTrackId )
MP4AddRtpImmediateData ( MP4FileHandle hFile, MP4TrackId hintTrackId, u_int8_t const* pBytes, u_int32_t numBytes )
MP4AddRtpPacket ( MP4FileHandle hFile, MP4TrackId hintTrackId, bool setMbit, int32_t transmitOffset )
MP4AddRtpSampleData ( MP4FileHandle hFile, MP4TrackId hintTrackId, MP4SampleId sampleId, u_int32_t dataOffset, u_int32_t dataLength )
MP4AddRtpVideoHint ( MP4FileHandle hFile, MP4TrackId hintTrackId, bool isBframe, u_int32_t timestampOffset )
MP4AddSceneTrack MP4FileHandle hFile )
MP4AddSystemsTrack ( MP4FileHandle hFile, char const* type )
MP4AddTrack ( MP4FileHandle hFile, char const* type )
MP4AddTrackEdit ( MP4FileHandle hFile, MP4TrackId trackId, MP4EditId editId, MP4Timestamp startTime, MP4Duration duration, bool dwell )
MP4AddVideoTrack ( MP4FileHandle hFile, u_int32_t timeScale, MP4Duration sampleDuration, u_int16_t width, u_int16_t height, u_int8_t videoType )
MP4AppendHintTrackSdp ( MP4FileHandle hFile, MP4TrackId hintTrackId, char const* sdpString )
MP4AppendSessionSdp ( MP4FileHandle hFile, char const* sdpString )
MP4BinaryToBase16 ( u_int8_t const* pData, u_int32_t dataSize )
MP4BinaryToBase64 ( u_int8_t const* pData, u_int32_t dataSize )
MP4CloneTrack ( MP4FileHandle srcFile, MP4TrackId srcTrackId, MP4FileHandle dstFile, MP4TrackId dstHintTrackReferenceTrack )
MP4Close MP4FileHandle hFile )
MP4ConvertFromMovieDuration ( MP4FileHandle hFile, MP4Duration duration, u_int32_t timeScale )
MP4ConvertFromTrackDuration ( MP4FileHandle hFile, MP4TrackId trackId, MP4Duration duration, u_int32_t timeScale )
MP4ConvertFromTrackTimestamp ( MP4FileHandle hFile, MP4TrackId trackId, MP4Timestamp timeStamp, u_int32_t timeScale )
MP4ConvertToTrackDuration ( MP4FileHandle hFile, MP4TrackId trackId, u_int64_t duration, u_int32_t timeScale )
MP4ConvertToTrackTimestamp ( MP4FileHandle hFile, MP4TrackId trackId, u_int64_t timeStamp, u_int32_t timeScale )
MP4CopySample ( MP4FileHandle srcFile, MP4TrackId srcTrackId, MP4SampleId srcSampleId, MP4FileHandle dstFile, MP4TrackId dstTrackId, MP4Duration dstSampleDuration )
MP4CopyTrack ( MP4FileHandle srcFile, MP4TrackId srcTrackId, MP4FileHandle dstFile, bool applyEdits, MP4TrackId dstHintTrackReferenceTrack )
MP4Create ( char const* fileName, u_int32_t verbosity, u_int32_t flags )
MP4CreateEx ( char const* fileName, u_int32_t verbosity, u_int32_t flags, char* majorBrand, u_int32_t minorVersion, char** supportedBrands, u_int32_t supportedBrandsCount )
MP4DeleteTrack ( MP4FileHandle hFile, MP4TrackId trackId )
MP4DeleteTrackEdit ( MP4FileHandle hFile, MP4TrackId trackId, MP4EditId editId )
MP4Dump ( MP4FileHandle hFile, FILE* pDumpFile, bool dumpImplicits )
MP4EncAndCloneTrack ( MP4FileHandle srcFile, MP4TrackId srcTrackId, mp4v2_ismacrypParams* icPp, MP4FileHandle dstFile, MP4TrackId dstHintTrackReferenceTrack )
MP4EncAndCopySample ( MP4FileHandle srcFile, MP4TrackId srcTrackId, MP4SampleId srcSampleId, encryptFunc_t encfcnp, u_int32_t encfcnparam1, MP4FileHandle dstFile, MP4TrackId dstTrackId, MP4Duration dstSampleDuration )
MP4EncAndCopyTrack ( MP4FileHandle srcFile, MP4TrackId srcTrackId, mp4v2_ismacrypParams* icPp, encryptFunc_t encfcnp, u_int32_t encfcnparam1, MP4FileHandle dstFile, bool applyEdits, MP4TrackId dstHintTrackReferenceTrack )
MP4FileInfo ( char const* fileName, MP4TrackId trackId )
MP4FindTrackId ( MP4FileHandle hFile, u_int16_t index, char const* type, u_int8_t subType )
MP4FindTrackIndex ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetAudioProfileLevel MP4FileHandle hFile )
MP4GetBytesProperty ( MP4FileHandle hFile, char const* propName, u_int8_t** ppValue, u_int32_t* pValueSize )
MP4GetDuration MP4FileHandle hFile )
MP4GetFloatProperty ( MP4FileHandle hFile, char const* propName )
MP4GetGraphicsProfileLevel MP4FileHandle hFile )
MP4GetHintTrackReferenceTrackId ( MP4FileHandle hFile, MP4TrackId hintTrackId )
MP4GetHintTrackRtpPayload ( MP4FileHandle hFile, MP4TrackId hintTrackId, char** ppPayloadName, u_int8_t* pPayloadNumber, u_int16_t* pMaxPayloadSize, char** ppEncodingParams )
MP4GetHintTrackSdp ( MP4FileHandle hFile, MP4TrackId hintTrackId )
MP4GetIntegerProperty ( MP4FileHandle hFile, char const* propName )
MP4GetMetadataAlbum ( MP4FileHandle hFile, char** value )
MP4GetMetadataArtist ( MP4FileHandle hFile, char** value )
MP4GetMetadataByIndex ( MP4FileHandle hFile, u_int32_t index, char const** ppName, u_int8_t** ppValue, u_int32_t* pValueSize )
MP4GetMetadataComment ( MP4FileHandle hFile, char** value )
MP4GetMetadataCompilation ( MP4FileHandle hFile, u_int8_t* cpl )
MP4GetMetadataCoverArt ( MP4FileHandle hFile, u_int8_t** coverArt, u_int32_t* size )
MP4GetMetadataDisk ( MP4FileHandle hFile, u_int16_t* disk, u_int16_t* totalDisks )
MP4GetMetadataFreeForm ( MP4FileHandle hFile, char* name, u_int8_t** pValue, u_int32_t* valueSize )
MP4GetMetadataGenre ( MP4FileHandle hFile, char** genre )
MP4GetMetadataName ( MP4FileHandle hFile, char** value )
MP4GetMetadataTempo ( MP4FileHandle hFile, u_int16_t* tempo )
MP4GetMetadataTool ( MP4FileHandle hFile, char** value )
MP4GetMetadataTrack ( MP4FileHandle hFile, u_int16_t* track, u_int16_t* totalTracks )
MP4GetMetadataWriter ( MP4FileHandle hFile, char** value )
MP4GetMetadataYear ( MP4FileHandle hFile, char** value )
MP4GetNumberOfTracks ( MP4FileHandle hFile, char const* type, u_int8_t subType )
MP4GetODProfileLevel MP4FileHandle hFile )
MP4GetRtpHintNumberOfPackets ( MP4FileHandle hFile, MP4TrackId hintTrackId )
MP4GetRtpPacketBFrame ( MP4FileHandle hFile, MP4TrackId hintTrackId, u_int16_t packetIndex )
MP4GetRtpPacketTransmitOffset ( MP4FileHandle hFile, MP4TrackId hintTrackId, u_int16_t packetIndex )
MP4GetRtpTimestampStart ( MP4FileHandle hFile, MP4TrackId hintTrackId )
MP4GetSampleDuration ( MP4FileHandle hFile, MP4TrackId trackId, MP4SampleId sampleId )
MP4GetSampleIdFromEditTime ( MP4FileHandle hFile, MP4TrackId trackId, MP4Timestamp when, MP4Timestamp* pStartTime, MP4Duration* pDuration )
MP4GetSampleIdFromTime ( MP4FileHandle hFile, MP4TrackId trackId, MP4Timestamp when, bool wantSyncSample )
MP4GetSampleRenderingOffset ( MP4FileHandle hFile, MP4TrackId trackId, MP4SampleId sampleId )
MP4GetSampleSize ( MP4FileHandle hFile, MP4TrackId trackId, MP4SampleId sampleId )
MP4GetSampleSync ( MP4FileHandle hFile, MP4TrackId trackId, MP4SampleId sampleId )
MP4GetSampleTime ( MP4FileHandle hFile, MP4TrackId trackId, MP4SampleId sampleId )
MP4GetSceneProfileLevel MP4FileHandle hFile )
MP4GetSessionSdp MP4FileHandle hFile )
MP4GetStringProperty ( MP4FileHandle hFile, char const* propName )
MP4GetTimeScale MP4FileHandle hFile )
MP4GetTrackAudioMpeg4Type ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackAudioType ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackBitRate ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackBytesProperty ( MP4FileHandle hFile, MP4TrackId trackId, char const* propName, u_int8_t** ppValue, u_int32_t* pValueSize )
MP4GetTrackDuration ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackEditDuration ( MP4FileHandle hFile, MP4TrackId trackId, MP4EditId editId )
MP4GetTrackEditDwell ( MP4FileHandle hFile, MP4TrackId trackId, MP4EditId editId )
MP4GetTrackEditMediaStart ( MP4FileHandle hFile, MP4TrackId trackId, MP4EditId editId )
MP4GetTrackEditTotalDuration ( MP4FileHandle hFile, MP4TrackId trackId, MP4EditId editId )
MP4GetTrackESConfiguration ( MP4FileHandle hFile, MP4TrackId trackId, u_int8_t** ppConfig, u_int32_t* pConfigSize )
MP4GetTrackEsdsObjectTypeId ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackFixedSampleDuration ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackFloatProperty ( MP4FileHandle hFile, MP4TrackId trackId, char const* propName )
MP4GetTrackIntegerProperty ( MP4FileHandle hFile, MP4TrackId trackId, char const* propName )
MP4GetTrackMaxSampleSize ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackNumberOfEdits ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackNumberOfSamples ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackStringProperty ( MP4FileHandle hFile, MP4TrackId trackId, char const* propName )
MP4GetTrackTimeScale ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackType ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackVideoFrameRate ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackVideoHeight ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackVideoType ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetTrackVideoWidth ( MP4FileHandle hFile, MP4TrackId trackId )
MP4GetVerbosity MP4FileHandle hFile )
MP4GetVideoProfileLevel MP4FileHandle hFile )
MP4HaveTrackIntegerProperty ( MP4FileHandle hFile, MP4TrackId trackId, char const* propName )
MP4Info ( MP4FileHandle hFile, MP4TrackId trackId )
MP4IsIsmaCrypMediaTrack ( MP4FileHandle hFile, MP4TrackId trackId )
MP4Make3GPCompliant ( char const* fileName, u_int32_t verbosity, char* majorBrand, u_int32_t minorVersion, char** supportedBrands, u_int32_t supportedBrandsCount, bool deleteIodsAtom )
MP4MakeIsmaCompliant ( char const* fileName, u_int32_t verbosity, bool addIsmaComplianceSdp )
MP4MakeIsmaSdpIod ( u_int8_t videoProfile, u_int32_t videoBitrate, u_int8_t* videoConfig, u_int32_t videoConfigLength, u_int8_t audioProfile, u_int32_t audioBitrate, u_int8_t* audioConfig, u_int32_t audioConfigLength, u_int32_t verbosity )
MP4MetadataDelete MP4FileHandle hFile )
MP4Modify ( char const* fileName, u_int32_t verbosity, u_int32_t flags )
MP4Optimize ( char const* existingFileName, char const* newFileName, u_int32_t verbosity )
MP4Read ( char const* fileName, u_int32_t verbosity )
MP4ReadRtpHint ( MP4FileHandle hFile, MP4TrackId hintTrackId, MP4SampleId hintSampleId, u_int16_t* pNumPackets )
MP4ReadRtpPacket ( MP4FileHandle hFile, MP4TrackId hintTrackId, u_int16_t packetIndex, u_int8_t** ppBytes, u_int32_t* pNumBytes, u_int32_t ssrc, bool includeHeader, bool includePayload )
MP4ReadSample ( MP4FileHandle hFile, MP4TrackId trackId, MP4SampleId sampleId, u_int8_t** ppBytes, u_int32_t* pNumBytes, MP4Timestamp* pStartTime, MP4Duration* pDuration, MP4Duration* pRenderingOffset, bool* pIsSyncSample )
MP4ReadSampleFromEditTime ( MP4FileHandle hFile, MP4TrackId trackId, MP4Timestamp when, u_int8_t** ppBytes, u_int32_t* pNumBytes, MP4Timestamp* pStartTime, MP4Duration* pDuration, MP4Duration* pRenderingOffset, bool* pIsSyncSample )
MP4ReadSampleFromTime ( MP4FileHandle hFile, MP4TrackId trackId, MP4Timestamp when, u_int8_t** ppBytes, u_int32_t* pNumBytes, MP4Timestamp* pStartTime, MP4Duration* pDuration, MP4Duration* pRenderingOffset, bool* pIsSyncSample )
MP4ReferenceSample ( MP4FileHandle srcFile, MP4TrackId srcTrackId, MP4SampleId srcSampleId, MP4FileHandle dstFile, MP4TrackId dstTrackId, MP4Duration dstSampleDuration )
MP4SetAmrDecoderVersion ( MP4FileHandle hFile, MP4TrackId trackId, u_int8_t decoderVersion )
MP4SetAmrModeSet ( MP4FileHandle hFile, MP4TrackId trackId, u_int16_t modeSet )
MP4SetAmrVendor ( MP4FileHandle hFile, MP4TrackId trackId, u_int32_t vendor )
MP4SetAudioProfileLevel ( MP4FileHandle hFile, u_int8_t value )
MP4SetBytesProperty ( MP4FileHandle hFile, char const* propName, u_int8_t const* pValue, u_int32_t valueSize )
MP4SetFloatProperty ( MP4FileHandle hFile, char const* propName, float value )
MP4SetGraphicsProfileLevel ( MP4FileHandle hFile, u_int8_t value )
MP4SetH263Bitrates ( MP4FileHandle hFile, MP4TrackId trackId, u_int32_t avgBitrate, u_int32_t maxBitrate )
MP4SetH263DecoderVersion ( MP4FileHandle hFile, MP4TrackId trackId, u_int8_t decoderVersion )
MP4SetH263Vendor ( MP4FileHandle hFile, MP4TrackId trackId, u_int32_t vendor )
MP4SetHintTrackRtpPayload ( MP4FileHandle hFile, MP4TrackId hintTrackId, char const* pPayloadName, u_int8_t* pPayloadNumber, u_int16_t maxPayloadSize, char const* encode_params, bool include_rtp_map, bool include_mpeg4_esid )
MP4SetHintTrackSdp ( MP4FileHandle hFile, MP4TrackId hintTrackId, char const* sdpString )
MP4SetIntegerProperty ( MP4FileHandle hFile, char const* propName, int64_t value )
MP4SetMetadataAlbum ( MP4FileHandle hFile, char const* value )
MP4SetMetadataArtist ( MP4FileHandle hFile, char const* value )
MP4SetMetadataComment ( MP4FileHandle hFile, char const* value )
MP4SetMetadataCompilation ( MP4FileHandle hFile, u_int8_t cpl )
MP4SetMetadataCoverArt ( MP4FileHandle hFile, u_int8_t* coverArt, u_int32_t size )
MP4SetMetadataDisk ( MP4FileHandle hFile, u_int16_t disk, u_int16_t totalDisks )
MP4SetMetadataFreeForm ( MP4FileHandle hFile, char* name, u_int8_t* pValue, u_int32_t valueSize )
MP4SetMetadataGenre ( MP4FileHandle hFile, char const* genre )
MP4SetMetadataName ( MP4FileHandle hFile, char const* value )
MP4SetMetadataTempo ( MP4FileHandle hFile, u_int16_t tempo )
MP4SetMetadataTool ( MP4FileHandle hFile, char const* value )
MP4SetMetadataTrack ( MP4FileHandle hFile, u_int16_t track, u_int16_t totalTracks )
MP4SetMetadataWriter ( MP4FileHandle hFile, char const* value )
MP4SetMetadataYear ( MP4FileHandle hFile, char const* value )
MP4SetODProfileLevel ( MP4FileHandle hFile, u_int8_t value )
MP4SetRtpTimestampStart ( MP4FileHandle hFile, MP4TrackId hintTrackId, MP4Timestamp rtpStart )
MP4SetSampleRenderingOffset ( MP4FileHandle hFile, MP4TrackId trackId, MP4SampleId sampleId, MP4Duration renderingOffset )
MP4SetSceneProfileLevel ( MP4FileHandle hFile, u_int8_t value )
MP4SetSessionSdp ( MP4FileHandle hFile, char const* sdpString )
MP4SetStringProperty ( MP4FileHandle hFile, char const* propName, char const* value )
MP4SetTimeScale ( MP4FileHandle hFile, u_int32_t value )
MP4SetTrackBytesProperty ( MP4FileHandle hFile, MP4TrackId trackId, char const* propName, u_int8_t const* pValue, u_int32_t valueSize )
MP4SetTrackEditDuration ( MP4FileHandle hFile, MP4TrackId trackId, MP4EditId editId, MP4Duration duration )
MP4SetTrackEditDwell ( MP4FileHandle hFile, MP4TrackId trackId, MP4EditId editId, bool dwell )
MP4SetTrackEditMediaStart ( MP4FileHandle hFile, MP4TrackId trackId, MP4EditId editId, MP4Timestamp startTime )
MP4SetTrackESConfiguration ( MP4FileHandle hFile, MP4TrackId trackId, u_int8_t const* pConfig, u_int32_t configSize )
MP4SetTrackFloatProperty ( MP4FileHandle hFile, MP4TrackId trackId, char const* propName, float value )
MP4SetTrackIntegerProperty ( MP4FileHandle hFile, MP4TrackId trackId, char const* propName, int64_t value )
MP4SetTrackStringProperty ( MP4FileHandle hFile, MP4TrackId trackId, char const* propName, char const* value )
MP4SetTrackTimeScale ( MP4FileHandle hFile, MP4TrackId trackId, u_int32_t value )
MP4SetVerbosity ( MP4FileHandle hFile, u_int32_t verbosity )
MP4SetVideoProfileLevel ( MP4FileHandle hFile, u_int8_t value )
MP4WriteRtpHint ( MP4FileHandle hFile, MP4TrackId hintTrackId, MP4Duration duration, bool isSyncSample )
MP4WriteSample ( MP4FileHandle hFile, MP4TrackId trackId, u_int8_t const* pBytes, u_int32_t numBytes, MP4Duration duration, MP4Duration renderingOffset, bool isSyncSample )

to the top

Problems with Constants, Low Severity (4)


faaccfg.h
[+] LOW
[+] LTP
[+] MAIN
[+] SSR

to the top

Other Changes in Constants (181)


mp4.h
[+] MP4_AC3_AUDIO_TYPE
[+] MP4_ALAW_AUDIO_TYPE
[+] MP4_AUDIO_TRACK_TYPE
[+] MP4_CLOCK_TRACK_TYPE
[+] MP4_CREATE_64BIT_DATA
[+] MP4_CREATE_64BIT_TIME
[+] MP4_CREATE_EXTENSIBLE_FORMAT
[+] MP4_DETAILS_ALL
[+] MP4_DETAILS_EDIT
[+] MP4_DETAILS_ERROR
[+] MP4_DETAILS_FIND
[+] MP4_DETAILS_HINT
[+] MP4_DETAILS_ISMA
[+] MP4_DETAILS_READ
[+] MP4_DETAILS_SAMPLE
[+] MP4_DETAILS_TABLE
[+] MP4_DETAILS_WARNING
[+] MP4_DETAILS_WRITE
[+] MP4_G723_AUDIO_TYPE
[+] MP4_H261_VIDEO_TYPE
[+] MP4_H263_VIDEO_TYPE
[+] MP4_H264_VIDEO_TYPE
[+] MP4_HINT_TRACK_TYPE
[+] MP4_INVALID_AUDIO_TYPE
[+] MP4_INVALID_DURATION
[+] MP4_INVALID_EDIT_ID
[+] MP4_INVALID_FILE_HANDLE
[+] MP4_INVALID_SAMPLE_ID
[+] MP4_INVALID_TRACK_ID
[+] MP4_INVALID_VIDEO_TYPE
[+] MP4_IPMP_TRACK_TYPE
[+] MP4_JPEG_VIDEO_TYPE
[+] MP4_MICROSECONDS_TIME_SCALE
[+] MP4_MILLISECONDS_TIME_SCALE
[+] MP4_MP3_AUDIO_TYPE
[+] MP4_MPEG1_AUDIO_TYPE
[+] MP4_MPEG1_VIDEO_TYPE
[+] MP4_MPEG2_442_VIDEO_TYPE
[+] MP4_MPEG2_AAC_AUDIO_TYPE
[+] MP4_MPEG2_AAC_LC_AUDIO_TYPE
[+] MP4_MPEG2_AAC_MAIN_AUDIO_TYPE
[+] MP4_MPEG2_AAC_SSR_AUDIO_TYPE
[+] MP4_MPEG2_AUDIO_TYPE
[+] MP4_MPEG2_HIGH_VIDEO_TYPE
[+] MP4_MPEG2_MAIN_VIDEO_TYPE
[+] MP4_MPEG2_SIMPLE_VIDEO_TYPE
[+] MP4_MPEG2_SNR_VIDEO_TYPE
[+] MP4_MPEG2_SPATIAL_VIDEO_TYPE
[+] MP4_MPEG2_VIDEO_TYPE
[+] MP4_MPEG4_AAC_LC_AUDIO_TYPE
[+] MP4_MPEG4_AAC_LTP_AUDIO_TYPE
[+] MP4_MPEG4_AAC_MAIN_AUDIO_TYPE
[+] MP4_MPEG4_AAC_SCALABLE_AUDIO_TYPE
[+] MP4_MPEG4_AAC_SSR_AUDIO_TYPE
[+] MP4_MPEG4_ALGORITHMIC_FX_AUDIO_TYPE
[+] MP4_MPEG4_AUDIO_TYPE
[+] MP4_MPEG4_CELP_AUDIO_TYPE
[+] MP4_MPEG4_HVXC_AUDIO_TYPE
[+] MP4_MPEG4_INVALID_AUDIO_TYPE
[+] MP4_MPEG4_MAIN_SYNTHETIC_AUDIO_TYPE
[+] MP4_MPEG4_MIDI_AUDIO_TYPE
[+] MP4_MPEG4_TTSI_AUDIO_TYPE
[+] MP4_MPEG4_VIDEO_TYPE
[+] MP4_MPEG4_WAVETABLE_AUDIO_TYPE
[+] MP4_MPEG7_TRACK_TYPE
[+] MP4_MPEGJ_TRACK_TYPE
[+] MP4_MSECS_TIME_SCALE
[+] MP4_NANOSECONDS_TIME_SCALE
[+] MP4_NSECS_TIME_SCALE
[+] MP4_OCI_TRACK_TYPE
[+] MP4_OD_TRACK_TYPE
[+] MP4_PCM16_BIG_ENDIAN_AUDIO_TYPE
[+] MP4_PCM16_LITTLE_ENDIAN_AUDIO_TYPE
[+] MP4_PRIVATE_AUDIO_TYPE
[+] MP4_PRIVATE_VIDEO_TYPE
[+] MP4_SCENE_TRACK_TYPE
[+] MP4_SECONDS_TIME_SCALE
[+] MP4_SECS_TIME_SCALE
[+] MP4_SET_DYNAMIC_PAYLOAD
[+] MP4_ULAW_AUDIO_TYPE
[+] MP4_USECS_TIME_SCALE
[+] MP4_VIDEO_TRACK_TYPE
[+] MP4_VORBIS_AUDIO_TYPE
[+] MP4_YUV12_VIDEO_TYPE
[+] MPEG4_ACEP_L1
[+] MPEG4_ACEP_L2
[+] MPEG4_ACEP_L3
[+] MPEG4_ACEP_L4
[+] MPEG4_ACP_L1
[+] MPEG4_ACP_L2
[+] MPEG4_ARTSP_L1
[+] MPEG4_ARTSP_L2
[+] MPEG4_ARTSP_L3
[+] MPEG4_ARTSP_L4
[+] MPEG4_ASP_L0
[+] MPEG4_ASP_L1
[+] MPEG4_ASP_L2
[+] MPEG4_ASP_L3
[+] MPEG4_ASP_L3B
[+] MPEG4_ASP_L4
[+] MPEG4_ASP_L5
[+] MPEG4_AST_L1
[+] MPEG4_AST_L2
[+] MPEG4_AST_L3
[+] MPEG4_BATP_L1
[+] MPEG4_BATP_L2
[+] MPEG4_C_STUDIO_P_L1
[+] MPEG4_C_STUDIO_P_L2
[+] MPEG4_C_STUDIO_P_L3
[+] MPEG4_C_STUDIO_P_L4
[+] MPEG4_CP_L1
[+] MPEG4_CP_L2
[+] MPEG4_CSP_L1
[+] MPEG4_CSP_L2
[+] MPEG4_CSP_L3
[+] MPEG4_FGSP_L0
[+] MPEG4_FGSP_L1
[+] MPEG4_FGSP_L2
[+] MPEG4_FGSP_L3
[+] MPEG4_FGSP_L4
[+] MPEG4_FGSP_L5
[+] MPEG4_HP_L1
[+] MPEG4_HP_L2
[+] MPEG4_MP_L2
[+] MPEG4_MP_L3
[+] MPEG4_MP_L4
[+] MPEG4_NBP_L2
[+] MPEG4_S_STUDIO_P_L1
[+] MPEG4_S_STUDIO_P_L2
[+] MPEG4_S_STUDIO_P_L3
[+] MPEG4_S_STUDIO_P_L4
[+] MPEG4_SFAP_L1
[+] MPEG4_SFAP_L2
[+] MPEG4_SFBAP_L1
[+] MPEG4_SFBAP_L2
[+] MPEG4_SP_L0
[+] MPEG4_SP_L1
[+] MPEG4_SP_L2
[+] MPEG4_SP_L3
[+] MPEG4_SSP_L1
[+] MPEG4_SSP_L2
[+] MPEG4_STP_L1

mpeg4ip.h
[+] D64
[+] D64F
[+] FALSE
[+] FOPEN_READ_BINARY
[+] FOPEN_WRITE_BINARY
[+] INT16_MAX
[+] INT16_MIN
[+] IOSBINARY
[+] LLU
[+] MAX_UINT64
[+] TRUE
[+] U64
[+] U64F
[+] UINT32_MAX
[+] X64
[+] X64F

mpeg4ip_config.h
[+] _FILE_OFFSET_BITS
[+] HAVE_DECL_MP4CREATE
[+] HAVE_DECL_MP4METADATADELETE
[+] HAVE_FPOS_T___POS
[+] HAVE_IN_PORT_T
[+] HAVE_INT16_T
[+] HAVE_INT32_T
[+] HAVE_LIBMP4V2
[+] HAVE_MEMCPY
[+] HAVE_SOCKLEN_T
[+] HAVE_STRCASECMP
[+] HAVE_STRCHR
[+] HAVE_STRSEP
[+] HAVE_U_INT16_T
[+] HAVE_U_INT32_T
[+] LT_OBJDIR
[+] PACKAGE_BUGREPORT
[+] PACKAGE_NAME
[+] PACKAGE_TARNAME
[+] PACKAGE_URL
[+] STDC_HEADERS
[+] TIME_WITH_SYS_TIME

mpeg4ip_version.h
[+] MPEG4IP_PACKAGE

to the top

Header Files (2)


faac.h
faaccfg.h

to the top

Shared Libraries (1)


libfaac.so.0.0.0

to the top




Generated on Fri Dec 27 19:31:47 2013 for FAAC by ABI Compliance Checker 1.99.8.4  
A tool for checking backward compatibility of a C/C++ library API