Re: [FFmpeg-devel] Support for loongson loongarch.

2021-11-05 Thread 殷时友
> 2021年11月4日 上午1:06,Michael Niedermayer > 写道: > > On Wed, Nov 03, 2021 at 03:42:19PM +0800, 殷时友 wrote: >> Dose anyone know who is responsible for the fate website? >> I can offer a server to do the fate test on loongarch, >> But I don’t know how to make it work for

[FFmpeg-devel] [PATCH 1/2] avfilter/af_atilt: use ff_filter_execute()

2021-11-05 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavfilter/af_atilt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/af_atilt.c b/libavfilter/af_atilt.c index a1ce030..a6f7782 100644 --- a/libavfilter/af_atilt.c +++ b/libavfilter/af_atilt.c @@ -196,7 +196,7 @@ s

[FFmpeg-devel] [PATCH 2/2] avutil/slicethread: Add a maximum constraint of 16 slice threads

2021-11-05 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavutil/slicethread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/slicethread.c b/libavutil/slicethread.c index 867ce32..7b3a106 100644 --- a/libavutil/slicethread.c +++ b/libavutil/slicethread.c @@ -104,7 +104,7

Re: [FFmpeg-devel] [PATCH 2/2] avutil/slicethread: Add a maximum constraint of 16 slice threads

2021-11-05 Thread Gyan Doshi
On 2021-11-05 06:02 pm, lance.lmw...@gmail.com wrote: From: Limin Wang Signed-off-by: Limin Wang --- libavutil/slicethread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/slicethread.c b/libavutil/slicethread.c index 867ce32..7b3a106 100644 --- a/libavutil

[FFmpeg-devel] [PATCH] avformat/mxf: support MCA audio information

2021-11-05 Thread Marc-Antoine Arnaud
--- libavformat/mxf.h| 1 + libavformat/mxfdec.c | 280 ++- 2 files changed, 275 insertions(+), 6 deletions(-) diff --git a/libavformat/mxf.h b/libavformat/mxf.h index fe9c52732c..cddbcb13c9 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -5

Re: [FFmpeg-devel] [PATCH] lavf/mov: Always prefer tfdt over sidx

2021-11-05 Thread Thilo Borgmann
Am 05.11.21 um 04:52 schrieb Gyan Doshi: > > > On 2021-11-04 04:33 pm, Thilo Borgmann wrote: >> Am 03.11.21 um 17:41 schrieb Gyan Doshi: >>> >>> On 2021-11-03 03:16 pm, Thilo Borgmann wrote: Hi, this effectively reverts 071930de724166bfb90fc6d368c748771188fd94 and fixes the u

[FFmpeg-devel] [PATCH] avformat/mxf: support MCA audio information

2021-11-05 Thread Marc-Antoine Arnaud
--- libavformat/mxf.h| 1 + libavformat/mxfdec.c | 277 ++- 2 files changed, 272 insertions(+), 6 deletions(-) diff --git a/libavformat/mxf.h b/libavformat/mxf.h index fe9c52732c..cddbcb13c9 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -5

Re: [FFmpeg-devel] [PATCH] avformat/mxf: support MCA audio information

2021-11-05 Thread Tomas Härdin
> +    if(channel_ordering_ptr->service_type != > AV_AUDIO_SERVICE_TYPE_NB) { > +    ast = (enum > AVAudioServiceType*)av_stream_new_side_data(st, > AV_PKT_DATA_AUDIO_SERVICE_TYPE, sizeof(*ast)); ast == NULL still needs handling here I don't see

[FFmpeg-devel] [PATCH] avformat/mxf: support MCA audio information

2021-11-05 Thread Marc-Antoine Arnaud
--- libavformat/mxf.h| 1 + libavformat/mxfdec.c | 280 ++- 2 files changed, 275 insertions(+), 6 deletions(-) diff --git a/libavformat/mxf.h b/libavformat/mxf.h index fe9c52732c..cddbcb13c9 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -5

Re: [FFmpeg-devel] [PATCH 2/2] avutil/slicethread: Add a maximum constraint of 16 slice threads

2021-11-05 Thread Paul B Mahol
NACK ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 2/2] avutil/slicethread: Add a maximum constraint of 16 slice threads

