On Thu, May 12, 2011 at 10:13:57PM -0400, Ronald S. Bultje wrote: > Hi, > > On Thu, May 12, 2011 at 8:39 PM, Ronald S. Bultje <[email protected]> wrote: > > On Thu, May 12, 2011 at 5:53 PM, Ronald S. Bultje <[email protected]> > > wrote: > >> If deblock_mode==2, we should deblock slice edges also. This > >> can obviously only be done once all slices have finished > >> decoding. > >> --- > >> libavcodec/h264.c | 23 +++++++++++++++++------ > >> 1 files changed, 17 insertions(+), 6 deletions(-) > > > > Jason just told me I misread the code, so ignore this for now. > > This patch works better, I think. Output for test sample at 16 > slice-threads is now identical to JM and the code remains in-loop. > > Ronald
> From e7b2c6ceab21f47316149e1fde6eecc9cb897d7c Mon Sep 17 00:00:00 2001 > From: Ronald S. Bultje <[email protected]> > Date: Thu, 12 May 2011 21:46:56 -0400 > Subject: [PATCH] h264: fix loopfilter with threading at slice boundaries. > > --- > libavcodec/h264.c | 20 +++++++++++++------- > 1 files changed, 13 insertions(+), 7 deletions(-) ok if tested _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
