On Sat, Jul 13, 2019 at 10:25:01PM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/iff.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/iff.c b/libavcodec/iff.c
> index c6e2359b00..7f1c589d7c 100644
> --- a/libavcodec
On Sat, 13. Jul 23:10, Andriy Gelman wrote:
> On Sun, 14. Jul 00:40, Carl Eugen Hoyos wrote:
> >
> > > Am 13.07.2019 um 22:50 schrieb Andriy Gelman :
> > >
> > > From: Andriy Gelman
> > >
> > > Fixes #7985
> >
> > Did you check the patch mentioned there?
>
> Sorry, I missed that you sent a pa
On Sun, 14. Jul 00:40, Carl Eugen Hoyos wrote:
>
> > Am 13.07.2019 um 22:50 schrieb Andriy Gelman :
> >
> > From: Andriy Gelman
> >
> > Fixes #7985
>
> Did you check the patch mentioned there?
Sorry, I missed that you sent a patch.
I applied it, but get a divide by 0 exception in libavforma
At 2019-07-13 21:34:30, "Li, Zhong" wrote:
>> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
>> Of hwrenx
>> Sent: Friday, July 12, 2019 11:22 PM
>> To: ffmpeg-devel@ffmpeg.org
>> Subject: [FFmpeg-devel] [PATCH v3 2/3] lavc/libdavs2.c: change decoder info
>> level
>
Marton Balint 于2019年7月14日周日 上午2:02写道:
>
>
>
> On Sat, 13 Jul 2019, Steven Liu wrote:
>
> > Signed-off-by: Steven Liu
> > ---
> > tests/fate/hlsenc.mak | 12 +++
> > tests/ref/fate/hls-fmp4 | 198
> >
> > 2 files changed, 210 insertions(+)
> > cre
On Sat, Jul 13, 2019 at 07:24:59PM +0200, Marton Balint wrote:
>
>
> On Sat, 13 Jul 2019, lance.lmw...@gmail.com wrote:
>
> >From: Limin Wang
> >
> >I have samples failed to detect the freeze frame with the default -60dB
> >noise(-40dB is OK to detect),
> >after apply the patch, it's ok to dete
Signed-off-by: Steven Liu
---
tests/fate/hlsenc.mak | 12 +++
tests/ref/fate/hls-fmp4 | 198
2 files changed, 210 insertions(+)
create mode 100644 tests/ref/fate/hls-fmp4
diff --git a/tests/fate/hlsenc.mak b/tests/fate/hlsenc.mak
index 2a125cd
> Am 13.07.2019 um 22:50 schrieb Andriy Gelman :
>
> From: Andriy Gelman
>
> Fixes #7985
Did you check the patch mentioned there?
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To u
From: Andriy Gelman
Fixes #7985
This patch checks that the number of audio channels is not zero when
writing the total sample count in adx header.
---
libavformat/rawenc.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavformat/rawenc.c b/libavformat/rawenc.c
index 993d232b70..bf8537f
Fixes: left shift of 1 by 31 places cannot be represented in type 'int'
Fixes:
15631/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CLEARVIDEO_fuzzer-5690110605000704
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Nie
Fixes: signed integer overflow: 32 * 538976288 cannot be represented in type
'int'
Fixes:
15633/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5752273981931520
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Nieder
Fixes: out of array access
Fixes:
15365/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5716153105645568
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavformat/vividas.c | 3 +++
1 file changed
Signed-off-by: Michael Niedermayer
---
libavcodec/iff.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/iff.c b/libavcodec/iff.c
index c6e2359b00..7f1c589d7c 100644
--- a/libavcodec/iff.c
+++ b/libavcodec/iff.c
@@ -284,7 +284,7 @@ static int extract_header(AVCodecCo
Fixes: OOM
Fixes:
15575/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5654666781655040
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavformat/vividas.c | 7 ++-
1 file changed, 6 insertio
Fixes: left shift of 133 by 24 places cannot be represented in type 'int'
Fixes:
15365/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5716153105645568
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Suggested-by: Reimar Döffinger
Signed-
On Sat, 13 Jul 2019, mikroh...@gmail.com wrote:
From: Jernej Fijacko
Current version of dvbsub encoder doesn't support HD DVB subtitles. The high
resolution bitmaps are muxed into the stream but without the DDS (display
definition
segment) the players asume that the DVB subtitles are in SD
James Almer (12019-07-13):
> > +uint8_t *tmp = av_fast_realloc(ctx->pass_data, &ctx->pass_size,
> > + ctx->pass_pos + buf_size);
> Just use av_reallocp(). Each call will make the buffer bigger, so you're
> not really making use the no-op benefits from av
On 7/9/2019 3:34 PM, Derek Buitenhuis wrote:
> Port to the new send/receive API by: James Almer .
>
> Signed-off-by: Derek Buitenhuis
> ---
> Lots of stuff happened since v3!
>
> * The C API / library is now in rav1e's main repo, and officially supported.
> * rav1e will bump the soname and pkg-c
On Sat, 13 Jul 2019, Steven Liu wrote:
Signed-off-by: Steven Liu
---
tests/fate/hlsenc.mak | 12 +++
tests/ref/fate/hls-fmp4 | 198
2 files changed, 210 insertions(+)
create mode 100644 tests/ref/fate/hls-fmp4
diff --git a/tests/fate/hlsenc.m
On Sat, Jun 29, 2019 at 05:44:21AM +0200, Reimar Döffinger wrote:
>
>
> On 28.06.2019, at 22:53, Michael Niedermayer wrote:
>
> > Fixes: left shift of 133 by 24 places cannot be represented in type 'int'
> > Fixes:
> > 15365/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5716153105645568
On Sat, 13 Jul 2019, lance.lmw...@gmail.com wrote:
From: Limin Wang
I have samples failed to detect the freeze frame with the default -60dB
noise(-40dB is OK to detect),
after apply the patch, it's ok to detect.
I run the testing with fate-suite sample for your testing:
old:
no freeze fr
On 7/13/2019 1:48 PM, Andreas Rheinhardt wrote:
> Signed-off-by: Andreas Rheinhardt
> ---
> libavformat/avformat.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> index 734ae54cac..6eb329f13f 100644
> --- a/libavforma
Signed-off-by: Andreas Rheinhardt
---
libavformat/avformat.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 734ae54cac..6eb329f13f 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -175,8 +175,8 @@
From: Limin Wang
I have samples failed to detect the freeze frame with the default -60dB
noise(-40dB is OK to detect),
after apply the patch, it's ok to detect.
I run the testing with fate-suite sample for your testing:
old:
no freeze frame detect.
with the patch:
./ffmpeg -i fate-suite/svq3/
From: Limin Wang
By the code, is_connected is used to check file open or not, so after open_dir
is done, we should not set is_connected to 1, it'll cause the function
ffurl_closep
will invoke the url_close and cause unexpected file close.
Signed-off-by: Limin Wang
---
libavformat/avio.c | 1
Signed-off-by: Steven Liu
---
tests/fate/hlsenc.mak | 12 +++
tests/ref/fate/hls-fmp4 | 198
2 files changed, 210 insertions(+)
create mode 100644 tests/ref/fate/hls-fmp4
diff --git a/tests/fate/hlsenc.mak b/tests/fate/hlsenc.mak
index 2a125cd
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of hwrenx
> Sent: Friday, July 12, 2019 11:22 PM
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH v3 2/3] lavc/libdavs2.c: change decoder info
> level
>
> Signed-off-by: hwrenx
> ---
> libavcodec/libdavs2.c |
Thanks for the explanation. I sent a new patch with the original commit
message (and additional line break). I hope that everything is fine now.
Regards,
Jernej
On Sat, Jul 13, 2019 at 12:45 AM Moritz Barsnick wrote:
> On Sat, Jul 13, 2019 at 00:24:29 +0200, mikroh...@gmail.com wrote:
> > From:
From: Jernej Fijacko
Current version of dvbsub encoder doesn't support HD DVB subtitles. The high
resolution bitmaps are muxed into the stream but without the DDS (display
definition
segment) the players asume that the DVB subtitles are in SD (720x576) resolution
which causes them to either rend
On Thu, Jul 11, 2019 at 11:34:10AM -0300, James Almer wrote:
> On 7/11/2019 9:29 AM, Michael Niedermayer wrote:
> > Fixes: memleak
> > Fixes:
> > 15535/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SMACKER_fuzzer-5692162424963072
> >
> > Found-by: continuous fuzzing process
> > https://githu
On Thu, Jul 11, 2019 at 07:37:15PM -0300, James Almer wrote:
> On 7/11/2019 6:49 PM, Michael Niedermayer wrote:
> > Fixes: left shift of negative value -456
> > Fixes:
> > 15561/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPC8_fuzzer-5758130404720640
> >
> > Found-by: continuous fuzzing pro
fix ticket: 8015
Reported-by: Jun Zhao
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 26 +++---
1 file changed, 15 insertions(+), 11 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 4abc728a89..2ade6723f9 100644
--- a/libavformat/hlsenc.c
++
On 7/13/19, Michael Niedermayer wrote:
> On Sat, Jul 13, 2019 at 09:32:38AM +0200, Paul B Mahol wrote:
>> On 7/13/19, Michael Niedermayer wrote:
>> > On Fri, Jul 12, 2019 at 11:26:34AM +0200, Paul B Mahol wrote:
>> >> From: Vladimir Panteleev
>> >>
>> >> Signed-off-by: Paul B Mahol
>> >> ---
>>
On Thu, Jul 11, 2019 at 11:49:39PM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> tools/target_dec_fuzzer.c | 2 --
> 1 file changed, 2 deletions(-)
will apply
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
What does censorship
On Sat, Jul 13, 2019 at 09:32:38AM +0200, Paul B Mahol wrote:
> On 7/13/19, Michael Niedermayer wrote:
> > On Fri, Jul 12, 2019 at 11:26:34AM +0200, Paul B Mahol wrote:
> >> From: Vladimir Panteleev
> >>
> >> Signed-off-by: Paul B Mahol
> >> ---
> >> doc/filters.texi | 20 ++
>
From: Jun Zhao
fix hls muxer time drifts from the actual clock time, based on
Pavel Pilar's fix.
fix: Ticket7986
Signed-off-by: Pavel Pilar
Signed-off-by: Jun Zhao
---
libavformat/hlsenc.c |9 -
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/libavformat/hlsenc.c b
On 7/13/19, Michael Niedermayer wrote:
> On Fri, Jul 12, 2019 at 11:26:34AM +0200, Paul B Mahol wrote:
>> From: Vladimir Panteleev
>>
>> Signed-off-by: Paul B Mahol
>> ---
>> doc/filters.texi | 20 ++
>> libavfilter/Makefile | 1 +
>> libavfilter/allfilters.c
37 matches
Mail list logo