This repository has been archived by the owner on May 20, 2024. It is now read-only.
v2021.4.0
New in This Release
- Updated dispatcher API to 2.4
Issues and Limitations
CPU implementation
- Decode input bitstream buffer size must be large enough to hold
several frames. Buffer sizes that are too small may cause issues. The
necessary minimum size is stream dependent but enough for 10 frames is
a conservative estimate. - AVC/H.264 encode is disabled due to licensing restrictions. To enable
it, refer to the instructions to Optionally enable H.264
encode. - A subset of parameters and functions from the specification are
implemented. For more information on mandatory and optional APIs and
features, see the oneVPL
specification. - For the Windows* release, Visual C++* Redistributable for Visual
Studio* 2015 or higher is required. Without this, an error reporting
a missing MSVCP140.dll will be generated. - MFX_BITSTREAM_EOS from the input bitstream dataFlag is ignored by
MFXVideoDECODE_DecodeFrameAsync().