MediaSDK
MediaSDK copied to clipboard
The Intel® Media SDK
Structures for HDR side data have recently been added for HEVC encoding: https://github.com/Intel-Media-SDK/MediaSDK/commit/a9685bf658d1ec97ff44b614dcf75818ecc62819 : - mfxExtContentLightLevelInfo - mfxExtMasteringDisplayColourVolume What missing is to fill those structures when decoding HEVC video. Could...
How to install MediaSDK (https://github.com/Intel-Media-SDK/MediaSDK/releases/tag/intel-mediasdk-21.3.5) on centos 7.1 ?
## System information - CPU information (link to ark.intel.com): [1035G4](https://ark.intel.com/content/www/us/en/ark/products/196591/intel-core-i51035g4-processor-6m-cache-up-to-3-70-ghz.html) (Surface Pro 7) - GPU information (link to ark.intel.com): -||- - Driver version: described in text ## Issue behavior ###...
Intel® Media SDK lifetime comes to an end in a form it exists right now. In particular, * API 1.35 is projected to be the last API of 1.x API...
Signed-off-by: Dmitry Ermilov
Signed-off-by: Dmitry Ermilov
## System information - GPU platform enabling for new feature: Intel UHD Graphics 620/Nvidia GeForce MX150 - Host machine if it's discrete card: Acer A517-51G (Hybrid) - libva/libva-utils/gmmlib/media-driver/Media SDK version...
The file sample_utils.cpp defines a function CopyBitstream2 that is wrongly implemented. This method is used by the CH264FrameReader class and consumed in decoding pipeline. First of all, is not clear...
In the sample sample_encode, the class CEncodingPipeline declares a member m_pUserModule. However, it is not consumed and the memory is not freed in the Close method.