Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Jean-Baptiste Kempf
On Mon, Feb 10, 2020, at 01:47, Marton Balint wrote: > > On Sun, 9 Feb 2020, Andriy Gelman wrote: > > > On Sun, 09. Feb 22:58, Jean-Baptiste Kempf wrote: > >> > >> > >> On Sun, Feb 9, 2020, at 14:32, Timo Rothenpieler wrote: > >> > On 01.02.2020 20:02, Andriy Gelman wrote: > >> > > From: Andr

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Marton Balint
On Sun, 9 Feb 2020, Andriy Gelman wrote: On Sun, 09. Feb 22:58, Jean-Baptiste Kempf wrote: On Sun, Feb 9, 2020, at 14:32, Timo Rothenpieler wrote: > On 01.02.2020 20:02, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. Th

Re: [FFmpeg-devel] GSoC 2020

2020-02-09 Thread Michael Niedermayer
On Fri, Feb 07, 2020 at 10:55:07AM +0100, Thilo Borgmann wrote: > Am 06.02.20 um 23:59 schrieb Michael Niedermayer: > > Hi all > > > > please help fill the 2020 GSoC Ideas page > > https://trac.ffmpeg.org/wiki/SponsoringPrograms/GSoC/2020 > > > > (This page is key to being acccepted to GSoC) > >

Re: [FFmpeg-devel] [PATCH v1 2/2] avformat/rtpproto, sdp: write rtcp port to sdp file

2020-02-09 Thread Jun Li
On Mon, Feb 3, 2020 at 4:34 PM Jun Li wrote: > Fix #8474 > Write rtcp port attribute to sdp file when necessary. > > Signed-off-by: Jun Li > --- > libavformat/rtpproto.c | 11 +++ > libavformat/rtpproto.h | 2 ++ > libavformat/sdp.c | 12 ++-- > 3 files changed, 23 inserti

Re: [FFmpeg-devel] [PATCH v1 1/2] avformat/rtsp: apply rtcp attribute from sdp file

2020-02-09 Thread Jun Li
On Mon, Feb 3, 2020 at 4:34 PM Jun Li wrote: > Fix #8479 > Apply rtcpport from sdp file if it contains rtcp attribute. > > Signed-off-by: Jun Li > --- > libavformat/rtsp.c | 12 ++-- > libavformat/rtsp.h | 1 + > 2 files changed, 11 insertions(+), 2 deletions(-) > > diff --git a/libavf

Re: [FFmpeg-devel] [PATCH v2 1/6] avcodec/cbs_jpeg: Use memcpy when writing pictures

2020-02-09 Thread Mark Thompson
On 19/11/2019 16:12, Andreas Rheinhardt wrote: > This is possible because the size of a scan header is always a multiple > of a byte. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/cbs_jpeg.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/libavcode

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Andriy Gelman
On Sun, 09. Feb 22:58, Jean-Baptiste Kempf wrote: > > > On Sun, Feb 9, 2020, at 14:32, Timo Rothenpieler wrote: > > On 01.02.2020 20:02, Andriy Gelman wrote: > > > From: Andriy Gelman > > > > > > Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The > > > broker can redistribute

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Andriy Gelman
On Sun, 09. Feb 13:54, Marton Balint wrote: > > > On Sat, 1 Feb 2020, Andriy Gelman wrote: > > > From: Andriy Gelman > > > > Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The > > broker can redistribute content to other clients based on "exchange" and > > "routing_key" field

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Andriy Gelman
On Sun, 09. Feb 14:32, Timo Rothenpieler wrote: > On 01.02.2020 20:02, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The > > broker can redistribute content to other clients based on "exchange" and > > "routing_key" fields. >

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/cbs: Fix potential double-free when adding unit fails

2020-02-09 Thread Mark Thompson
On 18/11/2019 07:47, Andreas Rheinhardt wrote: > ff_cbs_insert_unit_data() has two modes of operation: It can insert a > unit with a newly created reference to an already existing AVBuffer; or > it can take a buffer and create an AVBuffer for it. Said buffer will > then become owned by the unit lat

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Jean-Baptiste Kempf
On Sun, Feb 9, 2020, at 14:32, Timo Rothenpieler wrote: > On 01.02.2020 20:02, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The > > broker can redistribute content to other clients based on "exchange" and > > "routing_key"

