Re: [libav-devel] [PATCH v3] qsvvpp: Fix to perform full init only when needed

2018-07-16 Thread Mark Thompson
On 16/07/18 23:13, Maxym Dmytrychenko wrote: > On Tue, Jul 17, 2018 at 12:00 AM Mark Thompson wrote: > >> On 16/07/18 14:26, Maxym Dmytrychenko wrote: >>> Not used VPP sessions, like for hwupload/hwdownload handling, >>> can increase CPU utilization and this patch fixes it. >>> thank you,Joe,

Re: [libav-devel] [PATCH v3] qsvvpp: Fix to perform full init only when needed

2018-07-16 Thread Maxym Dmytrychenko
On Tue, Jul 17, 2018 at 12:00 AM Mark Thompson wrote: > On 16/07/18 14:26, Maxym Dmytrychenko wrote: > > Not used VPP sessions, like for hwupload/hwdownload handling, > > can increase CPU utilization and this patch fixes it. > > thank you,Joe, for the contribution. > > > > Signed-off-by: Maxym

Re: [libav-devel] [PATCH v3] qsvvpp: Fix to perform full init only when needed

2018-07-16 Thread Mark Thompson
On 16/07/18 14:26, Maxym Dmytrychenko wrote: > Not used VPP sessions, like for hwupload/hwdownload handling, > can increase CPU utilization and this patch fixes it. > thank you,Joe, for the contribution. > > Signed-off-by: Maxym Dmytrychenko > --- > libavutil/hwcontext_qsv.c | 35

[libav-devel] [PATCH v3] qsvvpp: Fix to perform full init only when needed

2018-07-16 Thread Maxym Dmytrychenko
Not used VPP sessions, like for hwupload/hwdownload handling, can increase CPU utilization and this patch fixes it. thank you,Joe, for the contribution. Signed-off-by: Maxym Dmytrychenko --- libavutil/hwcontext_qsv.c | 35 ++- 1 file changed, 26 insertions(+), 9