[FFmpeg-devel] [PATCH] avcodec/dvdsubdec: Check for fully transparent rectangles earlier

2018-06-30 Thread Michael Niedermayer
Testcase with large transparent rectangles changes from 67 sec to 3 sec decode time Fixes: Timeout Fixes: 8728/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DVDSUB_fuzzer-5190088756559872 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Si

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Add -toeof option to stop reading at position relative to EOF

2018-06-30 Thread Michael Niedermayer
On Fri, Jun 29, 2018 at 05:53:43PM +0200, morten.w...@gmail.com wrote: > From: withmorten > > Fixes ticket #7155: Add option to stop writing at position relative to EOF > > Signed-off-by: Morten With > --- > doc/ffmpeg.texi | 6 ++ > fftools/ffmpeg.h | 1 + > fftools/ffmpeg_opt.

Re: [FFmpeg-devel] [PATCH 1/3] lavc: add ATRAC9 ID and description

2018-06-30 Thread Michael Niedermayer
On Sat, Jun 30, 2018 at 08:44:50AM +0100, Rostislav Pehlivanov wrote: > --- > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 7 +++ > libavcodec/version.h| 2 +- > 3 files changed, 9 insertions(+), 1 deletion(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF

Re: [FFmpeg-devel] [PATCH 2/3] riff: add ATRAC9 guid

2018-06-30 Thread Michael Niedermayer
On Sat, Jun 30, 2018 at 08:44:51AM +0100, Rostislav Pehlivanov wrote: > Enables demuxing of ATRAC9 files. > --- > libavformat/riff.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/riff.c b/libavformat/riff.c > index 89117250d4..0950415c26 100644 > --- a/libavformat/riff.c >

[FFmpeg-devel] [PATCH 2/3] riff: add ATRAC9 guid

2018-06-30 Thread Rostislav Pehlivanov
Enables demuxing of ATRAC9 files. --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/riff.c b/libavformat/riff.c index 89117250d4..0950415c26 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -586,6 +586,7 @@ const struct AVCodecTag *avformat_get_riff_

[FFmpeg-devel] [PATCH 1/3] lavc: add ATRAC9 ID and description

2018-06-30 Thread Rostislav Pehlivanov
--- libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 7 +++ libavcodec/version.h| 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c90166deb6..f85af3f15d 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.