Re: [FFmpeg-devel] [PATCH v1] lavfi/qsvvpp: support async depth

2021-03-12 Thread Wang, Fei W
On Fri, 2021-03-12 at 06:20 +, Xiang, Haihao wrote: > On Wed, 2021-01-27 at 09:42 +0800, Fei Wang wrote: > > Async depth will allow qsv filter cache few frames, and avoid force > > switch and end filter task frame by frame. This change will improve > > performance for some multi-task case, for

Re: [FFmpeg-devel] [PATCH v1] lavfi/qsvvpp: support async depth

2021-03-11 Thread Xiang, Haihao
On Wed, 2021-01-27 at 09:42 +0800, Fei Wang wrote: > Async depth will allow qsv filter cache few frames, and avoid force > switch and end filter task frame by frame. This change will improve > performance for some multi-task case, for example 1:N transcode( > decode + vpp + encode) with all QSV plu

Re: [FFmpeg-devel] [PATCH v1] lavfi/qsvvpp: support async depth

2021-02-06 Thread Wang, Fei W
> -Original Message- > From: Wang, Fei W > Sent: Wednesday, February 3, 2021 9:09 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [PATCH v1] lavfi/qsvvpp: support async depth > > On Wed, 2021-01-27 at 09:42 +0800, Fei Wang wrote: > > Async depth will allow qsv filter cache few frames, a

Re: [FFmpeg-devel] [PATCH v1] lavfi/qsvvpp: support async depth

2021-02-02 Thread Wang, Fei W
On Wed, 2021-01-27 at 09:42 +0800, Fei Wang wrote: > Async depth will allow qsv filter cache few frames, and avoid force > switch and end filter task frame by frame. This change will improve > performance for some multi-task case, for example 1:N transcode( > decode + vpp + encode) with all QSV plu