Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-31 Thread Mark Thompson
On 29/10/18 01:58, myp...@gmail.com wrote: >> ... lots of other stuff ... > I know Mark have given a openCL rotation filter implement with any > angle support, so I didn't submitted the patch even I have implement > the VA-API rotation filter in last year. I never wrote a standalone filter for it,

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-30 Thread Zhou, Zachary
Of Michael Niedermayer > > > Sent: Saturday, October 27, 2018 5:16 AM > > > To: FFmpeg development discussions and patches > > > > > > Subject: Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable > > > vaapi rotation feature via call Intel iHD

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-30 Thread Michael Niedermayer
development discussions and patches > > Subject: Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi > > rotation feature via call Intel iHD driver > > > > On Thu, Oct 25, 2018 at 02:52:01PM +0800, Zachary Zhou wrote: > > > It supports clockwise rotation b

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-29 Thread Zhou, Zachary
[mailto:ffmpeg-devel-boun...@ffmpeg.org] On > > >> Behalf Of Rostislav Pehlivanov > > >> Sent: Friday, October 26, 2018 9:02 PM > > >> To: FFmpeg development discussions and patches > > >> > > >> Subject: Re: [FFmpeg-devel] [PATCH V2

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-28 Thread myp...@gmail.com
Sent: Friday, October 26, 2018 9:02 PM > >> To: FFmpeg development discussions and patches > >> Subject: Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi > >> rotation feature via call Intel iHD driver > >> > >> On Fri, 26 Oct 2018 at 04:

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-28 Thread Zhou, Zachary
t; Behalf Of Rostislav Pehlivanov > >>> Sent: Friday, October 26, 2018 9:02 PM > >>> To: FFmpeg development discussions and patches > >>> > >>> Subject: Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable > >>> vaapi rotation featur

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-28 Thread Zhou, Zachary
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Michael Niedermayer > Sent: Saturday, October 27, 2018 5:16 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH V2] libavfilter/v

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-26 Thread Michael Niedermayer
On Thu, Oct 25, 2018 at 02:52:01PM +0800, Zachary Zhou wrote: > It supports clockwise rotation by 0/90/180/270 degrees defined in > va/va_vpp.h, tested following command line on SKL platform > > dir=0 for 0 degree > dir=1 for 90 degree > dir=2 for 180 degree > dir=3 for 270 degree > > ffmpeg -

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-26 Thread sean darcy
: Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver On Fri, 26 Oct 2018 at 04:10, Zhou, Zachary wrote: -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of sean darcy Sent: Thursday, October

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-26 Thread Paul B Mahol
>> > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On >> > > Behalf Of sean darcy >> > > Sent: Thursday, October 25, 2018 11:51 PM >> > > To: ffmpeg-devel@ffmpeg.org >> > > Subject: Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-26 Thread Zhou, Zachary
f sean darcy > > > Sent: Thursday, October 25, 2018 11:51 PM > > > To: ffmpeg-devel@ffmpeg.org > > > Subject: Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable > > > vaapi rotation feature via call Intel iHD driver > > > > > > On 10/25/18 2:52 AM

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-26 Thread Rostislav Pehlivanov
t; > Subject: Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi > > rotation feature via call Intel iHD driver > > > > On 10/25/18 2:52 AM, Zachary Zhou wrote: > > > It supports clockwise rotation by 0/90/180/270 degrees defined in > > > va/va_vpp.h,

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-25 Thread Zhou, Zachary
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > sean darcy > Sent: Thursday, October 25, 2018 11:51 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi > rota

Re: [FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-25 Thread sean darcy
On 10/25/18 2:52 AM, Zachary Zhou wrote: It supports clockwise rotation by 0/90/180/270 degrees defined in va/va_vpp.h, tested following command line on SKL platform dir=0 for 0 degree dir=1 for 90 degree dir=2 for 180 degree dir=3 for 270 degree ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/

[FFmpeg-devel] [PATCH V2] libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver

2018-10-24 Thread Zachary Zhou
It supports clockwise rotation by 0/90/180/270 degrees defined in va/va_vpp.h, tested following command line on SKL platform dir=0 for 0 degree dir=1 for 90 degree dir=2 for 180 degree dir=3 for 270 degree ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i