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
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.
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
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
>
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_
---
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.