Re: [FFmpeg-devel] [PATCH V2 4/4] dnn/vf_dnn_detect: add tensorflow output parse support

2021-05-09 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel On Behalf Of Ting > Fu > Sent: 2021年5月6日 16:46 > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH V2 4/4] dnn/vf_dnn_detect: add tensorflow > output parse support > > Testing model is tensorflow offical model in github repo, please r

Re: [FFmpeg-devel] [PATCH v3] GSoC: Add guided filter

2021-05-09 Thread Steven Liu
> 2021年5月8日 下午6:20,Steven Liu 写道: > > > >> 2021年5月8日 下午6:06,Xuewei Meng <928826...@qq.com> 写道: >> >> V3: Add examples on how to use this filter, and improve the code style. >> V2: Implement the slice-level parallelism for guided filter. >> V1: Add the basic version of guided filter. >> >> S

[FFmpeg-devel] [PATCH] fix broken links to msdn documentation

2021-05-09 Thread Peter Ross
--- compat/msvcrt/snprintf.c | 2 +- libavformat/mmst.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) will apply in a few days if there are no objections here diff --git a/compat/msvcrt/snprintf.c b/compat/msvcrt/snprintf.c index c64653fe82..43f5c3bb39 100644 --- a/compat/msvcrt

[FFmpeg-devel] [PATCH] avfilter/src_movie: Expose format options

2021-05-09 Thread Ignacio Losiggio
Add a dict-typed option to movie/amovie called format_options that allows forwarding of the options to avformat_open_input. Signed-off-by: Ignacio Losiggio --- libavfilter/src_movie.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavfilter/src_movie.c b/libavfilter/src

Re: [FFmpeg-devel] [PATCH 2/2] lavf/mpegts: fix av_log use the uninitialized stream id

2021-05-09 Thread Marton Balint
On Fri, 7 May 2021, Jun Zhao wrote: From: Jun Zhao fix av_log use the uninitialized stream id Actually i is not the correct value even if it is initialized because the loop is executed in full. Either remove remove logging the stream index, it is not super useful anyway, or rework the

Re: [FFmpeg-devel] [PATCH] fix some filter dependencies

2021-05-09 Thread Matthias Troffaes
On Sun, May 9, 2021 at 9:19 AM Anton Khirnov wrote: > Quoting Matthias Troffaes (2021-05-03 10:14:04) > > ... ping. Is there anything else needed? > > Queued, will push shortly. Great, thanks! > But in the future please send git-formatted patches, they require less > work to apply. Yes, I'll de

Re: [FFmpeg-devel] [PATCH 2/2] configure: dnn needs avformat

2021-05-09 Thread Matthias Troffaes
On Thu, May 6, 2021 at 3:54 AM Guo, Yejun wrote: > thanks for the catch, the native backend uses AVIOContext to load model > from file. Will push this patch soon. You're welcome. Thanks for accepting! Kind regards, Matthias ___ ffmpeg-devel mailing lis

Re: [FFmpeg-devel] [PATCH 5/5] lavfi/dnn_backend_native_layer_mathunary.h: Documentation

2021-05-09 Thread Shubhanshu Saxena
On Sun, May 9, 2021 at 1:55 PM Anton Khirnov wrote: > Quoting Shubhanshu Saxena (2021-05-08 14:13:07) > > Add documentation for Unary Math Layer > > > > Signed-off-by: Shubhanshu Saxena > > --- > > .../dnn/dnn_backend_native_layer_mathunary.h | 64 +-- > > 1 file changed, 46 in

[FFmpeg-devel] [PATCH 5/5 v2] lavfi/dnn_backend_native_layer_mathunary.h: Documentation

2021-05-09 Thread Shubhanshu Saxena
Add documentation for Unary Math Layer Signed-off-by: Shubhanshu Saxena --- .../dnn/dnn_backend_native_layer_mathunary.h | 28 +++ 1 file changed, 28 insertions(+) diff --git a/libavfilter/dnn/dnn_backend_native_layer_mathunary.h b/libavfilter/dnn/dnn_backend_native_layer_math

Re: [FFmpeg-devel] [PATCH 5/5] lavfi/dnn_backend_native_layer_mathunary.h: Documentation

2021-05-09 Thread Anton Khirnov
Quoting Shubhanshu Saxena (2021-05-08 14:13:07) > Add documentation for Unary Math Layer > > Signed-off-by: Shubhanshu Saxena > --- > .../dnn/dnn_backend_native_layer_mathunary.h | 64 +-- > 1 file changed, 46 insertions(+), 18 deletions(-) > > diff --git a/libavfilter/dnn/dnn_

Re: [FFmpeg-devel] [PATCH] fix some filter dependencies

2021-05-09 Thread Anton Khirnov
Quoting Matthias Troffaes (2021-05-03 10:14:04) > ... ping. Is there anything else needed? Queued, will push shortly. But in the future please send git-formatted patches, they require less work to apply. -- Anton Khirnov ___ ffmpeg-devel mailing list