Re: [FFmpeg-devel] [PATCH v2 7/8] avfilter/sleet: Add sleet filter

2021-09-07 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Moritz Barsnick > Sent: Friday, 3 September 2021 10:24 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH v2 7/8] avfilter/sleet: Add sleet > filter > > On Tue, Aug 31, 2021 a

[FFmpeg-devel] Introduction

2021-09-07 Thread Piyush Badkul
Hello I am a working professional and want to introduce myself to the FFmpeg devel mailing list. I wish to contribute to FFmpeg by solving its issues listed on the bug tracker. However, I can't get a hold of which bug to fix. Can you point me in the right direction? Can you point me to some beginn

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/nvenc: Add constrainedFrame encoding support

2021-09-07 Thread Timo Rothenpieler
On 07.09.2021 03:26, lance.lmw...@gmail.com wrote: On Mon, Sep 06, 2021 at 02:49:47PM +0200, Timo Rothenpieler wrote: Series applied. While testing, I found that constrained encoding for HEVC was not a thing until SDK 10.0, so I added the necessary check and compile time guards for that. Also

[FFmpeg-devel] [PATCH 1/4] avcodec/siren: replace magic numbers with macro value

2021-09-07 Thread Peter Ross
--- libavcodec/siren.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/siren.c b/libavcodec/siren.c index 5b172c5ab7..93a2d14d25 100644 --- a/libavcodec/siren.c +++ b/libavcodec/siren.c @@ -698,7 +698,7 @@ static int siren_decode(AVCodecContext *avctx, void *data

[FFmpeg-devel] [PATCH 2/4] avcodec/siren: decode_vector: remove unused parameter

2021-09-07 Thread Peter Ross
--- Looks to me like a cut and paste error. libavcodec/siren.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/siren.c b/libavcodec/siren.c index 93a2d14d25..ccc69aaf40 100644 --- a/libavcodec/siren.c +++ b/libavcodec/siren.c @@ -568,7 +568,7 @@ static int get_d

[FFmpeg-devel] [PATCH 3/4] avcodec/siren: add checksum calculation

2021-09-07 Thread Peter Ross
--- libavcodec/siren.c | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/libavcodec/siren.c b/libavcodec/siren.c index ccc69aaf40..31fb9346da 100644 --- a/libavcodec/siren.c +++ b/libavcodec/siren.c @@ -752,7 +752,34 @@ static int siren_decode(AVCode

Re: [FFmpeg-devel] [PATCH 1/4] avcodec/siren: replace magic numbers with macro value

2021-09-07 Thread Paul B Mahol
lgtm ___ 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/4] avcodec/siren: decode_vector: remove unused parameter

2021-09-07 Thread Paul B Mahol
lgtm ___ 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] [FFmpeg-cvslog] lavfi/vf_scale: pass the thread count to the scaler

2021-09-07 Thread Michael Niedermayer
On Mon, Sep 06, 2021 at 07:23:13AM +, Anton Khirnov wrote: > ffmpeg | branch: master | Anton Khirnov | Wed Jul 7 > 18:42:15 2021 +0200| [60515a6d610491f030aaa4cf230d0367a85e2d4b] | committer: > Anton Khirnov > > lavfi/vf_scale: pass the thread count to the scaler > > > http://git.videolan

Re: [FFmpeg-devel] [PATCH v1 1/1] libavformat/amr.c: remove mode range check

2021-09-07 Thread Sun Zhenliang
在 2021年9月7日 +0800 14:16,Paul B Mahol ,写道: > On Tue, Sep 7, 2021 at 7:34 AM Sun Zhenliang > wrote: > > > 在 2021年9月7日 +0800 00:55,Paul B Mahol ,写道: > > > On Sat, Sep 4, 2021 at 1:52 PM Sun Zhenliang > > > > > wrote: > > > > > > > > > > > > > > > > > On Sep 4, 2021, at 16:01, Hendrik Leppkes > > wr

