[x264-devel] Updated (and hopefully final) threaded slicetype patch
Leon Woestenberg
leon.woestenberg at gmail.com
Tue Apr 7 16:46:59 CEST 2009
Hello Mike,
On Fri, Apr 3, 2009 at 8:53 PM, Mike Kazmier <DaKaZ at zenbe.com> wrote:
> All,
>
> Please find version 13 (lucky # 13) of the threaded slicetype patch. This patch is overhauled to be more "windows" friendly (read: no use of usleep) and strictly use pthread_cond_wait/broadcast. All known issues around broken decisions are resolved at this time. As always, please feel free to beat up the patch, test it, etc - no pride in authorship here, we just want it to be the best it can be.
>
Can you explain why x264_synch_frame_list_put() does not do
pthread_cond_signal( &slist->cv_full ) ?
(Doesn't look symmetric with get(), maybe for a good reason I don't know.)
Regards,
--
Leon
More information about the x264-devel
mailing list