Fixes: Timeout (16sec -> 5sec)
Fixes:
14128/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ARBC_fuzzer-5767365721063424
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/arbc.c | 2 +-
1 file
Signed-off-by: Michael Niedermayer
---
libavcodec/arbc.c | 31 +++
1 file changed, 19 insertions(+), 12 deletions(-)
diff --git a/libavcodec/arbc.c b/libavcodec/arbc.c
index 08d3a0ae6b..bce4a4c96d 100644
--- a/libavcodec/arbc.c
+++ b/libavcodec/arbc.c
@@ -38,15 +38,16
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> Mark Thompson
> Sent: Sunday, April 14, 2019 1:23 AM
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH] lavfi: add nlmeans_opencl filter
>
> On 12/04/2019 08:38, Song, Ruili
Signed-off-by: Steven Liu
---
tests/fate/hlsenc.mak | 11 +++
1 file changed, 11 insertions(+)
diff --git a/tests/fate/hlsenc.mak b/tests/fate/hlsenc.mak
index 80536239fc..489d47b888 100644
--- a/tests/fate/hlsenc.mak
+++ b/tests/fate/hlsenc.mak
@@ -41,3 +41,14 @@ fate-hls-live-endlist:
tor 2019-04-11 klockan 22:20 +0200 skrev Marton Balint:
>
> The metadata tag name became "operational_pattern", I wonder if it might
> make more sense to use "operational_pattern_ul" instead, it feels a little
> more consistent with the other custom mxf metadata entries.
>
> It is not too late
fre 2019-04-12 klockan 01:09 +0200 skrev Marton Balint:
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 12 ++--
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
> index 8c65a2bbcf..c3892a1037 100644
> --- a/li
fre 2019-04-12 klockan 01:09 +0200 skrev Marton Balint:
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
> index 236294880e..6f0f87763d 100644
> --- a/libavfo
fre 2019-04-12 klockan 01:09 +0200 skrev Marton Balint:
> We find the last essence container much faster if we go through the partitions
> backwards...
Good catch
>
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 9 +++--
> 1 file changed, 3 insertions(+), 6 deletions(-)
>
fre 2019-04-12 klockan 01:09 +0200 skrev Marton Balint:
> This affects the following samples:
>
> samples/ffmpeg-bugs/roundup/issue1775/av_seek_frame_failure.mxf
> samples/ffmpeg-bugs/trac/ticket1957/16ch.mxf
> samples/ffmpeg-bugs/trac/ticket5016/r0.mxf
> samples/ffmpeg-bugs/trac/ticket5016/r1.mxf
fre 2019-04-12 klockan 01:09 +0200 skrev Marton Balint:
> KLV length is BER encoded (variable size), but the code assumed the encoding
> to
> always use 4 bytes.
>
> Fixes parsing Random Index Pack in
> samples/MXF/issue2160/PW0805A0V01.4C5B5636.EFA330.mxf.
>
> > Signed-off-by: Marton Balint
>
Implemented this patch
http://www.ffmpeg.org/pipermail/ffmpeg-devel/2019-March/241733.html
in libavcodec as suggested by Michael
Gyan
P.S. will add doc/APIchanges entry after I have the hash.
From bbc8ac18da560a59cd252bbb5c34dfa1fcc575b8 Mon Sep 17 00:00:00 2001
From: Gyan Doshi
Date: Sun, 1
This makes it more consistent with other metadata keys.
Signed-off-by: Marton Balint
---
libavformat/mxfdec.c | 2 +-
tests/ref/fate/mxf-probe-d10 | 2 +-
tests/ref/fate/mxf-probe-dnxhd | 2 +-
tests/ref/fate/mxf-probe-dv25 | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
d
On Sun, 14 Apr 2019, Gyan wrote:
Implemented this patch
http://www.ffmpeg.org/pipermail/ffmpeg-devel/2019-March/241733.html
in libavcodec as suggested by Michael
Docs should mention that you are not only dropping the frames but
returning error as well. (I agree that error should be retu
Hi Tomas, I hope you are doing well
> On Apr 14, 2019, at 8:58 AM, Tomas Härdin wrote:
>
> […]
>
>> @@ -2553,6 +2563,12 @@ static int mxf_parse_structural_metadata(MXFContext
>> *mxf)
>> }
>> }
>>
>> +for (int i = 0; i < mxf->fc->nb_streams; i++) {
>> +MXFTrack *trac
On 13/04/2019 20:21, James Almer wrote:
> Factor it out from cbs_av1_read_metadata_itut_t35()
>
> Signed-off-by: James Almer
> ---
> libavcodec/cbs_av1.c | 11 +++
> libavcodec/cbs_av1_syntax_template.c | 10 +-
> 2 files changed, 12 insertions(+), 9 deletions(-)
On 13/04/2019 20:25, James Almer wrote:
> Based on itut_t35 Matadata OBU parsing code.
>
> Signed-off-by: James Almer
> ---
> libavcodec/cbs_av1.c | 20
> libavcodec/cbs_av1.h | 7 +++
> libavcodec/cbs_av1_syntax_template.c | 24 +
On Sun, 14 Apr 2019, Tomas Härdin wrote:
fre 2019-04-12 klockan 01:09 +0200 skrev Marton Balint:
This affects the following samples:
samples/ffmpeg-bugs/roundup/issue1775/av_seek_frame_failure.mxf
samples/ffmpeg-bugs/trac/ticket1957/16ch.mxf
samples/ffmpeg-bugs/trac/ticket5016/r0.mxf
samples
On 14-04-2019 10:29 PM, Marton Balint wrote:
On Sun, 14 Apr 2019, Gyan wrote:
Implemented this patch
http://www.ffmpeg.org/pipermail/ffmpeg-devel/2019-March/241733.html
in libavcodec as suggested by Michael
Docs should mention that you are not only dropping the frames but
returning e
On Sun, 14 Apr 2019, Gyan wrote:
On 14-04-2019 10:29 PM, Marton Balint wrote:
On Sun, 14 Apr 2019, Gyan wrote:
Implemented this patch
http://www.ffmpeg.org/pipermail/ffmpeg-devel/2019-March/241733.html
in libavcodec as suggested by Michael
Docs should mention that you are not only
sön 2019-04-14 klockan 18:51 +0200 skrev Marton Balint:
> This makes it more consistent with other metadata keys.
>
> Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 2 +-
> tests/ref/fate/mxf-probe-d10 | 2 +-
> tests/ref/fate/mxf-probe-dnxhd | 2 +-
> tests/ref/fate/mxf
On Sun, Apr 14, 2019 at 6:50 PM Gyan wrote:
>
> Implemented this patch
> http://www.ffmpeg.org/pipermail/ffmpeg-devel/2019-March/241733.html
>
>
> in libavcodec as suggested by Michael
>
This sure adds a lot of additional fields to the main struct for a
rather specialized feature, that I person
On 4/14/2019 3:29 PM, Hendrik Leppkes wrote:
> On Sun, Apr 14, 2019 at 6:50 PM Gyan wrote:
>>
>> Implemented this patch
>> http://www.ffmpeg.org/pipermail/ffmpeg-devel/2019-March/241733.html
>>
>>
>> in libavcodec as suggested by Michael
>>
>
> This sure adds a lot of additional fields to the m
On 4/14/2019 2:17 PM, Mark Thompson wrote:
> On 13/04/2019 20:21, James Almer wrote:
>> Factor it out from cbs_av1_read_metadata_itut_t35()
>>
>> Signed-off-by: James Almer
>> ---
>> libavcodec/cbs_av1.c | 11 +++
>> libavcodec/cbs_av1_syntax_template.c | 10 +-
>>
On 4/14/2019 2:22 PM, Mark Thompson wrote:
> On 13/04/2019 20:25, James Almer wrote:
>> Based on itut_t35 Matadata OBU parsing code.
>>
>> Signed-off-by: James Almer
>> ---
>> libavcodec/cbs_av1.c | 20
>> libavcodec/cbs_av1.h | 7 +++
>>
Hi!
Attached patch removes two unused macros as a preparation for a new patch
to silence a clang warning.
Please comment, Carl Eugen
From 133f21a9df22f5ae15ea7feef57bb6c1bc7a7bf4 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Sun, 14 Apr 2019 22:56:17 +0200
Subject: [PATCH] lavfi/fspp: Re
On Sun, 14 Apr 2019, Tomas Härdin wrote:
sön 2019-04-14 klockan 18:51 +0200 skrev Marton Balint:
This makes it more consistent with other metadata keys.
Signed-off-by: Marton Balint
---
libavformat/mxfdec.c | 2 +-
tests/ref/fate/mxf-probe-d10 | 2 +-
tests/ref/fate/mxf-probe-d
Signed-off-by: James Almer
---
This will make the AV1RawObu struct weigh about ~3kb instead of ~1kb.
libavcodec/av1.h | 33
libavcodec/cbs_av1.h | 15 +-
libavcodec/cbs_av1_syntax_template.c | 45 ++--
3 fil
Fixes: Timeout (33sec -> 16 milli sec)
Fixes:
14181/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DXTORY_fuzzer-5681840708386816
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/dxtory.c |
From: Jun Zhao
The spec in https://xiph.org/vorbis/doc/v-comment.html states that
the metadata keys are case-insensitive, so don't change the case
and update the fate test case.
Fix #7784
Signed-off-by: Jun Zhao
---
libavformat/oggparsevorbis.c |9 -
tests/ref/fate/lim
On Fri, Apr 12, 2019 at 10:08 PM Steven Liu wrote:
>
>
>
> > 在 2019年4月12日,19:20,Jun Zhao 写道:
> >
> > From: Jun Zhao
> >
> > Cleanup the applehttp as demuxer name, when use the command :
> >
> > ffmpeg -formats, get the confused information like:
> > "
> > E hls Apple HTTP Live Stream
On Mon, Apr 15, 2019 at 11:11 AM Leo Zhang wrote:
>
> For example:
> ./ffmpeg -hwaccel cuvid -c:v h264_cuvid -stream_loop -1 -i in.flv -c:v
> h264_nvenc out.flv
> will print below error messages after one loop:
> Impossible to convert between the formats supported by the filter
> 'Parsed_null_
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> Mark Thompson
> Sent: Wednesday, April 10, 2019 6:07 AM
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH v4 2/7] doc/indevs: Add example using cropping
> to capture part of a pl
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> Mark Thompson
> Sent: Wednesday, April 10, 2019 6:07 AM
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH v4 1/7] vf_crop: Add support for cropping
> hardware frames
>
> Set the
> -Original Message-
> From: Guo, Yejun
> Sent: Friday, April 12, 2019 9:24 PM
> To: ffmpeg-devel@ffmpeg.org
> Cc: Guo, Yejun
> Subject: [PATCH] configure: sort decoder/encoder/filter/... names in
> alphabet order, row by row
>
> take decoder names an example, with the default page leng
Currently, picref will be freed by calling av_frame_free(&picref) in
submit_frame() in qsvvpp.c when working in system memory mode,and normally it
is freed in filter_frame() in vf_vpp_qsv.c when working in other modes.
Double free happens when working in system memory mode, remove to
fix the memo
Fix the aligned check in hwupload, input surface should be 16 aligned
too.
Fix #7830.
Signed-off-by: Linjie Fu
---
libavutil/hwcontext_qsv.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavutil/hwcontext_qsv.c b/libavutil/hwcontext_qsv.c
index b6d8bfe2bf..197dd8002a 1
frame->enc_ctrl.Payload is malloced in get_free_frame, directly memset
the whole structure of enc_ctrl to zero will cause the memory leak for
enc_ctrl.Payload.
frame->enc_ctrl as a structure will be malloc and init to zero by calling
frame = av_mallocz(sizeof(*frame)), so the memset is redundant a
It is part of change from https://trac.ffmpeg.org/ticket/5680 provided
by Kylie McClain at Wed, 29 Jun 2016 16:37:20 -0400.
That change contains two parts, in function log_file and in function
print_in_columns.
The second part is not good, so I have send out a new patch for
print_in_columns.
take decoder names an example, with the default page length, shell command
'pr' needs two pages for all the decoder names. The names are firstly printed
in the first page, then in the second page. So, as a whole, the names are
sorted neither in column order nor in row order. It's a little confused.
On 15-04-2019 12:17 AM, James Almer wrote:
On 4/14/2019 3:29 PM, Hendrik Leppkes wrote:
On Sun, Apr 14, 2019 at 6:50 PM Gyan wrote:
Implemented this patch
http://www.ffmpeg.org/pipermail/ffmpeg-devel/2019-March/241733.html
in libavcodec as suggested by Michael
This sure adds a lot of
Signed-off-by: Steven Liu
---
libavformat/dashdec.c | 32
1 file changed, 32 insertions(+)
diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
index eed149cd1a..b6394403b9 100644
--- a/libavformat/dashdec.c
+++ b/libavformat/dashdec.c
@@ -1161,6 +1161,36 @
Currently the strftime option generate timestamp based on generation
time. The new option would calcualte timestamp from source's
start_realtime and pkt->pts, try to generate a timestamp matches the
source starting time.
---
doc/muxers.texi | 4
libavformat/img2enc.c | 39 +
42 matches
Mail list logo