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
517 stars 171 forks source link

Fixed the encoding crash issue when width < height. #462

Closed Austin-Hu closed 4 years ago

Austin-Hu commented 4 years ago

By fixing some typos, and addressing an out of memory boundary issue.

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

Fixes #459 .