Re: [FFmpeg-devel] [PATCH 3/4] avcodec/siren: add checksum calculation

2021-09-07 Thread Lynne
7 Sept 2021, 11:28 by pr...@xvid.org: > --- > libavcodec/siren.c | 29 - > 1 file changed, 28 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/siren.c b/libavcodec/siren.c > index ccc69aaf40..31fb9346da 100644 > --- a/libavcodec/siren.c > +++ b/libavcodec/siren

Re: [FFmpeg-devel] [PATCH v1 1/1] libavformat/amr.c: remove mode range check

2021-09-07 Thread Paul B Mahol
On Tue, Sep 7, 2021 at 11:36 AM Sun Zhenliang wrote: > 在 2021年9月7日 +0800 14:16,Paul B Mahol ,写道: > > On Tue, Sep 7, 2021 at 7:34 AM Sun Zhenliang > > > wrote: > > > > > 在 2021年9月7日 +0800 00:55,Paul B Mahol ,写道: > > > > On Sat, Sep 4, 2021 at 1:52 PM Sun Zhenliang < > hisunzhenli...@outlook.com >

[FFmpeg-devel] [fateserver PATCH 1/2] Add a missed taint check in report.cgi

2021-09-07 Thread Martin Storsjö
This was missed in 505f620a5d22ffef86ad5ffa1328e87ba6dc191b. --- report.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.cgi b/report.cgi index 2b388e4..fb00fee 100755 --- a/report.cgi +++ b/report.cgi @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#! /usr/bin/perl -T # # Copyr

[FFmpeg-devel] [fateserver PATCH 2/2] Add missing validation of out of process data

2021-09-07 Thread Martin Storsjö
When invoking unxz, the variables making up the path passed to unxz need to be validated. load_summary normally only reads the "summary" file, but if missing, it tries to use unxz to unpack report.xz. In this case the slot value needs to be validated, which can be done in the main loop in index.cg

Re: [FFmpeg-devel] [PATCH] libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()

2021-09-07 Thread James Almer
On 9/6/2021 12:01 PM, James Almer wrote: Fixes valgrind warnings about use of uninitialised values. Signed-off-by: James Almer --- libswscale/swscale.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libswscale/swscale.c b/libswscale/swscale.c index c233818dcf..b9c9

Re: [FFmpeg-devel] [fateserver PATCH 1/2] Add a missed taint check in report.cgi

2021-09-07 Thread Nicolas George
Martin Storsjo (12021-09-07): > This was missed in 505f620a5d22ffef86ad5ffa1328e87ba6dc191b. > --- > report.cgi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, both patches pushed and deployed. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: [FFmpeg-devel] [PATCH v1 1/1] libavformat/amr.c: remove mode range check

2021-09-07 Thread Sun Zhenliang
在 2021年9月7日 +0800 19:13,Paul B Mahol ,写道: > On Tue, Sep 7, 2021 at 11:36 AM Sun Zhenliang > wrote: > > > 在 2021年9月7日 +0800 14:16,Paul B Mahol ,写道: > > > On Tue, Sep 7, 2021 at 7:34 AM Sun Zhenliang > > > > > wrote: > > > > > > > 在 2021年9月7日 +0800 00:55,Paul B Mahol ,写道: > > > > > On Sat, Sep 4, 2

[FFmpeg-devel] [fateserver PATCH] Move validation of parsed slot/date into split_header from load_report

2021-09-07 Thread Martin Storsjö
This avoids using tainted data in the call to zcat in the main loop in index.cgi. This fixes the report listing for cases with a compile error. --- FATE.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FATE.pm b/FATE.pm index ccb8958..0d4603f 100644 --- a/FATE.pm +++ b/F

Re: [FFmpeg-devel] [fateserver PATCH] Move validation of parsed slot/date into split_header from load_report