Re: [FFmpeg-devel] [PATCH] avfilter/vf_dedot: Fix leak of AVFrame if making it writable fails

2020-02-09 Thread Paul B Mahol
lgtm On 2/9/20, Andreas Rheinhardt wrote: > Even in this scenario, the frame still contains references to data that > won't be freed if the frame isn't unreferenced. And the AVFrame itself > will leak, too. > > Fixes Coverity issue #1441422. > > Signed-off-by: Andreas Rheinhardt > --- > libavfi

Re: [FFmpeg-devel] [PATCH 7/7] avcodec/cbs_mpeg2: Treat slices without data as invalid

2020-02-09 Thread Michael Niedermayer
On Mon, Dec 09, 2019 at 11:26:04PM +0100, Andreas Rheinhardt wrote: > They are spec-incompliant. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/cbs_mpeg2.c | 3 +++ > 1 file changed, 3 insertions(+) will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611E

Re: [FFmpeg-devel] [PATCH] avfilter: add pad opencl filter

2020-02-09 Thread Mark Thompson
On 09/02/2020 19:33, Paul B Mahol wrote: > On 2/9/20, Mark Thompson wrote: >> On 06/02/2020 18:54, Paul B Mahol wrote: >>> Signed-off-by: Paul B Mahol >>> --- >>> configure | 1 + >>> doc/filters.texi| 29 >>> libavfilter/Makefile| 1 + >>> libavfi

Re: [FFmpeg-devel] [PATCH] avfilter: add pad opencl filter

2020-02-09 Thread Paul B Mahol
On 2/9/20, Mark Thompson wrote: > On 06/02/2020 18:54, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> configure | 1 + >> doc/filters.texi| 29 >> libavfilter/Makefile| 1 + >> libavfilter/allfilters.c| 1 + >> libavfilter/openc

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg: Document device selection for Vulkan

2020-02-09 Thread Mark Thompson
On 09/02/2020 19:19, Mark Thompson wrote: > --- > doc/ffmpeg.texi | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi > index dd461c02fc..29753f06ca 100644 > --- a/doc/ffmpeg.texi > +++ b/doc/ffmpeg.texi > @@ -1029,6 +1029,20 @@ Choose the GP

Re: [FFmpeg-devel] [PATCH 8/8] lavfi/vf_*_vaapi: Fix error case

2020-02-09 Thread Mark Thompson
On 29/09/2019 17:46, Mark Thompson wrote: > stuff Applied 2-5, 7 and 8 of this set. 1 is of unclear benefit beyond making Coverity shut up and could possibly reject conforming streams in some extreme cases. 6 was replaced by the identical 31350de9970a1bc827e3b155bb285fd974116a6f. - Mark __

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/dpcm: Fix integer overflow in AV_CODEC_ID_GREMLIN_DPCM

2020-02-09 Thread Michael Niedermayer
On Thu, Jan 23, 2020 at 12:36:38AM +0100, Michael Niedermayer wrote: > Fixes: signed integer overflow: -2147479324 + -32568 cannot be represented in > type 'int' > Fixes: > 20103/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_GREMLIN_DPCM_fuzzer-5667667579240448 > > Found-by: continuous fuzzi

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/wmalosslessdec: Fix loop in revert_acfilter()

2020-02-09 Thread Michael Niedermayer
On Sat, Jan 18, 2020 at 09:34:51PM +0100, Michael Niedermayer wrote: > Fixes: out of array read > Fixes: > 20059/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMALOSSLESS_fuzzer-5691776237305856 > > No testcase except the fuzzed one. > > Found-by: continuous fuzzing process > https://github

Re: [FFmpeg-devel] [PATCH] avcodec/mvha: Check remaining bits in VLC decode loop

2020-02-09 Thread Michael Niedermayer
On Thu, Jan 16, 2020 at 12:29:50AM +0100, Michael Niedermayer wrote: > Fixes: timeout (252sec -> 170msec) > Fixes: > 20023/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MVHA_fuzzer-5681192565473280 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/proj

