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
516 stars 172 forks source link

App/EbAppContext.c: Remove unused AllocateOutputBuffers #527

Closed 1480c1 closed 4 years ago

1480c1 commented 4 years ago

Since nothing is using the streamBufferPool, it would be better to remove it for now

Matching SVT-AV1 PR: https://github.com/OpenVisualCloud/SVT-AV1/pull/1209

tianjunwork commented 4 years ago

Thank you Chris porting it over to SVT-HEVC/VP9.