Re: [libav-devel] [PATCH 11/14] vaapi_h265: Convert to use coded bitstream infrastructure

2017-08-12 Thread Anton Khirnov
Quoting Mark Thompson (2017-08-11 01:37:06) > > -priv->ctu_width = FFALIGN(ctx->surface_width, 32) / 32; > -priv->ctu_height= FFALIGN(ctx->surface_height, 32) / 32; > +// This seems to be an Intel driver constraint. Despite MinCbSizeY > +// being 8, we are still

Re: [libav-devel] [PATCH 11/14] vaapi_h265: Convert to use coded bitstream infrastructure

2017-08-12 Thread Diego Biurrun
On Fri, Aug 11, 2017 at 12:37:06AM +0100, Mark Thompson wrote: > --- a/configure > +++ b/configure > @@ -2290,7 +2290,7 @@ hevc_nvenc_encoder_deps="nvenc" > hevc_qsv_decoder_select="hevc_mp4toannexb_bsf hevc_parser hevc_qsv_hwaccel > qsvdec" > hevc_qsv_encoder_select="hevc_ps qsvenc" >

[libav-devel] [PATCH 11/14] vaapi_h265: Convert to use coded bitstream infrastructure

2017-08-10 Thread Mark Thompson
Also improves the metadata and generally makes the configuration a bit cleaner. --- Build system; also fix a silly bug with num_ticks_poc_diff noticed by hevc_metadata testing. configure |2 +- libavcodec/Makefile|2 +- libavcodec/vaapi_encode_h265.c |