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

2019-08-28 Thread Zhou, Zachary
> -Original Message- > From: Li, Zhong > Sent: Wednesday, August 28, 2019 4:37 PM > To: FFmpeg development discussions and patches > Cc: Zhou, Zachary > Subject: RE: [FFmpeg-devel] [PATCH v4] avfilter/vaapi: add overlay_vaapi > filter > > > From: ffm

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

2019-08-28 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Zachary Zhou > Sent: Thursday, July 11, 2019 5:30 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Zhou, Zachary > Subject: [FFmpeg-devel] [PATCH v4] avfilter/vaapi: add overlay_vaapi filter >

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

2019-08-18 Thread Zachary Zhou
Hi Mark, Do you have any comments on this patch ? Thanks, Zachary On 7/11/19 5:29 PM, Zachary Zhou wrote: --- configure | 1 + libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_overlay_vaapi.c | 424

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

2019-07-11 Thread Zachary Zhou
--- configure | 1 + libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_overlay_vaapi.c | 424 + 4 files changed, 427 insertions(+) create mode 100644 libavfilter/vf_overlay_vaapi.c diff --git