On 07-12-2019 11:47 pm, Michael Niedermayer wrote:
On Sat, Dec 07, 2019 at 12:08:53PM +0530, Gyan wrote:
doc/filters.texi | 40 +
libavfilter/scale.c | 59
++-
libavfilter/scale.h | 20
On 12/7/2019 1:35 PM, Andreas Rheinhardt wrote:
> This test contains a track with zlib compressed CodecPrivate in addition
> to compressed frames; the former was unchecked before.
>
> Signed-off-by: Andreas Rheinhardt
> ---
> tests/fate/matroska.mak| 5 +
> tests/ref/fate
Paul B Mahol 于2019年12月7日周六 下午11:21写道:
>
> On 12/7/19, Tao Zhang wrote:
> > I'm sorry for the late reply.
> >
> > Paul B Mahol 于2019年12月7日周六 上午2:48写道:
> >>
> >> On 12/5/19, Paul B Mahol wrote:
> >> > On 12/5/19, Tao Zhang wrote:
> >> >> Hello everyone,
> >> >> Can I assume this patch is ok if n
Fixes: signed integer overflow: -2143289344 - 6246400 cannot be represented in
type 'int'
Fixes:
19239/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APE_fuzzer-5173755680915456
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by:
Fixes: signed integer overflow: 267693597 * 10 cannot be represented in type
'int'
Fixes:
19237/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ALAC_fuzzer-5755407700328448
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Micha
Signed-off-by: Michael Niedermayer
---
libavfilter/af_axcorrelate.c | 4 ++--
libavfilter/vf_drawbox.c | 2 +-
libavformat/dashdec.c| 2 +-
libavformat/hlsenc.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/libavfilter/af_axcorrelate.c b/libavfilter/af
Fixes: signed integer overflow: -1114392282 * 2 cannot be represented in type
'int'
Fixes:
19236/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_G729_fuzzer-5741678938030080
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Mich
Andreas Rheinhardt:
> ff_id3v2_parse_priv_dict() uses av_dict_set() with the flags
> AV_DICT_DONT_STRDUP_KEY and AV_DICT_DONT_STRDUP_VAL. In this case both
> key and value are freed on error (and owned by the destination
> dictionary on success), so that freeing them again on error is a
> double-fr
In order to access the original opaque parameter of a buffer in the buffer
pool. (The buffer pool implementation overrides the normal opaque parameter but
also saves it so it is accessible).
Signed-off-by: Marton Balint
---
doc/APIchanges | 3 +++
libavutil/buffer.c | 6 ++
libavutil
Also by wrapping the SHM buffer in an AVBufferRef we eliminate yet another
possible memcpy improving performance.
Signed-off-by: Marton Balint
---
libavdevice/xcbgrab.c | 79 ++-
1 file changed, 47 insertions(+), 32 deletions(-)
diff --git a/libav
Anton Khirnov (12019-12-06):
> The new API is more extensible and allows for custom layouts.
> More accurate information is exported, eg for decoders that do not
> set a channel layout, lavc will not make one up for them.
>
> Deprecate the old API working with just uint64_t bitmasks.
>
> Expanded
On Fri, Dec 06, 2019 at 08:31:09PM -0300, James Almer wrote:
> On 12/6/2019 8:08 PM, Michael Niedermayer wrote:
> > On Fri, Dec 06, 2019 at 11:56:13AM -0300, James Almer wrote:
> >> Should increase coverage of some decoders.
> >>
> >> Signed-off-by: James Almer
> >> ---
> >> Passing 6 to av_get_de
On Sat, Oct 12, 2019 at 09:28:44AM +0800, hwren wrote:
> From: hwrenx
>
> Signed-off-by: hwrenx
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
will apply
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If a bugfix only changes things app
On Sat, Dec 07, 2019 at 12:08:53PM +0530, Gyan wrote:
>
>
> On 07-12-2019 12:36 am, Michael Niedermayer wrote:
> >On Wed, Dec 04, 2019 at 02:14:35PM +0530, Gyan wrote:
> >>Will help reduce code duplication when adding animation support to vf_scale.
> >>See Michael's last comment in https://patchw
On 12/6/2019 8:16 PM, Andreas Rheinhardt wrote:
> ProRes in Matroska is supposed to not contain the first atom header
> (containing a size field and the tag "icpf") and therefore the Matroska
> demuxer has to recreate it; this involves an allocation and copy, of
> course. Whether the old buffer (co
This test contains a track with zlib compressed CodecPrivate in addition
to compressed frames; the former was unchecked before.
Signed-off-by: Andreas Rheinhardt
---
tests/fate/matroska.mak| 5 +
tests/ref/fate/matroska-zlib-decompression | 5 +
2 files changed, 10 in
On 12/7/19, Tao Zhang wrote:
> I'm sorry for the late reply.
>
> Paul B Mahol 于2019年12月7日周六 上午2:48写道:
>>
>> On 12/5/19, Paul B Mahol wrote:
>> > On 12/5/19, Tao Zhang wrote:
>> >> Hello everyone,
>> >> Can I assume this patch is ok if no comments or objections?
>> >
>> > Yes, give some time for
On Fri, Dec 06, 2019 at 02:22:32PM +0100, Lynne wrote:
> Dec 3, 2019, 21:23 by mich...@niedermayer.cc:
>
> > Fixes: index 8 out of bounds for type 'const uint8_t [8][3]'
> > Fixes:
> > 19127/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ATRAC9_fuzzer-5709394985091072
> >
> > Found-by: continu
I'm sorry for the late reply.
Paul B Mahol 于2019年12月7日周六 上午2:48写道:
>
> On 12/5/19, Paul B Mahol wrote:
> > On 12/5/19, Tao Zhang wrote:
> >> Hello everyone,
> >> Can I assume this patch is ok if no comments or objections?
> >
> > Yes, give some time for it to be applied.
> > I'm busy with other
Fixes CID 1456556 / 1456555
Signed-off-by: Michael Niedermayer
---
libavfilter/vsrc_cellauto.c | 2 +-
libavfilter/vsrc_life.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/vsrc_cellauto.c b/libavfilter/vsrc_cellauto.c
index c75460334e..6fd812c54f 100644
Fixes: negation of -2147483648 cannot be represented in type 'int'; cast to an
unsigned type to negate this value to itself
Fixes:
19235/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ADPCM_IMA_EA_EACS_fuzzer-5680878952382464
Found-by: continuous fuzzing process
https://github.com/google/oss
21 matches
Mail list logo