2021-09-07 Thread Nicolas George
Martin Storsjo (12021-09-07): > This avoids using tainted data in the call to zcat in the main loop > in index.cgi. > > This fixes the report listing for cases with a compile error. > --- > FATE.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) That is even better, thanks. Applied a

Re: [FFmpeg-devel] [fateserver PATCH] Move validation of parsed slot/date into split_header from load_report

2021-09-07 Thread Andreas Rheinhardt
Nicolas George: > Martin Storsjo (12021-09-07): >> This avoids using tainted data in the call to zcat in the main loop >> in index.cgi. >> >> This fixes the report listing for cases with a compile error. >> --- >> FATE.pm | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > That is ev

[FFmpeg-devel] [PATCH] avformat/webvttdec: skip STYLE blocks

2021-09-07 Thread Stephan Hohe
Parsing STYLE blocks as normal subtitle data doesn't work, so instead skip those blocks completely. Fixes #9064 --- libavformat/webvttdec.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavformat/webvttdec.c b/libavformat/webvttdec.c index 52320ba7d1..40763b082d 100644 --- a/libavfor

Re: [FFmpeg-devel] [PATCH v1 1/1] libavformat/amr.c: remove mode range check

2021-09-07 Thread Paul B Mahol
On Tue, Sep 7, 2021 at 4:48 PM Sun Zhenliang wrote: > 在 2021年9月7日 +0800 19:13,Paul B Mahol ,写道: > > On Tue, Sep 7, 2021 at 11:36 AM Sun Zhenliang < > hisunzhenli...@outlook.com> > > wrote: > > > > > 在 2021年9月7日 +0800 14:16,Paul B Mahol ,写道: > > > > On Tue, Sep 7, 2021 at 7:34 AM Sun Zhenliang < >

Re: [FFmpeg-devel] [PATCH 1/4] libavfilter/x86/vf_hflip: add ff_flip_byte/short_avx512()

2021-09-07 Thread Paul B Mahol
will apply soon if nobody objects ___ 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".

[FFmpeg-devel] [PATCH] frame: add a time_base field

