Re: [FFmpeg-devel] [PATCH v4 30/38] vaapi_encode_h264: Enable multiple-slice support

2018-09-23 Thread Mark Thompson
On 19/09/18 02:33, myp...@gmail.com wrote:> > VA-API encoder can support multiple-frame reference too. That's loosely the intent, though it probably needs more information about similarities between frames for the feature to be of non-placebo use. In terms of the common implementation it should

Re: [FFmpeg-devel] [PATCH v4 30/38] vaapi_encode_h264: Enable multiple-slice support

2018-09-18 Thread myp...@gmail.com
On Wed, Sep 19, 2018 at 6:35 AM Mark Thompson wrote: > > --- > libavcodec/vaapi_encode_h264.c | 13 +++-- > 1 file changed, 7 insertions(+), 6 deletions(-) > > diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaapi_encode_h264.c > index 8feae0d42f..7bb77cfba2 100644 > --- a/libavc

[FFmpeg-devel] [PATCH v4 30/38] vaapi_encode_h264: Enable multiple-slice support

2018-09-18 Thread Mark Thompson
--- libavcodec/vaapi_encode_h264.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaapi_encode_h264.c index 8feae0d42f..7bb77cfba2 100644 --- a/libavcodec/vaapi_encode_h264.c +++ b/libavcodec/vaapi_encode_h264.c @@ -733