[FFmpeg-devel] Parallelization

Derek Buitenhuis derek.buitenhuis at gmail.com
Wed Dec 31 04:53:52 CET 2014


On 12/31/2014 10:00 PM, David Ison 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/>.

I think it is probably unlikely that OMP will be accepted for a bunch of
reasons (compiler support, too high level, etc.)

As it stands, the current parallelization is written using pthreads, and
you're likely better off looking into that.

- Derek


More information about the ffmpeg-devel mailing list