OpenVisualCloud / SVT-HEVC

SVT HEVC encoder. Scalable Video Technology (SVT) is a software-based video coding technology that is highly optimized for Intel® Xeon® processors. Using the open source SVT-HEVC encoder, it is possible to spread video encoding processing across multiple Intel® Xeon® processors to achieve a real advantage of processing efficiency.
Other
519 stars 169 forks source link

Fixed the encoding crashing issue for some legacy CPUs. #376

Closed Austin-Hu closed 5 years ago

Austin-Hu commented 5 years ago

By checking whether the processor supports XGETBV instruction or not, beforeing invoking it to check ZMM/YMM/XMM states are enabled in XCR0 register.

Partially fixed the encoding process crash issue #274 .

Signed-off-by: Austin Hu austin.hu@intel.com