"zhilizhao(赵志立)" 于2021年1月22日周五 下午3:17写道:
>
> Ping for review.
looks no objections?
>
> > On Jan 16, 2021, at 11:40 AM, Zhao Zhili wrote:
> >
> > Fix atoi() overflow for large EXT-X-MEDIA-SEQUENCE.
> >
> > The spec says the type of sequence number is uint64_t. Use int64_t
> > here since current i
I am trying to create a video by stitching multiple HLS segments (.ts
files) together based on a start time and end time. Basically, create a
video of a particular timeline in the HLS stream.
My setup has a camera pointing to a monitor that displays the system clock
(The camera control and the
I've intentionally kept this initial version simple (no styling etc) to focus
on the basics. As this goes through review, additional features can be added
(I had initial PoC for styling implemented some time around previous VDD), and
there is another patch set in my queue which would then add suppo
From: Jan Ekström
Signed-off-by: Jan Ekström
---
libavutil/avstring.h | 10 ++
libavutil/bprint.c | 26 ++
tools/ffescape.c | 10 ++
3 files changed, 38 insertions(+), 8 deletions(-)
diff --git a/libavutil/avstring.h b/libavutil/avstring.h
index 18
From: Jan Ekström
Signed-off-by: Jan Ekström
---
fftools/ffprobe.c | 32 +++-
1 file changed, 11 insertions(+), 21 deletions(-)
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index 3453aa09ff..564c062331 100644
--- a/fftools/ffprobe.c
+++ b/fftools/ffprobe.c
@@
From: Jan Ekström
Enables encoding of other subtitle formats into TTML and writing
them out as such documents.
Signed-off-by: Jan Ekström
---
Changelog | 1 +
doc/general_contents.texi | 1 +
libavcodec/Makefile| 1 +
libavcodec/allcodecs.c | 1 +
libavcod
From: Stefano Sabatini
---
libavutil/avstring.h | 7 ---
libavutil/bprint.c | 15 +++
tools/ffescape.c | 7 ---
3 files changed, 23 insertions(+), 6 deletions(-)
diff --git a/libavutil/avstring.h b/libavutil/avstring.h
index ee225585b3..189b4726a5 100644
--- a/libavu
I cross-compile for OSX on Linux. Last night's commit 64b3aac8d0
"h264: Use common SEI types" seems to have broken the build.
./configure --extra-version=static_osx_x86_64_202101221019
--extra-cflags= --extra-libs= -lpthread -lm
--pkg-config-flags=--static --cross-prefix=x86_64-apple-
Broken in 64b3aac8d07a8744656737619b70977359d9a6a5.
Signed-off-by: Andreas Rheinhardt
---
Untested as I do not use OSX.
libavcodec/videotoolboxenc.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
index a333a9
On Tue, Jan 19, 2021 at 5:49 AM Lynne wrote:
> > I'm already adding the data to the frame's metadata, is the suggestion to
> > remove the file option altogether?
> >
>
> Yes. We want to avoid filters having their own file in/out options rather
> than using generic ones.
As an end user I would fi
Mark Himsley:
> I cross-compile for OSX on Linux. Last night's commit 64b3aac8d0
> "h264: Use common SEI types" seems to have broken the build.
>
> ./configure --extra-version=static_osx_x86_64_202101221019
> --extra-cflags= --extra-libs= -lpthread -lm
> --pkg-config-flags=--static --
I've intentionally kept this initial version simple (no styling etc) to focus
on the basics. As this goes through review, additional features can be added
(I had initial PoC for styling implemented some time around previous VDD), and
there is another patch set in my queue which would then add suppo
From: Stefano Sabatini
---
libavutil/avstring.h | 7 ---
libavutil/bprint.c | 15 +++
tools/ffescape.c | 7 ---
3 files changed, 23 insertions(+), 6 deletions(-)
diff --git a/libavutil/avstring.h b/libavutil/avstring.h
index ee225585b3..189b4726a5 100644
--- a/libavu
From: Jan Ekström
Signed-off-by: Jan Ekström
---
libavutil/avstring.h | 10 ++
libavutil/bprint.c | 26 ++
tools/ffescape.c | 10 ++
3 files changed, 38 insertions(+), 8 deletions(-)
diff --git a/libavutil/avstring.h b/libavutil/avstring.h
index 18
From: Jan Ekström
Additionally update the result of the ffprobe XML writing test.
Signed-off-by: Jan Ekström
---
fftools/ffprobe.c | 32 +++-
tests/ref/fate/ffprobe_xml | 2 +-
2 files changed, 12 insertions(+), 22 deletions(-)
diff --git a/fftools/ffprob
From: Jan Ekström
Enables encoding of other subtitle formats into TTML and writing
them out as such documents.
Signed-off-by: Jan Ekström
---
Changelog | 1 +
doc/general_contents.texi | 1 +
libavcodec/Makefile| 1 +
libavcodec/allcodecs.c | 1 +
libavcod
On Fri, Jan 22, 2021 at 12:03 PM Werner Robitza
wrote:
> On Tue, Jan 19, 2021 at 5:49 AM Lynne wrote:
> > > I'm already adding the data to the frame's metadata, is the suggestion
> to remove the file option altogether?
> > >
> >
> > Yes. We want to avoid filters having their own file in/out opti
---
missed to merge the changes into previous patch, will push soon.
tests/dnn/dnn-layer-avgpool-test.c | 4 ++--
tests/dnn/dnn-layer-conv2d-test.c | 4 ++--
tests/dnn/dnn-layer-dense-test.c | 2 +-
tests/dnn/dnn-layer-depth2space-test.c | 2 +-
tests/dnn/dnn-layer-mathbinary-test
On Fri, 22 Jan 2021 at 11:11, Andreas Rheinhardt
wrote:
>
> Mark Himsley:
> > I cross-compile for OSX on Linux. Last night's commit 64b3aac8d0
> > "h264: Use common SEI types" seems to have broken the build.
> >
> > ./configure --extra-version=static_osx_x86_64_202101221019
> > --extra-cflags=
Signed-off-by: Andreas Rheinhardt
---
libavcodec/h264_metadata_bsf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/h264_metadata_bsf.c b/libavcodec/h264_metadata_bsf.c
index 30c0aa80d9..6673a32601 100644
--- a/libavcodec/h264_metadata_bsf.c
+++ b/libavcodec/h264_m
On Fri, Jan 22, 2021 at 1:31 PM Guo, Yejun wrote:
>
> ---
> missed to merge the changes into previous patch, will push soon.
>
> tests/dnn/dnn-layer-avgpool-test.c | 4 ++--
> tests/dnn/dnn-layer-conv2d-test.c | 4 ++--
> tests/dnn/dnn-layer-dense-test.c | 2 +-
> tests/dnn/dnn-lay
> -Original Message-
> From: ffmpeg-devel On Behalf Of Jan
> Ekstr?m
> Sent: 2021年1月22日 20:01
> To: FFmpeg development discussions and patches
> Subject: Re: [FFmpeg-devel] [PATCH] tests/dnn: fix build issue after function
> name changed
>
> On Fri, Jan 22, 2021 at 1:31 PM Guo, Yejun
On Thu, Jan 21, 2021 at 11:26:57PM +0100, Paul B Mahol wrote:
> On Tue, Nov 10, 2020 at 12:15 AM Michael Niedermayer
> wrote:
>
> > Fixes: Timeout (>20sec -> 56ms)
> > Fixes:
> > 26995/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CRI_fuzzer-5107217080254464
> >
> > Found-by: continuous fuzzi
On Wed, Jan 20, 2021 at 12:21 PM Hongyi Zhao wrote:
>
> On Wed, Jan 20, 2021 at 11:32 AM James Almer wrote:
> >
> > On 1/20/2021 12:29 AM, Hongyi Zhao wrote:
> > > On Wed, Jan 20, 2021 at 10:52 AM James Almer wrote:
> > >>
> > >> On 1/19/2021 11:24 PM, Hongyi Zhao wrote:
> > >>> On Wed, Jan 20,
> On Jan 22, 2021, at 4:10 PM, Steven Liu wrote:
>
> "zhilizhao(赵志立)" 于2021年1月22日周五 下午3:17写道:
>>
>> Ping for review.
>
> looks no objections?
Please help merge the patch, thanks!
>>
>>> On Jan 16, 2021, at 11:40 AM, Zhao Zhili wrote:
>>>
>>> Fix atoi() overflow for large EXT-X-MEDIA-SEQ
On 22/01/2021 11:43, Andreas Rheinhardt wrote:
Signed-off-by: Andreas Rheinhardt
---
libavcodec/h264_metadata_bsf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/h264_metadata_bsf.c b/libavcodec/h264_metadata_bsf.c
index 30c0aa80d9..6673a32601 100644
--- a/lib
Fixes: signed integer overflow: 9223372036854775723 + 8192 cannot be
represented in type 'long'
Fixes:
29072/clusterfuzz-testcase-minimized-ffmpeg_dem_MXF_fuzzer-4812604904177664
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: M
Fixes: Timeout (too long -> 241ms)
Fixes:
29083/clusterfuzz-testcase-minimized-ffmpeg_dem_SWF_fuzzer-6273684478230528
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavformat/swfdec.c | 3 +++
1 file
Hello all,
I wish you a Happy New Year!
New versions are planned or not?
CVEs in 4.3.1 and no fixed version...
- https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=ffmpeg
Last builds:
- https://github.com/FFmpeg/FFmpeg/releases
- Jul 11, 2020: 4.3.1
- Jul 9, 2020: 4.2.4
- Jul 7, 2020: 2.8.17
- Ju
On 1/22/2021 11:09 AM, Michael Niedermayer wrote:
Fixes: signed integer overflow: 9223372036854775723 + 8192 cannot be
represented in type 'long'
Fixes:
29072/clusterfuzz-testcase-minimized-ffmpeg_dem_MXF_fuzzer-4812604904177664
Found-by: continuous fuzzing process
https://github.com/google/o
On 1/22/2021 11:16 AM, - Neustradamus - wrote:
Hello all,
I wish you a Happy New Year!
New versions are planned or not?
Yes.
CVEs in 4.3.1 and no fixed version...
- https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=ffmpeg
When 4.3.2 is tagged, the fixes will be backported.
Last builds:
Apple HTTP Live Streaming Sample Encryption:
https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/HLS_Sample_Encryption
Signed-off-by: Nachiket Tarate
---
libavformat/Makefile | 2 +-
libavformat/hls.c| 98 ++--
libavformat/hls_sample_aes.c | 46
Signed-off-by: Nachiket Tarate
---
libavformat/hls.c | 34 +-
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/libavformat/hls.c b/libavformat/hls.c
index 22e3b22650..c783bc7254 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -2025,23 +2025
On Sun, 17 Jan 2021, Martin Storsjö wrote:
Remove the restriction on matching on the same line as ld1/st1 and
similar ones; the pattern for the register list itself should be
strict enough to avoid false matches.
---
gas-preprocessor.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
These will be used by HLS demuxer in case of SAMPLE-AES encryption/decryption.
Signed-off-by: Nachiket Tarate
---
libavcodec/adts_header.c | 1 +
libavcodec/adts_header.h | 14 ++
libavcodec/adts_parser.c | 28
3 files changed, 43 insertions(+)
diff --g
Nachiket Tarate:
> Apple HTTP Live Streaming Sample Encryption:
>
> https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/HLS_Sample_Encryption
>
> Signed-off-by: Nachiket Tarate
> ---
> libavformat/Makefile | 2 +-
> libavformat/hls.c| 97 ++-
>
On Fri, Jan 22, 2021 at 12:28 PM Paul B Mahol wrote:
> > As an end user I would find an output file with a known format much
> > easier to work with.
> > This works very well for the libvmaf filter, for example.
> > Could you please explain how to achieve the same kind of output with
> > the metad
Signed-off-by: Paul B Mahol
---
doc/filters.texi | 12 ++
libavfilter/Makefile | 1 +
libavfilter/allfilters.c | 1 +
libavfilter/vf_epx.c | 287 +++
4 files changed, 301 insertions(+)
create mode 100644 libavfilter/vf_epx.c
diff --git a/
On Fri, Jan 22, 2021 at 9:05 PM Werner Robitza
wrote:
> On Fri, Jan 22, 2021 at 12:28 PM Paul B Mahol wrote:
> > > As an end user I would find an output file with a known format much
> > > easier to work with.
> > > This works very well for the libvmaf filter, for example.
> > > Could you please
From: Simone Karin Lehmann
Signed-off-by: Simone Karin Lehmann
---
libavcodec/videotoolboxenc.c | 54
1 file changed, 42 insertions(+), 12 deletions(-)
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
index 400401550a..e8cbc9dd4d 100
Defined in H.274, it shares the same value as Active Parameter Sets (which was
removed for codecs that reference H.274).
Signed-off-by: James Almer
---
libavcodec/sei.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/sei.h b/libavcodec/sei.h
index f07c72ae7b..5513590b51 100644
---
All callers only use the index into ff_dnxhd_cid_table to get a pointer
to the desired entry.
Signed-off-by: Andreas Rheinhardt
---
libavcodec/dnxhddata.c | 46 +-
libavcodec/dnxhddata.h | 4 +---
libavcodec/dnxhddec.c | 13 ++--
libavcodec/dnxhd
On Fri, Jan 22, 2021 at 11:23:09AM -0300, James Almer wrote:
> On 1/22/2021 11:09 AM, Michael Niedermayer wrote:
> > Fixes: signed integer overflow: 9223372036854775723 + 8192 cannot be
> > represented in type 'long'
> > Fixes:
> > 29072/clusterfuzz-testcase-minimized-ffmpeg_dem_MXF_fuzzer-481260
On 1/22/2021 7:10 PM, Michael Niedermayer wrote:
On Fri, Jan 22, 2021 at 11:23:09AM -0300, James Almer wrote:
On 1/22/2021 11:09 AM, Michael Niedermayer wrote:
Fixes: signed integer overflow: 9223372036854775723 + 8192 cannot be
represented in type 'long'
Fixes:
29072/clusterfuzz-testcase-min
On Fri, Jan 22, 2021 at 07:16:58PM -0300, James Almer wrote:
> On 1/22/2021 7:10 PM, Michael Niedermayer wrote:
> > On Fri, Jan 22, 2021 at 11:23:09AM -0300, James Almer wrote:
> > > On 1/22/2021 11:09 AM, Michael Niedermayer wrote:
> > > > Fixes: signed integer overflow: 9223372036854775723 + 8192
On Wed, Nov 04, 2020 at 01:06:49AM +0100, Michael Niedermayer wrote:
> Fixes: out of array access
> Fixes:
> 26819/clusterfuzz-testcase-minimized-ffmpeg_dem_FITS_fuzzer-5634559355650048
> Fixes:
> 26820/clusterfuzz-testcase-minimized-ffmpeg_dem_FITS_fuzzer-5760774955597824
>
> Found-by: continuo
On Sat, Nov 14, 2020 at 11:17:52AM +0100, Anton Khirnov wrote:
> Quoting Michael Niedermayer (2020-11-04 01:06:48)
> > Fixes: signed integer overflow: 131203586 * 28 cannot be represented in
> > type 'int'
> > Fixes:
> > 26817/clusterfuzz-testcase-minimized-ffmpeg_dem_MSF_fuzzer-6296902548848640
On Thu, Jan 14, 2021 at 11:51:10PM +0100, Michael Niedermayer wrote:
> Fixes: signed integer overflow: -2147483616 - 64 cannot be represented in
> type 'int'
> Fixes:
> 26910/clusterfuzz-testcase-minimized-ffmpeg_dem_ADS_fuzzer-6617769344892928
>
> Found-by: continuous fuzzing process
> https:/
On Thu, Jan 14, 2021 at 11:51:11PM +0100, Michael Niedermayer wrote:
> Fixes: signed integer overflow: -2147483648 - 3 cannot be represented in type
> 'int'
> Fixes:
> 26910/clusterfuzz-testcase-minimized-ffmpeg_dem_BFI_fuzzer-6665764123836416
>
> Found-by: continuous fuzzing process
> https://
On Thu, Jan 14, 2021 at 11:51:13PM +0100, Michael Niedermayer wrote:
> Fixes: signed integer overflow: -9223372036842389247 - 2147483648 cannot be
> represented in type 'long long'
> Fixes:
> 26910/clusterfuzz-testcase-minimized-ffmpeg_dem_FLV_fuzzer-4845007531671552
>
> Found-by: continuous fuz
On Thu, Jan 14, 2021 at 11:51:14PM +0100, Michael Niedermayer wrote:
> Fixes: signed integer overflow: -9223372036854767583 + -65536 cannot be
> represented in type 'long'
> Fixes:
> 26910/clusterfuzz-testcase-minimized-ffmpeg_dem_FLV_fuzzer-6734549467922432
>
> Found-by: continuous fuzzing proc
On Sat, Jan 02, 2021 at 02:22:33AM +0100, Michael Niedermayer wrote:
> Fixes: Timeout & OOM
> Fixes:
> 28701/clusterfuzz-testcase-minimized-ffmpeg_dem_IFF_fuzzer-5185094964871168
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-of
Am Do., 21. Jan. 2021 um 20:42 Uhr schrieb Nachiket Tarate
:
>
> Apple HTTP Live Streaming Sample Encryption:
This is definitely important enough to warrant a line in the Changelog.
Thank you for your effort, Carl Eugen
___
ffmpeg-devel mailing list
ffm
53 matches
Mail list logo