> -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
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
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
---
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
---
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
---
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
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".
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".
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
在 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
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
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
>
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
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
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
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
在 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
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
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
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
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
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 <
>
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".
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
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
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.
> >
>
> > +/**
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
---
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
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
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
在 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 ,写
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
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(-)
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
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:
> -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
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(-)
>
37 matches
Mail list logo