[FFmpeg-devel] [PATCH 2/2] add libyami.cpp for h264 decoding by libyami

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Jan 12 20:28:11 CET 2015


On 09.01.2015, at 09:15, "Zhao, Halley" <halley.zhao at intel.com> wrote:
> From: "Zhao, Halley" <halley.zhao at intel.com>
> 
> - do not support multi-thread decoding, it is unnecessary for hw

While it might not be possible to support in a proper way, and the FFmpeg multithreading is probably useless in the context of this library, but I think this is not generally true.
Most hardware decoders need a good bit of parsing, and for some in combination with high-bitrate content it is enough that multithreading can be useful due to allowing to use two CPUs at low frequencies instead of having to clock one significantly higher.


More information about the ffmpeg-devel mailing list