Am Di., 2. Feb. 2021 um 04:26 Uhr schrieb Andriy Gelman
:
>
> On Sun, 31. Jan 23:28, Carl Eugen Hoyos wrote:
> > Am So., 31. Jan. 2021 um 20:51 Uhr schrieb Andriy Gelman
> > :
> > >
> > > From: Andriy Gelman
> > >
> > > Xserver defines the endianness of the grabbed images. Use this information
> >
Hi all
Most people probably already know but just to be sure everyone knows
GSoC 2021 is 175h not 350h
https://groups.google.com/g/google-summer-of-code-discuss/c/GgvbLrFBcUQ?pli=1
Some project ideas may need to be adjusted accordingly
Thanks
--
Michael GnuPG fingerprint: 9FF2128B147EF6730
On Mon, Feb 01, 2021 at 11:43:20PM +0100, Paul B Mahol wrote:
> LGTM
will applly
thx
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
"Nothing to hide" only works if the folks in power share the values of
you and everyone you know entirely and always will -- Tom Scott
On Sun, Dec 13, 2020 at 07:12:29AM +1100, Peter Ross wrote:
> On Sat, Dec 12, 2020 at 12:38:43PM +0100, Michael Niedermayer wrote:
> > Fixes: infinite loop
> > Fixes:
> > 28042/clusterfuzz-testcase-minimized-ffmpeg_dem_WTV_fuzzer-6311288967528448
> >
> > Found-by: continuous fuzzing process
> >
On Sun, Jan 17, 2021 at 11:53:07PM +0100, Michael Niedermayer wrote:
> Fixes: signed integer overflow: 92237203 * 33 cannot be represented in type
> 'int'
> Fixes:
> 26910/clusterfuzz-testcase-minimized-ffmpeg_dem_SCC_fuzzer-6603769487949824
>
> Found-by: continuous fuzzing process
> https://gi
On Sat, Dec 19, 2020 at 12:22:03AM +0100, Michael Niedermayer wrote:
> Fixes: signed integer overflow: -1498310196 - 902891776 cannot be represented
> in type 'int'
> Fixes:
> 28445/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VC1IMAGE_fuzzer-5075163389493248
>
> Found-by: continuous fuzzin
On Sat, Dec 19, 2020 at 12:22:06AM +0100, Michael Niedermayer wrote:
> Fixes: signed integer overflow: 2147483647 + 64 cannot be represented in type
> 'int'
> Fixes:
> 28509/clusterfuzz-testcase-minimized-ffmpeg_dem_IVR_fuzzer-6310969680723968
>
> Found-by: continuous fuzzing process
> https://
> 2021年2月2日 下午5:48,Michael Niedermayer 写道:
>
> Hi all
>
> Most people probably already know but just to be sure everyone knows
> GSoC 2021 is 175h not 350h
> https://groups.google.com/g/google-summer-of-code-discuss/c/GgvbLrFBcUQ?pli=1
>
> Some project ideas may need to be adjusted accordingl
Will apply this set soon.
___
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".
Signed-off-by: Paul B Mahol
---
libavfilter/avfilter.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 8ff22c71e3..4c52d83842 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -620,11 +620,12 @@ static c
I think you should make tables that never change const.
On Tue, Feb 2, 2021 at 12:11 AM Tomas Härdin wrote:
> mån 2021-02-01 klockan 11:37 +0100 skrev Tomas Härdin:
> > fre 2021-01-29 klockan 22:06 +0100 skrev Marton Balint:
> > > On Thu, 28 Jan 2021, Tomas Härdin wrote:
> > >
> > > > tor 2021-0
Paul B Mahol (12021-02-02):
> Signed-off-by: Paul B Mahol
> ---
> libavfilter/avfilter.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Should be ok. Maybe a comment in ff_filter_process_command() to explain
that set_enable_expr() is called by more generic code?
Regards,
--
Nicol
Gonna apply this set too. Anyone against?
___
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".
>From 3692430935d7987a41225eec289adb9f2561dd98 Mon Sep 17 00:00:00 2001
From: Alan Young
Date: Tue, 2 Feb 2021 12:18:34 +
Subject: [PATCH] avformat/hls: Use #EXT-X-PROGRAM-DATE-TIME if available
If all the segments in an HLS playlist have #EXT-X-PROGRAM-DATE-TIME
timestamps then they provide
From: Limin Wang
Please check the string of toolkit version with below command:
./ffmpeg -i ../fate-suite/mxf/Sony-1.mxf -c:v copy -c:a copy out.mxf
./ffmpeg -i out.mxf
toolkit_version : 58.65.101.0.0
Reviewed-by: Tomas Härdin
Signed-off-by: Limin Wang
---
libavformat/mxfdec.c
From: Limin Wang
The metadata company_name, product_name, product_version from input
file will be deleted to avoid overwriting information
Please to test with below commands:
./ffmpeg -i ../fate-suite/mxf/Sony-1.mxf -c:v copy -c:a copy out.mxf
and
./ffmpeg -i ../fate-suite/mxf/Sony-1.mxf
> 2021年2月2日 下午8:35,Alan Young 写道:
>
> <0001-avformat-hls-Use-EXT-X-PROGRAM-DATE-TIME-if-availabl.patch>
LGTM
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit li
From: Limin Wang
Please check the string of platform with below command:
./ffmpeg -i ../fate-suite/mxf/Sony-1.mxf -c:v copy -c:a copy out.mxf
./ffmpeg -i out.mxf
application_platform: Lavf (linux)
Reviewed-by: Tomas Härdin
Signed-off-by: Limin Wang
---
configure
Signed-off-by: nyanmisaka
---
libavfilter/vf_hwupload_cuda.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_hwupload_cuda.c b/libavfilter/vf_hwupload_cuda.c
index 8ee0825859..f01f202832 100644
--- a/libavfilter/vf_hwupload_cuda.c
+++ b/libavfilter/vf_hwupload_c
Signed-off-by: nyanmisaka
---
libavfilter/vf_overlay_cuda.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libavfilter/vf_overlay_cuda.c b/libavfilter/vf_overlay_cuda.c
index 2f0f860e50..f6ee43e929 100644
--- a/libavfilter/vf_overlay_cuda.c
+++ b/libavfilter/vf_overlay_cu
Signed-off-by: nyanmisaka
---
libavfilter/vf_hwupload_cuda.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_hwupload_cuda.c b/libavfilter/vf_hwupload_cuda.c
index 8ee0825859..f01f202832 100644
--- a/libavfilter/vf_hwupload_cuda.c
+++ b/libavfilter/vf_hwupload_c
Signed-off-by: nyanmisaka
---
libavfilter/vf_overlay_cuda.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libavfilter/vf_overlay_cuda.c b/libavfilter/vf_overlay_cuda.c
index 2f0f860e50..f6ee43e929 100644
--- a/libavfilter/vf_overlay_cuda.c
+++ b/libavfilter/vf_overlay_cu
On Mon, 01. Feb 19:44, James Almer wrote:
> As the subject says, this puts AVPacket in line with AVFrame, allowing
> easier extensibility of the struct, and preventing potential undefined
> behavior
> in some cases when packets are used uninitialized on stack.
>
> This set adapts only a few modul
The top-level GetBitContext is sized for the whole NAL unit, so it fails
to detect overflows where a payload continues into the following message.
To fix that, we make a new context on the stack for reading each payload.
---
On 01/02/2021 22:31, Michael Niedermayer wrote:
Fixes: Timeout
Fixes:
2
On 30/01/2021 11:01, Nuo Mi wrote:
On Wed, Jan 27, 2021 at 9:52 PM Nuo Mi wrote:
On Wed, Jan 27, 2021 at 7:06 AM Mark Thompson wrote:
+
+err = ff_cbs_make_unit_refcounted(ctx, unit);
+if (err < 0)
+return err;
+
+ref_array =
+ (AVBufferRef**)((uint8_t*)ctx->priv_d
On 2/2/2021 4:33 PM, Andriy Gelman wrote:
On Mon, 01. Feb 19:44, James Almer wrote:
As the subject says, this puts AVPacket in line with AVFrame, allowing
easier extensibility of the struct, and preventing potential undefined behavior
in some cases when packets are used uninitialized on stack.
On 30/01/2021 04:47, Andreas Rheinhardt wrote:
Mark Thompson:
Ensures that external symbols in the built static libraries either have
correct namespace prefixes or are on a known list of exceptions.
---
tests/Makefile | 1 +
tests/fate/namespace.mak| 19 +
The array inside a structure needs two levels of braces.
---
The previous format was unambiguous, but it provoked a lot of warning spam.
gcc 10:
CC libavfilter/vf_pseudocolor.o
src/libavfilter/vf_pseudocolor.c:107:35: warning: missing braces around
initializer [-Wmissing-braces]
107 | s
Mark Thompson:
> On 30/01/2021 04:47, Andreas Rheinhardt wrote:
>> Mark Thompson:
>>> Ensures that external symbols in the built static libraries either have
>>> correct namespace prefixes or are on a known list of exceptions.
>>> ---
>>> tests/Makefile | 1 +
>>> tests/fat
On 28/01/2021 19:16, Michael Niedermayer wrote:
On Mon, Jan 25, 2021 at 10:07:01PM +, Mark Thompson wrote:
---
libavcodec/vc2enc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/vc2enc.c b/libavcodec/vc2enc.c
index bab9d0f3d5..7bd2e4c2ab 100644
--- a/li
Fixes: Timeout
Fixes:
30025/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VC1IMAGE_fuzzer-5965511357759488
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
tools/target_dec_fuzzer.c | 1 +
1 file chan
Fixes: signed integer overflow: 9223372036854775807 - -30069403896 cannot be
represented in type 'long'
Fixes:
30046/clusterfuzz-testcase-minimized-ffmpeg_dem_FITS_fuzzer-5807144773484544
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-
Fixes: signed integer overflow: -9223372032574480351 - 4294967296 cannot be
represented in type 'long long'
Fixes:
30022/clusterfuzz-testcase-minimized-ffmpeg_dem_KUX_fuzzer-5568610275819520
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Sign
The next commit depends on this
Signed-off-by: Michael Niedermayer
---
tools/target_dec_fuzzer.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/tools/target_dec_fuzzer.c b/tools/target_dec_fuzzer.c
index affa6e3b51..cef47cbd50 100644
--- a/tools/target_dec_fuzzer.c
+++ b/tools/target
Fixes: signed integer overflow: 9 * 8 cannot be represented in type
'int'
Fixes:
30048/clusterfuzz-testcase-minimized-ffmpeg_dem_MV_fuzzer-5864289917337600
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niederma
Fixes: Timeout
Fixes:
30055/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VMNC_fuzzer-4739482576355328
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
tools/target_dec_fuzzer.c | 1 +
1 file changed,
Fixes: Timeout
Fixes:
30049/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FMVC_fuzzer-5986909455253504
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/fmvc.c | 2 ++
1 file changed, 2 inse
Andreas Rheinhardt:
> This also allows to completely remove cutils.c.
>
> Signed-off-by: Andreas Rheinhardt
> ---
> libavformat/Makefile | 1 -
> libavformat/cutils.c | 39 ---
> libavformat/dvenc.c| 13 +++--
> libavformat/internal.h | 2 --
On Tue, Feb 02, 2021 at 07:02:00PM +0800, Steven Liu wrote:
>
>
> > 2021年2月2日 下午5:48,Michael Niedermayer 写道:
> >
> > Hi all
> >
> > Most people probably already know but just to be sure everyone knows
> > GSoC 2021 is 175h not 350h
> > https://groups.google.com/g/google-summer-of-code-discuss/
Ensures that external symbols in the built static libraries either have
correct namespace prefixes or are on a known list of exceptions.
Does not run on Windows, because headers there introduce additional global
symbols which would cause this test to fail unhelpfully.
---
Now without exceptions a
Signed-off-by: Paul B Mahol
---
libavcodec/utils.c | 12
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index a1ae9cab18..4d1909b581 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1668,14 +1668,10 @@ static int get_
Signed-off-by: Paul B Mahol
---
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/binka.c | 107 +++
3 files changed, 109 insertions(+)
create mode 100644 libavformat/binka.c
diff --git a/libavformat/Makefile b/libavformat/M
On 2/2/2021 9:40 PM, Paul B Mahol wrote:
Signed-off-by: Paul B Mahol
---
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/binka.c | 107 +++
3 files changed, 109 insertions(+)
create mode 100644 libavformat/binka.c
d
On Wed, 2021-01-27 at 09:42 +0800, Fei Wang wrote:
> Async depth will allow qsv filter cache few frames, and avoid force
> switch and end filter task frame by frame. This change will improve
> performance for some multi-task case, for example 1:N transcode(
> decode + vpp + encode) with all QSV plu
James Almer:
> On 2/2/2021 9:40 PM, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol
>> ---
>> libavformat/Makefile | 1 +
>> libavformat/allformats.c | 1 +
>> libavformat/binka.c | 107 +++
>> 3 files changed, 109 insertions(+)
>> create
On Mon, 1 Feb 2021, James Almer wrote:
Signed-off-by: James Almer
---
fftools/ffplay.c | 222 ---
1 file changed, 135 insertions(+), 87 deletions(-)
diff --git a/fftools/ffplay.c b/fftools/ffplay.c
index 9ff0425163..ef954772ed 100644
[...]
-stat
On Wed, Feb 03, 2021 at 12:13:32AM +0100, Michael Niedermayer wrote:
> Fixes: signed integer overflow: 9 * 8 cannot be represented in type
> 'int'
> Fixes:
> 30048/clusterfuzz-testcase-minimized-ffmpeg_dem_MV_fuzzer-5864289917337600
>
> Found-by: continuous fuzzing process
> https://git
Signed-off-by: James Almer
---
fftools/ffplay.c | 204 +--
1 file changed, 127 insertions(+), 77 deletions(-)
diff --git a/fftools/ffplay.c b/fftools/ffplay.c
index 9ff0425163..d48edc0797 100644
--- a/fftools/ffplay.c
+++ b/fftools/ffplay.c
@@ -36,6 +3
Plan to push this in a day.
On 01-02-2021 06:52 pm, Gyan Doshi wrote:
Useful when encoding in batch or with aberrant inputs.
---
doc/ffmpeg.texi | 7 +++
fftools/ffmpeg.c | 7 ++-
fftools/ffmpeg.h | 3 +++
fftools/ffmpeg_opt.c | 24 +---
4 files
On 2/3/2021 1:08 AM, Gyan Doshi wrote:
Plan to push this in a day.
It's been a day since you submitted this patch, so you can give people
some more time to look at it. There's no hurry.
On 01-02-2021 06:52 pm, Gyan Doshi wrote:
Useful when encoding in batch or with aberrant inputs.
---
On Mon, Jan 25, 2021 at 9:47 AM Jan Ekström wrote:
>
> On Thu, Jan 14, 2021 at 2:13 AM Jan Ekström wrote:
> >
> > On Tue, Jan 12, 2021 at 9:59 AM Jan Ekström wrote:
> > >
> > > On Mon, Jan 11, 2021 at 10:53 PM Andreas Rheinhardt
> > > wrote:
> > > >
> > > > Jan Ekström:
> > > > > On Tue, Dec 8,
On Mon, Jan 25, 2021 at 10:01 AM Jan Ekström wrote:
>
> On Mon, Jan 11, 2021 at 4:46 PM Jan Ekström wrote:
> >
> > On Mon, Dec 7, 2020 at 12:08 PM Jan Ekström wrote:
> > >
> > > The primary parts of this are patches 1,4,5. 2 and 3 were just noticed
> > > when
> > > poking at the recovery timest
On Mon, Jan 25, 2021 at 2:50 PM Nicolas George wrote:
>
> Jan Ekström (12021-01-25):
> > I knew that would be useful, but opted out of it since:
> > 1. For now I didn't yet need it.
>
> That is not a good reason.
>
> > 2. I wanted to keep out of the actual playlist parsing code.
>
> I know, file p
53 matches
Mail list logo