Fixes: Out of array access
Fixes:
13552/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IMM4_fuzzer-5767949648920576
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/imm4.c | 12 +++-
Fixes: Out of array access
Fixes:
13500/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPEG4_fuzzer-5769760178962432
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/mpeg4videodec.c | 6
Hi,
On Sat, Mar 9, 2019 at 4:02 PM Martin Vignali
wrote:
> They have not responded to any communications:
> > https://trac.ffmpeg.org/ticket/7589
> >
> >
> I still do not understand the link between the ticket and the removal of
> lib ndi.
> Is it plan to remove all features used by people who d
They have not responded to any communications:
> https://trac.ffmpeg.org/ticket/7589
>
>
I still do not understand the link between the ticket and the removal of
lib ndi.
Is it plan to remove all features used by people who doesn't respect the
licence ?
If this patch concerns the removal of a libr
On Sat, 9 Mar 2019, Dennis Mungai wrote:
On Sat, 9 Mar 2019 at 23:19, Carl Eugen Hoyos wrote:
2019-03-09 21:16 GMT+01:00, Carl Eugen Hoyos :
> 2019-03-09 21:12 GMT+01:00, Kieran Kunhya :
>> They have not responded to any communications:
>> https://trac.ffmpeg.org/ticket/7589
>
> Missing min
Thank you very much for your reply.
Am Sa., 9. März 2019 um 21:09 Uhr schrieb Jan Ekström :
> > From 386c94489a86bb747b6531f727843cf259a24f5d Mon Sep 17 00:00:00 2001
> > From: xbmc
> Is this author field meant to not have an actual name in it? Just verifying.
It can stay as is. The original aut
On Sat, 9 Mar 2019 at 23:19, Carl Eugen Hoyos wrote:
> 2019-03-09 21:16 GMT+01:00, Carl Eugen Hoyos :
> > 2019-03-09 21:12 GMT+01:00, Kieran Kunhya :
> >> They have not responded to any communications:
> >> https://trac.ffmpeg.org/ticket/7589
> >
> > Missing minor version bump
>
> Sorry about thi
2019-03-09 21:16 GMT+01:00, Carl Eugen Hoyos :
> 2019-03-09 21:12 GMT+01:00, Kieran Kunhya :
>> They have not responded to any communications:
>> https://trac.ffmpeg.org/ticket/7589
>
> Missing minor version bump
Sorry about this, I used the wrong patch reading tool...
> and please also post a ne
2019-03-09 21:12 GMT+01:00, Kieran Kunhya :
> They have not responded to any communications:
> https://trac.ffmpeg.org/ticket/7589
Missing minor version bump and please also post
a news entry.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg
They have not responded to any communications:
https://trac.ffmpeg.org/ticket/7589
Kieran
0001-lavd-Remove-libndi_newtek.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-dev
On Sat, Mar 9, 2019 at 5:49 PM Peter F wrote:
>
> Resent - layer 8 issue with using a mail client, sorry for the noise:
>
> From 386c94489a86bb747b6531f727843cf259a24f5d Mon Sep 17 00:00:00 2001
> From: xbmc
Is this author field meant to not have an actual name in it? Just verifying.
> Date: Sa
Pushed, thanks for testing.
Martin
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
2019-03-09 16:49 GMT+01:00, Peter F :
> Resent - layer 8 issue with using a mail client
Attachments are fine...
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Resent - layer 8 issue with using a mail client, sorry for the noise:
From 386c94489a86bb747b6531f727843cf259a24f5d Mon Sep 17 00:00:00 2001
From: xbmc
Date: Sat, 26 Jan 2019 19:48:35 +0100
Subject: [PATCH] avcodec/vaapi_h264: skip decode if pic has no slices
---
libavcodec/vaapi_h264.c | 5 +++
Yes, that makes sense. Thank you very much.
Attached you find the updated version.
Am Sa., 9. März 2019 um 16:32 Uhr schrieb Thomas Xu :
>
> should we return AVERROR_INVALIDDATA instead of -1?
> thanks
>
> On Sat, Mar 9, 2019 at 8:25 PM Peter F wrote:
>
> > From 816e9156235a5d7d895b09c0235c9f8f1f
+for (int index = 0; index < nb_rois; index++) {
+av_log(ctx, AV_LOG_INFO, "index: %d, region: (%d %d)/(%d %d), qp
offset: %d/%d",
+ index, roi->left, roi->top, roi->right, roi->bottom,
roi->qoffset.num, roi->qoffset.den);
+}
pointer roi never ++, it always point to t
should we return AVERROR_INVALIDDATA instead of -1?
thanks
On Sat, Mar 9, 2019 at 8:25 PM Peter F wrote:
> From 816e9156235a5d7d895b09c0235c9f8f1f7703e7 Mon Sep 17 00:00:00 2001
> From: xbmc
> Date: Sat, 26 Jan 2019 19:48:35 +0100
> Subject: [PATCH] avcodec/vaapi_h264: skip decode if pic has no
On Fri, Mar 08, 2019 at 10:20:07PM -0500, Andriy Gelman wrote:
> From: Andriy Gelman
>
> Reduces buffering latency with low bitrate streams, where
> 8192 bytes can mean several seconds.
> ---
> libavformat/mpegts.c | 59 +++-
> 1 file changed, 36 insertion
On Sun, Mar 03, 2019 at 01:11:34AM +0100, Michael Niedermayer wrote:
> Fixes:
> 13099/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DXV_fuzzer-5665598896340992
> Fixes: signed integer overflow: 2147483647 + 7 cannot be represented in type
> 'int'
>
> Found-by: continuous fuzzing process
> h
On Sat, Feb 23, 2019 at 08:12:31PM +0100, Michael Niedermayer wrote:
> Hi all
>
> if there are no objections then ill add the following
> "Certificate Authority Authorization" entry:
>
> ffmpeg.org. IN CAA 0 issue "letsencrypt.org"
>
> to the zonefile
done
[...]
--
Michael Gn
Although accenc appears able to cope with dynamic bitrate changes, this patch
makes sure that any such changes are validated in the same manner as the
initial bitrate and also adds logging of such changes in verbose mode.
0001-avcodec-aacenc-Validate-and-log-bitrate-changes-made.patch
Descript
Am 08.03.19 um 21:26 schrieb Moritz Barsnick:
>> Are there other possibilities which are directly project-bounded?
> Hoe about not committing them in the first place? (Don't use "git
> commit -A", but instead carefully inspect everything "git status"
> offers you.) Or, if you must, for your develop
On Fri, Mar 08, 2019 at 12:11:47AM +0100, Martin Vignali wrote:
> >> Can you check that and fix it?
> >>
> >>
> >
> Patch in attach fix for me vsynth3 interlace prores test :
> make fate-vsynth3-prores_int;make fate-vsynth3-prores_444_int
>
> Pass fate test for me (os x X86_64) with and without
>
From 816e9156235a5d7d895b09c0235c9f8f1f7703e7 Mon Sep 17 00:00:00 2001
From: xbmc
Date: Sat, 26 Jan 2019 19:48:35 +0100
Subject: [PATCH] avcodec/vaapi_h264: skip decode if pic has no slices
---
libavcodec/vaapi_h264.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/libavcodec/vaapi_h264
From 816e9156235a5d7d895b09c0235c9f8f1f7703e7 Mon Sep 17 00:00:00 2001
From: xbmc
Date: Sat, 26 Jan 2019 19:48:35 +0100
Subject: [PATCH] avcodec/vaapi_h264: skip decode if pic has no slices
---
libavcodec/vaapi_h264.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/libavcodec/vaapi_h264
Fixes / workarounds: https://bugs.freedesktop.org/show_bug.cgi?id=105368
[1]in ffmpeg
This bug hits several AMD VAAPI users, especially those using h264 channels
via DVB-X: https://github.com/xbmc/xbmc/issues/15704
Typical backtrace in ffmpeg code, which fits the description in [1]:
#0 __memset_
Hi!
Attached patch improves decoding this image, reported by Ulf Zibis:
http://samples.ffmpeg.org/image-samples/flower-separated-contig-16.tif
Please comment, Carl Eugen
From 7e98c7167f62506ed726780a1f32216515f4e29f Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Sat, 9 Mar 2019 11:05:36 +
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Jun Zhao
> Sent: Saturday, March 09, 2019 4:34 PM
> To: ffmpeg-devel@ffmpeg.org
> Cc: Jun Zhao
> Subject: [FFmpeg-devel] [PATCH 2/2] lavfi/showinfo: support regions of
> interest sidedata
>
From: Jun Zhao
support regions of interest sidedata
Signed-off-by: Jun Zhao
---
libavfilter/vf_showinfo.c | 23 +++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/libavfilter/vf_showinfo.c b/libavfilter/vf_showinfo.c
index 9e84197..b51c1ae 100644
--- a/li
From: Jun Zhao
add missed frame side data type
Signed-off-by: Jun Zhao
---
libavfilter/f_sidedata.c | 38 ++
1 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/libavfilter/f_sidedata.c b/libavfilter/f_sidedata.c
index 45d246b..381da5a 100644
-
30 matches
Mail list logo