Re: [FFmpeg-devel] [PATCH v3] avfilter/vaapi: add overlay_vaapi filter

2019-07-07 Thread Zhou, Zachary
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Mark Thompson > Sent: Sunday, July 7, 2019 8:56 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v3] avfilter/vaapi: add overlay_vaapi > filter >

Re: [FFmpeg-devel] [PATCH v3] avfilter/vaapi: add overlay_vaapi filter

2019-07-07 Thread Mark Thompson
On 20/06/2019 08:42, Zachary Zhou wrote: > --- > configure | 1 + > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vaapi_vpp.c| 95 + > libavfilter/vaapi_vpp.h| 5 + > libavfilter/vf_overlay_vaapi.c

[FFmpeg-devel] [PATCH v3] avfilter/vaapi: add overlay_vaapi filter

2019-06-20 Thread Zachary Zhou
--- configure | 1 + libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vaapi_vpp.c| 95 + libavfilter/vaapi_vpp.h| 5 + libavfilter/vf_overlay_vaapi.c | 365 + 6 files