Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2018-01-29 Thread Mironov, Mikhail
> -Original Message- > From: James Almer [mailto:jamr...@gmail.com] > Sent: January 28, 2018 6:32 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Mironov, Mikhail > Subject: Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for > AMD GPUs based on AMF SDK >

Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2018-01-28 Thread James Almer
On 11/29/2017 12:13 PM, Mironov, Mikhail wrote: >> >>> +{ AV_PIX_FMT_D3D11, AMF_SURFACE_NV12 }, >> >> Wut, really? It's not a typo? It looks tricky. >> >> I assume AMF has D3D11 input, but then it'd still need to exclude P010. >> I don't think this is ever done, and sending a P010 frame pr

Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-29 Thread wm4
On Wed, 29 Nov 2017 15:13:01 + "Mironov, Mikhail" wrote: > > > > > +{ AV_PIX_FMT_D3D11, AMF_SURFACE_NV12 }, > > > > Wut, really? It's not a typo? It looks tricky. > > > > I assume AMF has D3D11 input, but then it'd still need to exclude P010. > > I don't think this is ever don

Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-29 Thread Mironov, Mikhail
> > > +{ AV_PIX_FMT_D3D11, AMF_SURFACE_NV12 }, > > Wut, really? It's not a typo? It looks tricky. > > I assume AMF has D3D11 input, but then it'd still need to exclude P010. > I don't think this is ever done, and sending a P010 frame probably > crashes the thing? > > > +}; There is a

Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-29 Thread wm4
On Tue, 28 Nov 2017 00:43:25 + Mark Thompson wrote: > ... > > Ok; done, plus some trivial testing to make sure it works. If you're happy > with this and noone else says anything then I'll push it tomorrow. > > Relatedly: your name on patches does not match your full name - I've > preserv

Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-28 Thread Mark Thompson
On 28/11/17 02:23, Mironov, Mikhail wrote: > > >> Ok; done, plus some trivial testing to make sure it works. If you're happy >> with this and noone else says anything then I'll push it tomorrow. > > OK. > >> Relatedly: your name on patches does not match your full name - I've >> preserved th

Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-27 Thread Mironov, Mikhail
> Ok; done, plus some trivial testing to make sure it works. If you're happy > with this and noone else says anything then I'll push it tomorrow. OK. > Relatedly: your name on patches does not match your full name - I've > preserved the patch one here, but was that intended? No, it was how

[FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-27 Thread Mark Thompson
9 PM >> To: ffmpeg-devel@ffmpeg.org >> Subject: Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for >> AMD GPUs based on AMF SDK >> >> On 27/11/17 23:34, Mironov, Mikhail wrote: >>>> -Original Message- >>>> From: ffmpeg-devel [mailto

Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-27 Thread Mironov, Mikhail
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Mark Thompson > Sent: November 27, 2017 6:39 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for > AMD GPUs based on

Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-27 Thread Mark Thompson
Of Mark Thompson >>>>> Sent: November 27, 2017 3:11 PM >>>>> To: FFmpeg development discussions and patches >>>> de...@ffmpeg.org> >>>>> Subject: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for >>>> A

Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-27 Thread Mironov, Mikhail
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Mark Thompson > Sent: November 27, 2017 6:25 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for > AMD GPUs based on

Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-27 Thread Mark Thompson
hes >> de...@ffmpeg.org> >>> Subject: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for >> AMD >>> GPUs based on AMF SDK >>> >>> From: mmironov >>> >>> Requires AMF headers for at least version 1.4.2 (olde

Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-27 Thread Mironov, Mikhail
> > -Original Message- > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > > Of Mark Thompson > > Sent: November 27, 2017 3:11 PM > > To: FFmpeg development discussions and patches > de...@ffmpeg.org> > > Subject: [F

Re: [FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-27 Thread Mironov, Mikhail
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Mark Thompson > Sent: November 27, 2017 3:11 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: [FFmpeg-devel] [PATCH] Add HW H.264 and

[FFmpeg-devel] [PATCH] Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

2017-11-27 Thread Mark Thompson
From: mmironov Requires AMF headers for at least version 1.4.2 (older versions do not support building with C). --- Uses upstream headers from . I couldn't find an official install method so I've assumed that the A