On Friday, 07 June 2019 at 23:45, U. Artie Eoff wrote:
> The compound literals assigned to "components"
> only exist within the scope of the if/else
> block (thanks Mark Thompson for the better
> explanation).
>
> Thus, after this if/else block, "components"
> ends up pointing to an arbitrary/unde
Dominik 'Rathann' Mierzejewski:
> On Friday, 07 June 2019 at 23:45, U. Artie Eoff wrote:
>> The compound literals assigned to "components"
>> only exist within the scope of the if/else
>> block (thanks Mark Thompson for the better
>> explanation).
>>
>> Thus, after this if/else block, "components"
On Sun, May 26, 2019 at 11:25:09AM +0200, Matthieu Bouron wrote:
> On Tue, May 07, 2019 at 02:09:02AM -0700, Aman Gupta wrote:
> > On Thu, May 2, 2019 at 1:20 AM Matthieu Bouron
> > wrote:
> >
> > > On Wed, Apr 24, 2019 at 09:59:28AM +0200, Matthieu Bouron wrote:
> > > > Avoids returning EAGAIN a
Signed-off-by: Xuewei Meng
---
Changelog | 1 +
1 file changed, 1 insertion(+)
diff --git a/Changelog b/Changelog
index 0e4e9eb7b9..086f36b966 100644
--- a/Changelog
+++ b/Changelog
@@ -32,6 +32,7 @@ version :
- asr filter
- showspatial multimedia filter
- VP4 video decoder
+- derain filter
Such a failure should not be fatal and its worth testing this path too
Signed-off-by: Michael Niedermayer
---
tools/target_dem_fuzzer.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/target_dem_fuzzer.c b/tools/target_dem_fuzzer.c
index b51c766878..409599636d 100644
--- a/tools/targe
On Thu, Jun 13, 2019 at 01:20:19AM +0200, Michael Niedermayer wrote:
> Fixes: left shift of negative value -14614752
> Fixes:
> 15174/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5670543606415360
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/pr
Hi Andriy,
I'm glad you're interested in this patch.
> > This patch implements a new optional "parallel muxing mode" in the MPEGTS
> > muxer.
> > The strategy that implements the current mux (selected by default) is based
> > on
> > writing full PES packages sequentially. This mode can be pro
On Thu, Jun 13, 2019 at 01:20:20 +0200, Michael Niedermayer wrote:
> +if (header->data_min == header->data_max) {
Just a note:
Equality comparison of floats/doubles may trigger a warning. (Possibly
needs to be explicitly enabled though, like with "-Wfloat-equal" on
gcc.) Might be okay thou
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> Andreas Rheinhardt
> Sent: Thursday, June 13, 2019 2:11 AM
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH v4] vaapi_encode_mjpeg: fix bad component
> id bug
>
> Dominik '
set AVFrame decode_error_flags in case h->slice_ctx->er.error_occurred is set
after the call to ff_h264_execute_decode_slices. This allows the user to detect
concealed decoding errors in the call to avcodec_receive_frame
Signed-off-by: Amir Pauker
---
doc/APIchanges | 3 +++
libavcodec/h26
Fixes: division by zero
Fixes:
15210/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FITS_fuzzer-5746033243455488
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/fitsdec.c | 2 +-
1 file cha
Fixes: signed integer overflow: -1539565182 + -798086761 cannot be represented
in type 'int'
Fixes:
14807/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_FIXED_fuzzer-564925382682214
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed
On Fri, Jun 07, 2019 at 04:39:58PM +0200, Michael Niedermayer wrote:
> This should improve coverage
>
> Signed-off-by: Michael Niedermayer
> ---
> tools/target_dec_fuzzer.c | 15 +--
> 1 file changed, 13 insertions(+), 2 deletions(-)
will apply
[...]
--
Michael GnuPG fingerpri
Fixes: signed integer overflow: -1727985666 - 538976288 cannot be represented
in type 'int'
Fixes:
15031/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEMOTION2_fuzzer-5100228035739648
Signed-off-by: Michael Niedermayer
---
libavcodec/truemotion2.c | 2 +-
1 file changed, 1 insertion(+),
Fixes: signed integer overflow: -2147483648 - 1 cannot be represented in type
'int'
Fixes:
14880/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-5130977304641536
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Mich
On Thu, Jun 06, 2019 at 11:50:57PM +0200, Michael Niedermayer wrote:
> Fixes: signed integer overflow: 84026453 * 28 cannot be represented in type
> 'int'
> Fixes:
> 15111/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5675630072430592
>
> Found-by: continuous fuzzing process
> https://gi
On Wed, Jun 05, 2019 at 12:55:16PM +0200, Michael Niedermayer wrote:
> Fixes: out of array read
> Fixes:
> 14563/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5646451545210880
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
On Thu, Jun 13, 2019 at 10:27:00PM +1000, Peter Ross wrote:
> On Thu, Jun 13, 2019 at 01:20:19AM +0200, Michael Niedermayer wrote:
> > Fixes: left shift of negative value -14614752
> > Fixes:
> > 15174/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5670543606415360
> >
> > Found-by: continu
Only "succeed" to read a header if the codec is valid. Otherwise
return AVERROR_INVALIDDATA.
---
libavformat/oggparseogm.c | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/libavformat/oggparseogm.c b/libavformat/oggparseogm.c
index a07453760b..e71298d39a 100644
---
+James
This is patch is a follow up from an earlier thread:
https://patchwork.ffmpeg.org/patch/11983/
I've implemented the easy part of that proposal. We also discussed
disallowing multiple headers in an ogm change (generally a revert of:
https://github.com/FFmpeg/FFmpeg/commit/81b743eb102654727
From: Jun Zhao
Save and forward more avio options same as HLS demuxer
Signed-off-by: Jun Zhao
---
libavformat/dashdec.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
index 2c50f23..446825d 100644
--- a/libavformat/dash
From: Jun Zhao
More log message, it's will help the debugging
Signed-off-by: Jun Zhao
---
libavformat/hls.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavformat/hls.c b/libavformat/hls.c
index b5df9ae..3b1d4fe 100644
--- a/libavformat/hls.c
+++ b/libavformat
https://patchwork.ffmpeg.org/patch/13388/
reference this patch.
> 在 2019年6月14日,上午9:35,Jun Zhao 写道:
>
> From: Jun Zhao
>
> Save and forward more avio options same as HLS demuxer
>
> Signed-off-by: Jun Zhao
> ---
> libavformat/dashdec.c |4 +++-
> 1 files changed, 3 insertions(+), 1 deletio
> 在 2019年6月14日,上午9:35,Jun Zhao 写道:
>
> From: Jun Zhao
>
> More log message, it's will help the debugging
>
> Signed-off-by: Jun Zhao
> ---
> libavformat/hls.c |5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/libavformat/hls.c b/libavformat/hls.c
> index b5df
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Linjie Fu
> Sent: Tuesday, June 4, 2019 11:59 PM
> To: ffmpeg-devel@ffmpeg.org
> Cc: Fu, Linjie
> Subject: [FFmpeg-devel] [PATCH,v3] lavf/qsvvpp:allocate continuous
> memory
>
> Mediasdk calls CMRT to copy from video to
> -Original Message-
> From: Li, Zhong
> Sent: Friday, June 14, 2019 11:34
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Cc: Fu, Linjie
> Subject: RE: [FFmpeg-devel] [PATCH,v3] lavf/qsvvpp:allocate continuous
> memory
>
> > From: ffmpeg-devel [mailto:ffmpeg-devel-b
26 matches
Mail list logo