[FFmpeg-devel] [PATCH] h264 parallelized,

Andreas Öman andreas
Thu Jun 21 10:29:14 CEST 2007


Hi

John Kelley wrote:
> What patches are left and haven't been applied yet other than this one? I'm
> eager to start testing multithreaded h264 decode.
> 

Once this one is in I'll prepare the patch that actually enables
parallelization.

Just remember that the current patch does not make all h264
faster.

o It must be encoded with multiple slices

o in-loop filtering must be disabled across slices (or
disabled entirely)

To verify this turn on FF_DEBUG_PICT_INFO and look for the

slice:# ... loop:#:#:#  -debug line

The number of slices will yield the maximum concurrency
level you can achieve.

The first digit after 'loop' must be 0 or 2




More information about the ffmpeg-devel mailing list