Re: [FFmpeg-devel] [PATCH] avformat/rmdec.c: fix left shift of negative value in rm_sync()

2019-09-14 Thread Andreas Rheinhardt
James Almer: > Fixes ticket 8143. > > Signed-off-by: James Almer > --- > libavformat/rmdec.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c > index c9abd38d33..ccdc38f98a 100644 > --- a/libavformat/rmdec.c > +++ b/libavformat

Re: [FFmpeg-devel] [PATCH] doc: fix various spelling mistakes

2019-09-14 Thread Gyan
On 15-09-2019 01:41 AM, Moritz Barsnick wrote: Signed-off-by: Moritz Barsnick --- doc/filters.texi | 38 +++--- doc/muxers.texi | 4 ++-- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 4045812122.

[FFmpeg-devel] [PATCH] avformat/rmdec.c: fix left shift of negative value in rm_sync()

2019-09-14 Thread James Almer
Fixes ticket 8143. Signed-off-by: James Almer --- libavformat/rmdec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c index c9abd38d33..ccdc38f98a 100644 --- a/libavformat/rmdec.c +++ b/libavformat/rmdec.c @@ -724,8 +724,7 @@ static

[FFmpeg-devel] [PATCH 2/3] tools/target_dec_fuzzer: Adjust threshold for binkvideo

2019-09-14 Thread Michael Niedermayer
Fixes: Timeout (89sec -> 7sec) Fixes: 17035/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_BINK_fuzzer-5737222422134784 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 +

[FFmpeg-devel] [PATCH 1/3] avcodec/ralf: Fix integer overflow in decode_channel()

2019-09-14 Thread Michael Niedermayer
Fixes: signed integer overflow: -1094995519 * 64 cannot be represented in type 'int' Fixes: 17030/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RALF_fuzzer-5640695838146560 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Mic

[FFmpeg-devel] [PATCH 3/3] avcodec/ituh263dec: Make the condition for the studio slice start code match between ff_h263_resync() and ff_mpeg4_decode_studio_slice_header()

2019-09-14 Thread Michael Niedermayer
If they mismatch an infinite loop can occur Fixes: Timeout (infinite loop) Fixes: 17043/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPEG4_fuzzer-5695051748868096 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niede

Re: [FFmpeg-devel] [PATCH] avcodec/cbs_misc: remove anonymous union for gcc4.4 compat

2019-09-14 Thread Aman Gupta
On Fri, Sep 13, 2019 at 11:30 PM Carl Eugen Hoyos wrote: > > > > > Am 14.09.2019 um 00:48 schrieb Aman Gupta : > > > > From: Aman Gupta > > > > Signed-off-by: Aman Gupta > > --- > > libavcodec/cbs_misc.c | 14 +++--- > > libavcodec/cbs_misc.h | 4 ++-- > >

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-09-14 Thread Jun Li
On Tue, Sep 10, 2019 at 12:16 PM Jun Li wrote: > > > On Tue, Sep 10, 2019 at 12:12 PM Jun Li wrote: > >> Fix #7637 >> One empty/end sample is created and inserted between two caption lines >> when there is a gap. >> This patch is to split the sample into multiple ones when its duration is >> too

[FFmpeg-devel] [PATCH] doc: fix various spelling mistakes

2019-09-14 Thread Moritz Barsnick
Signed-off-by: Moritz Barsnick --- doc/filters.texi | 38 +++--- doc/muxers.texi | 4 ++-- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 4045812122..1521e62623 100644 --- a/doc/filters.texi +++ b/doc/fi