Re: [FFmpeg-devel] [PATCH 4/4] fate/filter-video: add two tests for dnn_processing with format rgb24 and grayf32

2019-11-22 Thread Guo, Yejun
> -Original Message- > From: Guo, Yejun > Sent: Friday, November 22, 2019 3:50 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Guo, Yejun > Subject: [PATCH 4/4] fate/filter-video: add two tests for dnn_processing with > format rgb24 and grayf32 > > Signed-off-by: Guo, Yejun > --- > tests/fate/

Re: [FFmpeg-devel] [PATCH v5 1/2] lavf/isom: support for demuxing MPEG-H 3D Audio in MP4

2019-11-22 Thread Tsuchiya, Yuki (SHES)
> This is changing the muxer, but the commit subject and description talks about > demuxing. Yes. This code contains both the remuxer into MP4 and the demuxer. I will change the commit description > You're calling this function for MPEGH 3D Audio, but not writing an > implementation for it. The

[FFmpeg-devel] [PATCH v6 2/2] lavf/movenc: cosmetics

2019-11-22 Thread Yuki Tsuchiya
Signed-off-by: Yuki Tsuchiya --- libavformat/movenc.c | 64 ++-- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 985341bac2..99478c00c8 100644 --- a/libavformat/movenc.c +++ b/libavformat/mov

[FFmpeg-devel] [PATCH v6 1/2] lavf/isom: support for demuxing and remuxing of MPEG-H 3D Audio in MP4

2019-11-22 Thread Yuki Tsuchiya
Implemented according to the specification at https://www.iso.org/standard/69561.html The 'mhm1' sample entry is registered with MP4RA, which is defined as MHAS encapsulated single stream MPEG-H 3D Audio. 'MHAS' stands for MPEG-H audio stream, which contains encoded audio data and corresponds me

[FFmpeg-devel] [PATCH 2/2] cmdutils: add show_help_protocol for get protocol options

2019-11-22 Thread Steven Liu
Signed-off-by: Steven Liu --- fftools/cmdutils.c | 17 + 1 file changed, 17 insertions(+) diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 84f98b7c04..fe18093ce1 100644 --- a/fftools/cmdutils.c +++ b/fftools/cmdutils.c @@ -1870,6 +1870,21 @@ static void show_help_demuxe

[FFmpeg-devel] [PATCH 1/2] avformat/url.h add av_find_protocol_by_name for find URLProtocol by name

2019-11-22 Thread Steven Liu
Signed-off-by: Steven Liu --- doc/APIchanges | 3 +++ libavformat/protocols.c | 16 libavformat/url.h | 9 + libavformat/version.h | 2 +- 4 files changed, 29 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index 401c65a753..

Re: [FFmpeg-devel] [PATCH 1/2] avformat/url.h add av_find_protocol_by_name for find URLProtocol by name

2019-11-22 Thread Andreas Rheinhardt
Steven Liu: > Signed-off-by: Steven Liu > --- > doc/APIchanges | 3 +++ > libavformat/protocols.c | 16 > libavformat/url.h | 9 + > libavformat/version.h | 2 +- > 4 files changed, 29 insertions(+), 1 deletion(-) > > diff --git a/doc/APIchanges b/doc

Re: [FFmpeg-devel] [PATCH 1/2] avformat/url.h add av_find_protocol_by_name for find URLProtocol by name

2019-11-22 Thread zhilizhao
> On Nov 22, 2019, at 4:56 PM, Steven Liu wrote: > > Signed-off-by: Steven Liu > --- > doc/APIchanges | 3 +++ > libavformat/protocols.c | 16 > libavformat/url.h | 9 + > libavformat/version.h | 2 +- > 4 files changed, 29 insertions(+), 1 deletion(-)

Re: [FFmpeg-devel] [PATCH 1/2] avformat/url.h add av_find_protocol_by_name for find URLProtocol by name

