oneVPL-v2.9
New in this release:
- Deprecated :cpp:member:
mfxExtCodingOption2::BitrateLimit. - Added note that applications must call MFXVideoENCODE_Query() to check for support of :cpp:struct:
mfxExtChromaLocInfoand :cpp:struct:mfxExtHEVCRegionextension buffers. - Added AV1 HDR metadata description and further clarified :cpp:struct:
mfxExtMasteringDisplayColourVolumeand :cpp:struct:mfxExtContentLightLevelInfo. - Added deprecation messages to the functions :cpp:func:
MFXQueryAdapters, :cpp:func:MFXQueryAdaptersDecode, and :cpp:func:MFXQueryAdaptersNumber.
Applications should use the process described in :ref:oneVPL Dispatcher <onevpl-dispatcher>to enumerate and select adapters. - Fixed multiple spelling errors.
- Added extension buffer :cpp:struct:
mfxExtSyncSubmissionto return submission synchronization sync point. - Added extension buffer :cpp:struct:
mfxExtVPPPercEncPrefilterto control perceptual encoding prefilter. - Deprecated
mfxPlatform::CodeNameand corresponding enum values. - Added :cpp:member:
mfxExtendedDeviceId::RevisionIDand :cpp:struct:extDeviceUUIDto be aligned across multiple domains including compute and specify device UUID accordingly. - Added extension buffer :cpp:struct:
mfxExtTuneEncodeQualityand correspondent enumeration to specify encoding tuning option. - Updated description of :cpp:func:
MFXEnumImplementationsto clarify that the input :cpp:type:mfxImplCapsDeliveryFormatdetermines the type of structure returned. - Updated mfxvideo++.h to use MFXLoad API.