[FFmpeg-devel] Parallelization

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Dec 31 09:22:49 CET 2014


On 31.12.2014, at 04:00, David Ison <paralleldev at dtison.net> wrote:
> 3.  I am planning initial implementations using OpenMP.  There is good support on Gnu, LLVM and other compilers <http://openmp.org/wp/openmp-compilers/>.

That is _not_ true. There is no OpenMP support in LLVM, what they misleadingly list is an unofficial fork.
Also OpenMP tends to be too limited to work for anything but trivially parallelizable things and I doubt you'll find many of these remaining.
I don't mind you trying, and I at least do not mind having OpenMP-only optimisations in FFmpeg but I would be surprised if you got much out of that.


More information about the ffmpeg-devel mailing list