2019-11-22 Thread Andreas Rheinhardt
Steven Liu: > diff --git a/libavformat/url.h b/libavformat/url.h > index 4750bfff82..fe0aa10b27 100644 > --- a/libavformat/url.h > +++ b/libavformat/url.h > @@ -322,6 +322,15 @@ void ff_make_absolute_url(char *buf, int size, const > char *base, > */ > AVIODirEntry *ff_alloc_dir_entry(void); >

Re: [FFmpeg-devel] [PATCH 2/2] cmdutils: add show_help_protocol for get protocol options

2019-11-22 Thread Gyan
On 22-11-2019 02:26 pm, Steven Liu wrote: Signed-off-by: Steven Liu --- fftools/cmdutils.c | 17 + 1 file changed, 17 insertions(+) diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 84f98b7c04..fe18093ce1 100644 --- a/fftools/cmdutils.c +++ b/fftools/cmdutils.c @@

Re: [FFmpeg-devel] [PATCH 2/2] cmdutils: add show_help_protocol for get protocol options

2019-11-22 Thread Steven Liu
> 在 2019年11月22日,17:30,Gyan 写道: > > > > On 22-11-2019 02:26 pm, Steven Liu wrote: >> Signed-off-by: Steven Liu >> --- >> fftools/cmdutils.c | 17 + >> 1 file changed, 17 insertions(+) >> >> diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c >> index 84f98b7c04..fe18093ce1

Re: [FFmpeg-devel] [PATCH 2/2] cmdutils: add show_help_protocol for get protocol options

2019-11-22 Thread Gyan
On 22-11-2019 03:08 pm, Steven Liu wrote: 在 2019年11月22日,17:30,Gyan 写道: On 22-11-2019 02:26 pm, Steven Liu wrote: Signed-off-by: Steven Liu --- fftools/cmdutils.c | 17 + 1 file changed, 17 insertions(+) diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 84f98

Re: [FFmpeg-devel] [PATCH 2/2] cmdutils: add show_help_protocol for get protocol options

2019-11-22 Thread Steven Liu
> 在 2019年11月22日,17:47,Gyan 写道: > > -rtmp_flush_interval is missing since it's an output only option. Which > command shows that field? Ah get your point, thanks. New patch will come. Thanks Steven ___ ffmpeg-devel mailing list ffmpeg-devel@ff

Re: [FFmpeg-devel] [PATCH 1/3] lavformat: Prepare to make avio_enum_protocols const correct

2019-11-22 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Andreas Rheinhardt: >> Using avio_enum_protocols works as follows: One initializes a pointer to >> void and gives avio_enum_protocols the address of said pointer as >> argument; the pointer will be updated to point to a member of the >> url_protocols array. Now the address of

Re: [FFmpeg-devel] [PATCH 1/3] lavformat: Prepare to make avio_enum_protocols const correct

2019-11-22 Thread Steven Liu
> 在 2019年11月22日,18:02,Andreas Rheinhardt 写道: > > Andreas Rheinhardt: >> Andreas Rheinhardt: >>> Using avio_enum_protocols works as follows: One initializes a pointer to >>> void and gives avio_enum_protocols the address of said pointer as >>> argument; the pointer will be updated to point to a

Re: [FFmpeg-devel] [PATCH 2/2] avfilter/vf_hqdn3d: add support for commands

2019-11-22 Thread Limin Wang
On Thu, Nov 21, 2019 at 03:53:25PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi| 7 +++ > libavfilter/vf_hqdn3d.c | 40 +++- > 2 files changed, 38 insertions(+), 9 deletions(-) > > diff --git a/doc/filters.texi

Re: [FFmpeg-devel] [PATCH 1/2] avformat/url.h add av_find_protocol_by_name for find URLProtocol by name

2019-11-22 Thread Nicolas George
Steven Liu (12019-11-22): > Signed-off-by: Steven Liu > --- > doc/APIchanges | 3 +++ > libavformat/protocols.c | 16 > libavformat/url.h | 9 + > libavformat/version.h | 2 +- > 4 files changed, 29 insertions(+), 1 deletion(-) > > diff --git a/doc/AP

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/adpcm: Clip predictor for APC

2019-11-22 Thread Limin Wang
On Thu, Nov 21, 2019 at 11:26:12PM +0100, Michael Niedermayer wrote: > Fixes: signed integer overflow: -2147483648 - 13 cannot be represented in > type 'int' > Fixes: > 18893/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ADPCM_IMA_APC_fuzzer-5630760442920960 > > Found-by: continuous fuzzing

Re: [FFmpeg-devel] [PATCH 2/2] avfilter/vf_hqdn3d: add support for commands

2019-11-22 Thread Paul B Mahol
On 11/22/19, Limin Wang wrote: > On Thu, Nov 21, 2019 at 03:53:25PM +0100, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> doc/filters.texi| 7 +++ >> libavfilter/vf_hqdn3d.c | 40 +++- >> 2 files changed, 38 insertions(+), 9 deletion

[FFmpeg-devel] [PATCH v3] avfilter/vf_lut: simplify code

2019-11-22 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- have pass fate testing for fate-filter-pixfmts-lut libavfilter/vf_lut.c | 67 ++-- 1 file changed, 12 insertions(+), 55 deletions(-) diff --git a/libavfilter/vf_lut.c b/libavfilter/vf_lut.c index 1f

Re: [FFmpeg-devel] [PATCH v1] avcodec/v410dec: add the frame and slice threading support

2019-11-22 Thread Limin Wang
ping, also ping with v210dec thread support which its reviewed by Michael. https://patchwork.ffmpeg.org/patch/15836/ If no developer is interested in the module, I'm glad to maintain it, I think it's better than nobody. Please feedback. On Fri, Oct 25, 2019 at 11:36:44PM +0800, lance.lmw...@gma

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4

2019-11-22 Thread Aman Gupta
On Mon, Nov 11, 2019 at 9:44 PM Andriy Gelman wrote: > From: Andriy Gelman > > c0c79461967 unintentianally changed the initialization flow of the > decoder: It caused the capture buffers to be initialized on > v4l2_m2m.c:180 in v4l2_configure_contexts(). This breaks h264 decoding > on the Odroid

Re: [FFmpeg-devel] [PATCH v2] avformat/wavdec.c: copy id3 metadata to format metadata and stream side data

2019-11-22 Thread Jun Li
On Wed, Oct 23, 2019 at 6:25 PM Jun Li wrote: > > > On Sun, Oct 20, 2019 at 4:14 PM Jun Li wrote: > >> Enhancement #7803 >> Copy id3 metadata to format meta data and stream side data. >> >> Signed-off-by: Jun Li >> --- >> libavformat/Makefile | 4 ++-- >> libavformat/wavdec.c | 10 ++