Re: [libav-devel] [PATCH 2/2] vaapi_h265: Mark unused entries in RefPicList[01] as explicitly invalid

2017-12-25 Thread Jun Zhao
On 2017/12/20 19:57, Mark Thompson wrote: > On 18/12/17 01:59, Jun Zhao wrote: >> On 2017/12/18 4:05, Mark Thompson wrote: >>> The iHD driver looks at entries beyond num_ref_idx_l[01]_active_minus1 >>> for unknown reasons. >>> --- >>> This still isn

Re: [libav-devel] [PATCH 2/2] vaapi_h265: Mark unused entries in RefPicList[01] as explicitly invalid

2017-12-21 Thread Jun Zhao
On 2017/12/20 19:57, Mark Thompson wrote: > On 18/12/17 01:59, Jun Zhao wrote: >> On 2017/12/18 4:05, Mark Thompson wrote: >>> The iHD driver looks at entries beyond num_ref_idx_l[01]_active_minus1 >>> for unknown reasons. >>> --- >>> This still isn

Re: [libav-devel] [PATCH 2/2] vaapi_h265: Mark unused entries in RefPicList[01] as explicitly invalid

2017-12-17 Thread Jun Zhao
On 2017/12/18 4:05, Mark Thompson wrote: > The iHD driver looks at entries beyond num_ref_idx_l[01]_active_minus1 > for unknown reasons. > --- > This still isn't enough to actually work for encoding H.265 with the iHD > driver on Skylake. It can generate output with this rather than crashing,

Re: [libav-devel] [PATCH 1/2] vaapi_encode: Destroy output buffer pool before VA context

2017-12-17 Thread Jun Zhao
On 2017/12/18 4:00, Mark Thompson wrote: > The buffers are created associated with the context, so they should be > destroyed before the context is. This is enforced by the iHD driver. > --- > (Causes a crash on close.) > > > libavcodec/vaapi_encode.c | 4 ++-- > 1 file changed, 2

Re: [libav-devel] [PATCH 09/15] lavc: Add h264_metadata bitstream filter

2017-07-26 Thread Jun Zhao
On 2017/6/24 7:39, Mark Thompson wrote: > This is able to modify some header metadata found in the SPS/VUI, > and can also add/remove AUDs and insert user data in SEI NAL units. > --- > doc/bitstream_filters.texi | 47 + > libavcodec/Makefile| 2 + >

Re: [libav-devel] [PATCH 07/12] lavfi: Add some common code for OpenCL filtering

2017-06-28 Thread Jun Zhao
On 2017/6/28 5:50, Mark Thompson wrote: > --- > libavfilter/Makefile | 6 + > libavfilter/opencl.c | 285 > +++ > libavfilter/opencl.h | 74 +++ > libavfilter/opencl/rgbyuv.cl | 117 ++ >