Skip to content

Improve VP8 decode performance. The MSWorkerThread was not so efficient, due...

Simon Morlat requested to merge fix/vp8-dec-performance into release/4.4

Improve VP8 decode performance. The MSWorkerThread was not so efficient, due to the growing list of queued tasks. In addition, set a limit on the number of allocated yuv buffers, to avoid eating memory indefinitely in underrun situations.

Merge request reports