Re: [FFmpeg-devel] [PATCH v2 1/4] fftools/qsv: enabling d3d11va/dxva2 device selection

2020-04-24 Thread Artem Galin
Hi Steve, The updated review is available by link https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=1017 Thanks, Artem. On Wed, 22 Apr 2020 at 15:39, Artem Galin wrote: > Hi Steve, > > On Tue, 21 Apr 2020 at 11:25, Steve Lhomme wrote: > >> Hi, >> >> On 2020-04-15 15:07, artem.ga...@gma

Re: [FFmpeg-devel] [PATCH v2 1/4] fftools/qsv: enabling d3d11va/dxva2 device selection

2020-04-22 Thread Artem Galin
Hi Steve, On Tue, 21 Apr 2020 at 11:25, Steve Lhomme wrote: > Hi, > > On 2020-04-15 15:07, artem.ga...@gmail.com wrote: > > From: Artem Galin > > > > child_device_type argument is responsible for selection. > > > > Usage examples: -init_hw_device qsv:hw,child_device_type=d3d11va > >

Re: [FFmpeg-devel] [PATCH v2 1/4] fftools/qsv: enabling d3d11va/dxva2 device selection

2020-04-21 Thread Steve Lhomme
Hi, On 2020-04-15 15:07, artem.ga...@gmail.com wrote: From: Artem Galin child_device_type argument is responsible for selection. Usage examples: -init_hw_device qsv:hw,child_device_type=d3d11va -init_hw_device qsv:hw,child_device_type=dxva2 Signed-off-by: Artem Galin ---

[FFmpeg-devel] [PATCH v2 1/4] fftools/qsv: enabling d3d11va/dxva2 device selection

2020-04-15 Thread artem . galin
From: Artem Galin child_device_type argument is responsible for selection. Usage examples: -init_hw_device qsv:hw,child_device_type=d3d11va -init_hw_device qsv:hw,child_device_type=dxva2 Signed-off-by: Artem Galin --- fftools/ffmpeg_opt.c | 12 +++- 1 file changed, 11