[FFmpeg-devel] [PATCH 2/2] avcodec/imm4: Unreference previous frame on frame size change

2019-03-09 Thread Michael Niedermayer
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 +++-

[FFmpeg-devel] [PATCH 1/2] avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block()

2019-03-09 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] lavd: Remove libndi_newtek

2019-03-09 Thread Ronald S. Bultje
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

Re: [FFmpeg-devel] lavd: Remove libndi_newtek

2019-03-09 Thread Martin Vignali
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

Re: [FFmpeg-devel] lavd: Remove libndi_newtek

2019-03-09 Thread Marton Balint
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

Re: [FFmpeg-devel] avcodec/vaapi_h264: skip decode if pic has no slices

2019-03-09 Thread Peter F
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

Re: [FFmpeg-devel] lavd: Remove libndi_newtek

2019-03-09 Thread Dennis Mungai
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

Re: [FFmpeg-devel] lavd: Remove libndi_newtek

2019-03-09 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] lavd: Remove libndi_newtek

2019-03-09 Thread 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 and please also post a news entry. Carl Eugen ___ ffmpeg-devel mailing list

[FFmpeg-devel] lavd: Remove libndi_newtek

2019-03-09 Thread Kieran Kunhya
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

Re: [FFmpeg-devel] avcodec/vaapi_h264: skip decode if pic has no slices

2019-03-09 Thread Jan Ekström
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:

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-03-09 Thread Martin Vignali
Pushed, thanks for testing. Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] avcodec/vaapi_h264: skip decode if pic has no slices

2019-03-09 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] avcodec/vaapi_h264: skip decode if pic has no slices

2019-03-09 Thread Peter F
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

Re: [FFmpeg-devel] avcodec/vaapi_h264: skip decode if pic has no slices

2019-03-09 Thread Peter F
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

Re: [FFmpeg-devel] [PATCH 2/2] lavfi/showinfo: support regions of interest sidedata

2019-03-09 Thread Thomas Xu
+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

Re: [FFmpeg-devel] avcodec/vaapi_h264: skip decode if pic has no slices

2019-03-09 Thread Thomas Xu
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

Re: [FFmpeg-devel] [PATCH v5] avformat/mpegts: reduce buffering during initialization

2019-03-09 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avcodec/dxv: Correct integer overflow in get_opcodes()

2019-03-09 Thread Michael Niedermayer
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 >

Re: [FFmpeg-devel] CAA

2019-03-09 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH 1/1] avcodec/aacenc: Validate and log bitrate changes made during encoding

2019-03-09 Thread Oliver Collyer
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

Re: [FFmpeg-devel] How to filter private folders from GIT patch

2019-03-09 Thread Ulf Zibis
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

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-03-09 Thread Michael Niedermayer
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 >

Re: [FFmpeg-devel] avcodec/vaapi_h264: skip decode if pic has no slices

2019-03-09 Thread Peter F
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

Re: [FFmpeg-devel] avcodec/vaapi_h264: skip decode if pic has no slices

2019-03-09 Thread Peter F
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

[FFmpeg-devel] avcodec/vaapi_h264: skip decode if pic has no slices

2019-03-09 Thread Peter F
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

[FFmpeg-devel] [PATCH]lavc/tiff: Support decoding 16bit cmyk

2019-03-09 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH 2/2] lavfi/showinfo: support regions of interest sidedata

2019-03-09 Thread Guo, Yejun
> -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 >

[FFmpeg-devel] [PATCH 2/2] lavfi/showinfo: support regions of interest sidedata

2019-03-09 Thread Jun Zhao
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 ---

[FFmpeg-devel] [PATCH 1/2] lavfi/sidedata: add missed frame side data type

2019-03-09 Thread Jun Zhao
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