Re: [FFmpeg-devel] [PATCH] avcodec/binkaudio: Check sample_rate to avoid integer overflow

2020-02-09 Thread Michael Niedermayer
On Sat, Feb 01, 2020 at 11:48:06PM +0100, Michael Niedermayer wrote: > On Sat, Feb 01, 2020 at 04:17:10PM +0100, Paul B Mahol wrote: > > On 2/1/20, Michael Niedermayer wrote: > > > On Tue, Jan 14, 2020 at 04:04:29PM +0100, Paul B Mahol wrote: > > >> This better belong to generic code. > > > > > >

Re: [FFmpeg-devel] [PATCH 2/3] avcodec/agm: YUV420 without DCT needs even dimensions

2020-02-09 Thread Michael Niedermayer
On Fri, Jan 10, 2020 at 11:03:52PM +0100, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 19892/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5707525924323328 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmp

Re: [FFmpeg-devel] [FFmpeg][PATCH] libswscale/utils.c: Fix bug #8255

2020-02-09 Thread Michael Niedermayer
On Mon, Feb 10, 2020 at 12:03:09AM +0530, gautamr...@gmail.com wrote: > From: Gautam Ramakrishnan > > Bug #8255 points out a double free error in libwscale/utils.c file. > The double free is because the pointer to cascaded_context of an > sw_context is not set to NULL after freeing it. When the s

Re: [FFmpeg-devel] [PATCH 3/5] avformat/tty: Fix division by 0 in probe

2020-02-09 Thread Michael Niedermayer
On Sun, Feb 09, 2020 at 08:28:44PM +0100, Paul B Mahol wrote: > ok will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Breaking DRM is a little like attempting to break through a door even though the window is wide open and the only thing in the hous

Re: [FFmpeg-devel] [PATCH 5/5] avcodec/agm: Test remaining data in decode_raw_intra_rgb()

2020-02-09 Thread Michael Niedermayer
On Sun, Feb 09, 2020 at 08:29:06PM +0100, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are too smart to engage in politics are punished by being governed by those who are dumber. -- Plato signature.asc D

Re: [FFmpeg-devel] [PATCH 2/5] libavcodec/mvha: Check height before applying median predictor

2020-02-09 Thread Michael Niedermayer
On Sun, Feb 09, 2020 at 08:28:27PM +0100, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Old school: Use the lowest level language in which you can solve the problem conveniently. New school: Use the highes

Re: [FFmpeg-devel] [PATCH 1/5] avcodec/midivid: Check vector index

2020-02-09 Thread Michael Niedermayer
On Sun, Feb 09, 2020 at 08:27:50PM +0100, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they exist or not or of what sort they may be, because of the obscurity o

Re: [FFmpeg-devel] Reimbursement FOSDEM

2020-02-09 Thread Stefano Sabatini
On Sun, Feb 9, 2020 at 1:02 PM Michael Niedermayer wrote: > On Tue, Feb 04, 2020 at 09:46:35AM +0100, Thilo Borgmann wrote: > > Hi, > > > > > For travelling from Vienna to FOSDEM and back, I request > > > re-imbursement of €282,16 > > > > for the same reason I also request reimbursement for my fli

Re: [FFmpeg-devel] [PATCH 1/5] avutil/log: drop support for NO_COLOR environment variable

2020-02-09 Thread Marton Balint
On Sat, 8 Feb 2020, Marton Balint wrote: On Sun, 2 Feb 2020, Marton Balint wrote: Deprecated for more than 9 years now. Signed-off-by: Marton Balint --- doc/fftools-common-opts.texi | 4 +--- libavutil/log.c | 8 +++- 2 files changed, 4 insertions(+), 8 deletions(-) Ping

Re: [FFmpeg-devel] [PATCH] avcodec/flac_parser: Do not loose header count in find_headers_search()

2020-02-09 Thread Nicolas George
Michael Niedermayer (12020-02-09): > any objections ? > if not i will push this in a few days Please fix the spelling mistake in the commit message: To loose = to set free. To lose = to not have it anymore accidentally. Regards, -- Nicolas George signature.asc Description: PGP signature __

Re: [FFmpeg-devel] [PATCH] avcodec/flac_parser: Do not loose header count in find_headers_search()

2020-02-09 Thread Michael Niedermayer
On Tue, Feb 04, 2020 at 06:34:47PM +0100, Michael Niedermayer wrote: > On Tue, Feb 04, 2020 at 11:10:00AM +, Andreas Rheinhardt wrote: > > Michael Niedermayer: > > > Fixes: Timeout > > > Fixes: out of array access > > > Fixes: > > > 20274/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FLAC_

Re: [FFmpeg-devel] [PATCH 3/5] avformat/tty: Fix division by 0 in probe

2020-02-09 Thread Paul B Mahol
ok On 2/9/20, Michael Niedermayer wrote: > Fixes: division by zero > Fixes: > 20436/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5763229752229888 > Fixes: > 20503/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-4841641154445312 > > Found-by: continuous fuzzing process > https://githu

Re: [FFmpeg-devel] [PATCH 5/5] avcodec/agm: Test remaining data in decode_raw_intra_rgb()

2020-02-09 Thread Paul B Mahol
lgtm On 2/9/20, Michael Niedermayer wrote: > Fixes: Timeout (270sec -> 25ms) > Fixes: > 20485/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5636954207289344 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Mi

Re: [FFmpeg-devel] [PATCH 2/5] libavcodec/mvha: Check height before applying median predictor

2020-02-09 Thread Paul B Mahol
lgtm On 2/9/20, Michael Niedermayer wrote: > Fixes: out of array read > Fixes: > 20495/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MVHA_fuzzer-5711179129552896 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael

Re: [FFmpeg-devel] [PATCH 1/5] avcodec/midivid: Check vector index

2020-02-09 Thread Paul B Mahol
lgtm On 2/9/20, Michael Niedermayer wrote: > Fixes: out of array read > Fixes: > 20494/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MVDV_fuzzer-5681452423577600 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael

Re: [FFmpeg-devel] [PATCH 02/11] avformat: Remove unnecessary av_packet_unref()

2020-02-09 Thread Marton Balint
On Sun, 9 Feb 2020, Andreas Rheinhardt wrote: On Tue, Jan 21, 2020 at 9:51 PM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: On Mon, Jan 13, 2020 at 4:45 PM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: On Tue, Jan 7, 2020 at 2:56 PM Andreas Rheinhardt < andreas.rhei

[FFmpeg-devel] [PATCH] doc/ffmpeg: Document device selection for Vulkan

2020-02-09 Thread Mark Thompson
--- doc/ffmpeg.texi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index dd461c02fc..29753f06ca 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1029,6 +1029,20 @@ Choose the GPU device on the second platform supporting the @emph{cl_khr

[FFmpeg-devel] [PATCH 4/5] libavcodec/wmalosslessdec: prevent sum of positive numbers from becoming negative

2020-02-09 Thread Michael Niedermayer
Fixes: left shift of negative value -8321365 Fixes: 20506/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMALOSSLESS_fuzzer-4798062906310656 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/

[FFmpeg-devel] [PATCH 3/5] avformat/tty: Fix division by 0 in probe

2020-02-09 Thread Michael Niedermayer
Fixes: division by zero Fixes: 20436/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5763229752229888 Fixes: 20503/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-4841641154445312 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signe

[FFmpeg-devel] [PATCH 1/5] avcodec/midivid: Check vector index

2020-02-09 Thread Michael Niedermayer
Fixes: out of array read Fixes: 20494/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MVDV_fuzzer-5681452423577600 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/midivid.c | 2 ++ 1 file ch

[FFmpeg-devel] [PATCH 2/5] libavcodec/mvha: Check height before applying median predictor

2020-02-09 Thread Michael Niedermayer
Fixes: out of array read Fixes: 20495/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MVHA_fuzzer-5711179129552896 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/mvha.c | 12 +++- 1

[FFmpeg-devel] [PATCH 5/5] avcodec/agm: Test remaining data in decode_raw_intra_rgb()

2020-02-09 Thread Michael Niedermayer
Fixes: Timeout (270sec -> 25ms) Fixes: 20485/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5636954207289344 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/agm.c | 9 ++---

Re: [FFmpeg-devel] [PATCH 02/11] avformat: Remove unnecessary av_packet_unref()

2020-02-09 Thread Andreas Rheinhardt
On Tue, Jan 21, 2020 at 9:51 PM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > On Mon, Jan 13, 2020 at 4:45 PM Andreas Rheinhardt < > andreas.rheinha...@gmail.com> wrote: > >> On Tue, Jan 7, 2020 at 2:56 PM Andreas Rheinhardt < >> andreas.rheinha...@gmail.com> wrote: >> >>> Since bae8

[FFmpeg-devel] [FFmpeg][PATCH] libswscale/utils.c: Fix bug #8255

2020-02-09 Thread gautamramk
From: Gautam Ramakrishnan Bug #8255 points out a double free error in libwscale/utils.c file. The double free is because the pointer to cascaded_context of an sw_context is not set to NULL after freeing it. When the sw_context is later freed, sws_freeContext is called on the cascaded_context, cau

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/agm: Test remaining data in decode_raw_intra_rgb()

2020-02-09 Thread Michael Niedermayer
On Sun, Feb 09, 2020 at 01:55:00PM +, Andreas Rheinhardt wrote: > Michael Niedermayer: > > Fixes: Timeout (270sec -> 25ms) > > Fixes: > > 20485/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5636954207289344 > > > > Found-by: continuous fuzzing process > > https://github.com/go

[FFmpeg-devel] [PATCH] avfilter/vf_dedot: Fix leak of AVFrame if making it writable fails

2020-02-09 Thread Andreas Rheinhardt
Even in this scenario, the frame still contains references to data that won't be freed if the frame isn't unreferenced. And the AVFrame itself will leak, too. Fixes Coverity issue #1441422. Signed-off-by: Andreas Rheinhardt --- libavfilter/vf_dedot.c | 3 ++- 1 file changed, 2 insertions(+), 1

Re: [FFmpeg-devel] [PATCH] avfilter: add pad opencl filter

2020-02-09 Thread Mark Thompson
On 06/02/2020 18:54, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > configure | 1 + > doc/filters.texi| 29 > libavfilter/Makefile| 1 + > libavfilter/allfilters.c| 1 + > libavfilter/opencl/pad.cl | 34 + > libavfilter/open

Re: [FFmpeg-devel] [PATCH] Update HDR10+ metadata structure.

2020-02-09 Thread Mark Thompson
On 07/02/2020 17:46, Mohammad Izadi wrote: > From: Mohammad Izadi > > Trying to read HDR10+ metadata from HEVC/SEI and pass it to packet side data > in the follow-up CLs. > --- > libavutil/hdr_dynamic_metadata.c | 165 +++ > libavutil/hdr_dynamic_metadata.h | 12 ++-

Re: [FFmpeg-devel] [PATCH v2] avcodec/h264_metadata_bsf: give warning when display_orientation set to EXTRACT

2020-02-09 Thread Mark Thompson
On 09/02/2020 14:17, Steven Liu wrote: > Extraction of h264_metadata display_orientation not implemented yet. > > Suggested-by: Gyan Doshi > Signed-off-by: Steven Liu > --- > libavcodec/h264_metadata_bsf.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavcodec/h264_metadata_bsf

Re: [FFmpeg-devel] [PATCH 2/2] libavcodec/amfenc_hevc.c: Fix Maximum Reference Frames option on AMF HEVC.

2020-02-09 Thread Mark Thompson
On 03/02/2020 21:54, OvchinnikovDmitrii wrote: > From: Sitan Liu > > --- > libavcodec/amfenc_hevc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/amfenc_hevc.c b/libavcodec/amfenc_hevc.c > index 411d444a62..77e57d2461 100644 > --- a/libavcodec/amfenc_hevc.c

Re: [FFmpeg-devel] [PATCH] avutil/hwcontext_d3d11va: Use secure dlopen.

2020-02-09 Thread Matt Oliver
final ping. If no objections still ill apply this later. On Sun, 12 Jan 2020 at 06:50, Matt Oliver wrote: > On Tue, 31 Dec 2019 at 03:37, Andriy Gelman > wrote: > >> On Mon, 30. Dec 11:31, Andriy Gelman wrote: >> > On Tue, 31. Dec 03:02, Matt Oliver wrote: >> > > dlopen contains additional secu

[FFmpeg-devel] [PATCH v2] avcodec/h264_metadata_bsf: give warning when display_orientation set to EXTRACT

2020-02-09 Thread Steven Liu
Extraction of h264_metadata display_orientation not implemented yet. Suggested-by: Gyan Doshi Signed-off-by: Steven Liu --- libavcodec/h264_metadata_bsf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/h264_metadata_bsf.c b/libavcodec/h264_metadata_bsf.c index d96a50dbf7..89b

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/agm: Test remaining data in decode_raw_intra_rgb()

2020-02-09 Thread Andreas Rheinhardt
Michael Niedermayer: > Fixes: Timeout (270sec -> 25ms) > Fixes: > 20485/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5636954207289344 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer >

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Timo Rothenpieler
On 01.02.2020 20:02, Andriy Gelman wrote: From: Andriy Gelman Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The broker can redistribute content to other clients based on "exchange" and "routing_key" fields. --- Compilation notes: - Requires librabbitmq-dev package (on ubuntu

[FFmpeg-devel] [PATCH 1/2] avcodec/agm: Test remaining data in decode_raw_intra_rgb()

2020-02-09 Thread Michael Niedermayer
Fixes: Timeout (270sec -> 25ms) Fixes: 20485/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5636954207289344 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/agm.c | 3 +++ 1 file

[FFmpeg-devel] [PATCH 2/2] avcodec/dstdec: Fix integer overflow in read_table()

2020-02-09 Thread Michael Niedermayer
Fixes: signed integer overflow: -16 * 134217879 cannot be represented in type 'int' Fixes: 20492/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DST_fuzzer-5639509530378240 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Micha

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Marton Balint
On Sat, 1 Feb 2020, Andriy Gelman wrote: From: Andriy Gelman Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The broker can redistribute content to other clients based on "exchange" and "routing_key" fields. --- Compilation notes: - Requires librabbitmq-dev package (on ubun

Re: [FFmpeg-devel] Reimbursement FOSDEM

2020-02-09 Thread Michael Niedermayer
On Tue, Feb 04, 2020 at 09:46:35AM +0100, Thilo Borgmann wrote: > Hi, > > > For travelling from Vienna to FOSDEM and back, I request > > re-imbursement of €282,16 > > for the same reason I also request reimbursement for my flight of 131,21 EUR. > Send the paperwork to Stefano. both LGTM thx [.

[FFmpeg-devel] [PATCHv2 06/12] avformat/http: use AVBPrint to construct HTTP request

2020-02-09 Thread Marton Balint
v2: Use s->buffer for creating request (as the old code did) instead of the AVBPrint internal buffer. Some minor cosmetics. Signed-off-by: Marton Balint --- libavformat/http.c | 87 -- 1 file changed, 32 insertions(+), 55 deletions(-) diff --g

Re: [FFmpeg-devel] [PATCH v2] HEVC: Export motion vectors to frame side data.

2020-02-09 Thread Asaf Kave
On Thu, Feb 6, 2020 at 4:10 PM Lynne wrote: > Feb 6, 2020, 11:17 by kavea...@gmail.com: > > > On Sun, Feb 2, 2020 at 11:15 AM Asaf Kave wrote: > > > >> > >> > >> On Tue, Jan 28, 2020 at 11:44 PM Asaf Kave wrote: > >> > >>> > >>> > >>> On Sun, Jan 26, 2020, 12:31 Asaf Kave wrote: > >>> > >

Re: [FFmpeg-devel] [PATCH] avcodec/h264_metadata_bsf: give warning when display_orientation set to EXTRACT

2020-02-09 Thread Steven Liu
> 在 2020年2月9日,15:57,Gyan Doshi 写道: > > > > On 9 February 2020 10:40:05 AM IST, Steven Liu wrote: >> because it cannot get result now. >> >> Signed-off-by: Steven Liu >> --- >> libavcodec/h264_metadata_bsf.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/libavcodec/h264_metad