2021-11-05 Thread Michael Niedermayer
On Fri, Nov 05, 2021 at 08:32:16PM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavutil/slicethread.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavutil/slicethread.c b/libavutil/slicethread.c > index 867ce32..7

Re: [FFmpeg-devel] [PATCH 2/2] Fix missing PCM sample size option when it is used as the lone option for DirectShow audio capture

2021-11-05 Thread Michael Niedermayer
On Thu, Nov 04, 2021 at 01:03:54PM -0500, Brad Isbell wrote: > Brad Isbell // AudioPump, Inc. > b...@audiopump.co > Skype: bradisbell > Phone: +1 312-488-4680 > > > On Thu, Nov 4, 2021 at 12:21 PM Brad Isbell wrote: > > > > Re-sending with correct line endings. Thanks! [...] > > > On Wed, Nov

[FFmpeg-devel] [PATCH v3] lavfi: add nlmeans CUDA filter

2021-11-05 Thread Dylan Fernando
nlmeans CUDA filter From f4c332c308865a33d42c8a2dfe251625506a30f0 Mon Sep 17 00:00:00 2001 From: Dylan Fernando Date: Sat, 6 Nov 2021 10:30:15 + Subject: [PATCH] lavfi: add nlmeans_cuda filter Signed-off-by: Dylan Fernando --- configure | 2 + doc/filters.texi

[FFmpeg-devel] [PATCH] libavcodec/bsf: do not ignore last packet after eof

2021-11-05 Thread Niko Kurvinen
After empty packet is sent and eof is set, remaining packet, if any, was not delivered by ff_bsf_get_packet*. Signed-off-by: Niko Kurvinen --- libavcodec/bsf.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libavcodec/bsf.c b/libavcodec/bsf.c index 8ba021cb

Re: [FFmpeg-devel] [PATCH v3] libavfilter: add a gblur_vulkan filter

2021-11-05 Thread Lynne
9 Sept 2021, 07:44 by jianhua...@intel.com: > This commit adds a powerful and customizable gblur Vulkan filter, > which provides a maximum 127x127 kernel size of Gaussian Filter. > The size could be adjusted by requirements on quality or performance. > > The following command is on how to apply gb

Re: [FFmpeg-devel] [PATCH 2/2] avutil/slicethread: Add a maximum constraint of 16 slice threads

2021-11-05 Thread lance . lmwang
On Fri, Nov 05, 2021 at 10:00:41PM +0100, Michael Niedermayer wrote: > On Fri, Nov 05, 2021 at 08:32:16PM +0800, lance.lmw...@gmail.com wrote: > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavutil/slicethread.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[FFmpeg-devel] [PATCH v2] avfilter/src_movie: Add a maximum constraint of 16 slice threads

2021-11-05 Thread lance . lmwang
From: Limin Wang It's configured the number of video decode thread, so use the same maximum constraint as MAX_AUTO_THREADS in libavcodec/pthread_internal.h Signed-off-by: Limin Wang --- libavfilter/src_movie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/src

Re: [FFmpeg-devel] [PATCH v3] lavfi: add nlmeans CUDA filter

2021-11-05 Thread Dylan Fernando
On Sat, Nov 6, 2021 at 10:34 AM Dylan Fernando wrote: > nlmeans CUDA filter > > > > removed query_formats > From 45dcc1bdc00657bb3613500e131b6fdeb64ac318 Mon Sep 17 00:00:00 2001 From: Dylan Fernando Date: Sat, 6 Nov 2021 17:33:48 + Subject: [PATCH] lavfi: add nlmeans_cuda filter Signed-off