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

2018-11-02 Thread Zhou, Zachary
evel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH V3] libavfilter/vaapi: enable vaapi > rotation feature via call Intel iHD driver > > On 31/10/18 02:43, Zachary Zhou wrote: > > libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD > > driver > > I

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

2018-10-31 Thread Mark Thompson
On 31/10/18 02:43, Zachary Zhou wrote: > libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver I'd make the title something like "libavfilter: add rotate_vaapi filter". There is no reason to mention a particular implementation - anyone can implement this API. > It

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

2018-10-31 Thread Mark Thompson
On 31/10/18 02:43, Zachary Zhou wrote: > libavfilter/vaapi: enable vaapi rotation feature via call Intel iHD driver I'd make the title something like "libavfilter: add rotate_vaapi filter". There is no reason to mention a particular implementation - anyone can implement this API. > It

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

2018-10-30 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 ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i input.264 -vf "rotation_vaapi=angle=180" -c:v h264_vaapi output.h264 Signed-off-by: