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

2019-03-23 Thread Tao Zhang
Done it. Thanks Steven and Timo Timo Rothenpieler 于2019年3月23日周六 下午10:52写道: > On 23.03.2019 14:46, Steven Liu wrote: > > Documentation of the crop_cuda should be submitted together. > > > > > > Thanks > > Steven > > > > True, forgot about that. Should be almost identical to that of the > regular

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

2019-03-23 Thread Timo Rothenpieler
On 23.03.2019 14:46, Steven Liu wrote: Documentation of the crop_cuda should be submitted together. Thanks Steven True, forgot about that. Should be almost identical to that of the regular crop filter. smime.p7s Description: S/MIME Cryptographic Signature

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

2019-03-23 Thread Steven Liu
> 在 2019年3月23日,19:31,UsingtcNower 写道: > > Signed-off-by: UsingtcNower > --- > Changelog | 1 + > configure | 1 + > libavfilter/Makefile| 1 + > libavfilter/allfilters.c| 1 + > libavfilter/vf_crop_cuda.c | 638

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

2019-03-23 Thread Tao Zhang
Got it and corrected. Thanks Timo Timo Rothenpieler 于2019年3月23日周六 下午7:53写道: > On 23.03.2019 12:31, UsingtcNower wrote: > > diff --git a/configure b/configure > > index 331393f..88f1e91 100755 > > --- a/configure > > +++ b/configure > > @@ -2978,6 +2978,7 @@ scale_npp_filter_deps="ffnvcodec

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

2019-03-23 Thread Timo Rothenpieler
On 23.03.2019 12:31, UsingtcNower wrote: > diff --git a/configure b/configure > index 331393f..88f1e91 100755 > --- a/configure > +++ b/configure > @@ -2978,6 +2978,7 @@ scale_npp_filter_deps="ffnvcodec libnpp" > scale_cuda_filter_deps="ffnvcodec cuda_nvcc" >