You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2024. It is now read-only.
New in This Release
-------------------
* Updated API version dependency to 2.4
* Improved warnings for incompatible parameters
* Numerous minor bugs fixed
Issues and Limitations
----------------------
* 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](https://github.com/oneapi-src/oneVPL-cpu#optionally-enable-h264-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](https://spec.oneapi.com/versions/latest/elements/oneVPL/source/VPL_summary.html#mandatory-optional-apis-and-features).
* 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().
0 commit comments