2021-09-07 Thread Lynne
This adds a time_base field (currently unused), analogue to the AVPacket.time_base field. Patch attached. doc/APIchanges and version bump to be done at push time. >From c87391f77b8c4479ebea80e5bd06905c974c8e5b Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 7 Sep 2021 19:24:24 +0200 Subject: [P

Re: [FFmpeg-devel] [PATCH] frame: add a time_base field

2021-09-07 Thread Andreas Rheinhardt
Lynne: > This adds a time_base field (currently unused), analogue to the > AVPacket.time_base field. > > Patch attached. doc/APIchanges and version bump to be done at push time. > > +/** > + * Time base for the timestamps in this frame. May be 0, in which case > the > + * time_ba

Re: [FFmpeg-devel] [PATCH] frame: add a time_base field

2021-09-07 Thread Paul B Mahol
On Tue, Sep 7, 2021 at 7:37 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Lynne: > > This adds a time_base field (currently unused), analogue to the > > AVPacket.time_base field. > > > > Patch attached. doc/APIchanges and version bump to be done at push time. > > > > > +/**

Re: [FFmpeg-devel] [PATCH] frame: add a time_base field

2021-09-07 Thread Lynne
7 Sept 2021, 19:36 by andreas.rheinha...@outlook.com: > Lynne: > >> This adds a time_base field (currently unused), analogue to the >> AVPacket.time_base field. >> >> Patch attached. doc/APIchanges and version bump to be done at push time. >> >> +/** >> >> + * Time base for the timestamps

[FFmpeg-devel] [PATCH] configure: account for openssl3 license change

2021-09-07 Thread Timo Rothenpieler
--- configure | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index af410a9d11..d595655325 100755 --- a/configure +++ b/configure @@ -1765,7 +1765,6 @@ EXTERNAL_LIBRARY_GPL_LIST=" EXTERNAL_LIBRARY_NONFREE_LIST=" decklink libfdk_aac -o

Re: [FFmpeg-devel] [PATCH] frame: add a time_base field

2021-09-07 Thread Marton Balint
On Tue, 7 Sep 2021, Lynne wrote: 7 Sept 2021, 19:36 by andreas.rheinha...@outlook.com: Lynne: This adds a time_base field (currently unused), analogue to the AVPacket.time_base field. Patch attached. doc/APIchanges and version bump to be done at push time. +/** + * Time base fo

Re: [FFmpeg-devel] [PATCH] frame: add a time_base field

2021-09-07 Thread Lynne
8 Sept 2021, 01:25 by c...@passwd.hu: > > > On Tue, 7 Sep 2021, Lynne wrote: > >> 7 Sept 2021, 19:36 by andreas.rheinha...@outlook.com: >> >>> Lynne: >>> This adds a time_base field (currently unused), analogue to the AVPacket.time_base field. Patch attached. doc/APIchanges an

Re: [FFmpeg-devel] [PATCH v1 1/1] libavformat/amr.c: remove mode range check

2021-09-07 Thread Sun Zhenliang
在 2021年9月8日 +0800 00:14,Paul B Mahol ,写道: > On Tue, Sep 7, 2021 at 4:48 PM Sun Zhenliang > wrote: > > > 在 2021年9月7日 +0800 19:13,Paul B Mahol ,写道: > > > On Tue, Sep 7, 2021 at 11:36 AM Sun Zhenliang < > > hisunzhenli...@outlook.com> > > > wrote: > > > > > > > 在 2021年9月7日 +0800 14:16,Paul B Mahol ,写

[FFmpeg-devel] [PATCH] avcodec/dxva2_av1: fix superres_denom parameter

2021-09-07 Thread Tong Wu
Defined in spec 5.9.8. When superres is enabled, SuperresDenom equals "coded_denom + SUPERRES_DENOM_MIN" instead of coded_denom. Signed-off-by: Tong Wu --- libavcodec/dxva2_av1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dxva2_av1.c b/libavcodec/dxva2_av1.c i

Re: [FFmpeg-devel] [PATCH] avcodec/dxva2_av1: fix superres_denom parameter

2021-09-07 Thread Xiang, Haihao
On Wed, 2021-09-08 at 13:19 +0800, Tong Wu wrote: > Defined in spec 5.9.8. When superres is enabled, SuperresDenom equals > "coded_denom + SUPERRES_DENOM_MIN" instead of coded_denom. > > Signed-off-by: Tong Wu > --- > libavcodec/dxva2_av1.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [FFmpeg-devel] [PATCH v2] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2021-09-07 Thread Chen, Wenbin
Hi softworkz: Any updates on this patch? I want to submit pathes to qsv, but they depends on this patch Thanks Wenbin > -Original Message- > From: ffmpeg-devel On Behalf Of Soft > Works > Sent: Thursday, August 19, 2021 3:52 PM > To: FFmpeg development discussions and patches de...@ffmp

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

2021-09-07 Thread Wu Jianhua
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 gblur_vulkan filter: ffmpeg -init_hw_device vulkan=vul:

Re: [FFmpeg-devel] [PATCH v2] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2021-09-07 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Chen, Wenbin > Sent: Wednesday, 8 September 2021 07:58 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH v2] avutils/hwcontext: When > deriving a hwdevice, search for existing

Re: [FFmpeg-devel] [PATCH] avcodec/dxva2_av1: fix superres_denom parameter

2021-09-07 Thread Hendrik Leppkes
On Wed, Sep 8, 2021 at 7:21 AM Tong Wu wrote: > > Defined in spec 5.9.8. When superres is enabled, SuperresDenom equals > "coded_denom + SUPERRES_DENOM_MIN" instead of coded_denom. > > Signed-off-by: Tong Wu > --- > libavcodec/dxva2_av1.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >