Re: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated video crop filter

2019-03-25 Thread Song, Ruiling
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Timo Rothenpieler > Sent: Monday, March 25, 2019 6:31 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated &

Re: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated video crop filter

2019-03-25 Thread Tao Zhang
Timo Rothenpieler 于2019年3月25日周一 下午6:31写道: > > On 25/03/2019 09:27, Tao Zhang wrote: > >>> Hi, > >>> > >>> Timo and Mark and I have been discussing this, and we think the right > >>> thing to do is add support to vf_scale_cuda to respect the crop > >>> properties on an input AVFrame. Mark posted a

Re: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated video crop filter

2019-03-25 Thread Timo Rothenpieler
On 25/03/2019 09:27, Tao Zhang wrote: Hi, Timo and Mark and I have been discussing this, and we think the right thing to do is add support to vf_scale_cuda to respect the crop properties on an input AVFrame. Mark posted a patch to vf_crop to ensure that the properties are set, and then the

Re: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated video crop filter

2019-03-25 Thread Tao Zhang
discussions and patches > > Cc: Philip Langdale > > Subject: Re: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated > > video crop filter > > > > On Sat, 23 Mar 2019 23:51:10 +0800 > > UsingtcNower wrote: > > > > > Signed-o

Re: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated video crop filter

2019-03-25 Thread Song, Ruiling
devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated > video crop filter > > On Sat, 23 Mar 2019 23:51:10 +0800 > UsingtcNower wrote: > > > Signed-off-by: UsingtcNower > > --- > > Changelog | 1 + > > configure | 1 +

Re: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated video crop filter

2019-03-24 Thread Philip Langdale via ffmpeg-devel
On Sat, 23 Mar 2019 23:51:10 +0800 UsingtcNower wrote: > Signed-off-by: UsingtcNower > --- > Changelog | 1 + > configure | 1 + > doc/filters.texi| 31 +++ > libavfilter/Makefile| 1 + > libavfilter/allfilters.c| 1 + >

Re: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated video crop filter

2019-03-24 Thread Song, Ruiling
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > UsingtcNower > Sent: Saturday, March 23, 2019 11:51 PM > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated video > cr

Re: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated video crop filter

2019-03-23 Thread Tao Zhang
Got it. Thanks Steven Steven Liu 于2019年3月24日周日 上午9:00写道: > > > > 在 2019年3月24日,07:26,Tao Zhang 写道: > > > > The corrected version. If there are no other comments or objections, > could > > this be pushed? > Of course, maybe this need waiting for other reviewer, about 24 hours > after maybe

Re: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated video crop filter

2019-03-23 Thread Steven Liu
> 在 2019年3月24日,07:26,Tao Zhang 写道: > > The corrected version. If there are no other comments or objections, could > this be pushed? Of course, maybe this need waiting for other reviewer, about 24 hours after maybe better than push it now. Because other reviewer maybe busy or not online

Re: [FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated video crop filter

2019-03-23 Thread Tao Zhang
The corrected version. If there are no other comments or objections, could this be pushed? UsingtcNower 于2019年3月23日周六 下午11:51写道: > Signed-off-by: UsingtcNower > --- > Changelog | 1 + > configure | 1 + > doc/filters.texi| 31 +++ >

[FFmpeg-devel] [PATCH][FFmpeg-devel v2] Add GPU accelerated video crop filter

2019-03-23 Thread UsingtcNower
Signed-off-by: UsingtcNower --- Changelog | 1 + configure | 1 + doc/filters.texi| 31 +++ libavfilter/Makefile| 1 + libavfilter/allfilters.c| 1 + libavfilter/version.h | 2 +- libavfilter/vf_crop_cuda.c | 638