]> git.sesse.net Git - ffmpeg/commit
H264: hotfix for speedloss on frame threading and h264 files with slices.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 3 Oct 2011 22:14:48 +0000 (00:14 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 3 Oct 2011 22:26:18 +0000 (00:26 +0200)
commiteaa21b6870ba8bba4b0370e91f1941307c1c9681
tree303b0bf45360a903036e9cdf16e2bf8f1325c7b8
parenta9255d37815ba5df553aa6278a9d8bc7603ff458
H264: hotfix for speedloss on frame threading and h264 files with slices.

This fix is not ideal as it still limits the multithreading on field pictures
to the 2nd field only.
Ill try to fix it properly to allow both fields to decode concurrently but this
needs more work.

This bug exists since and was caused by:
commit ea6331f8bbaf3343faec6ffe77a6218a016a3af5
Author: Ronald S. Bultje <rsbultje@gmail.com>
Date:   Mon Jun 20 10:24:33 2011 -0400

    h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).
libavcodec/h264.c