Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing vp9 file

2019-11-06 Thread Dennis Mungai
On Tue, 5 Nov 2019 at 12:22, Fu, Linjie wrote: > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > Dennis Mungai > > Sent: Tuesday, November 5, 2019 13:04 > > To: FFmpeg development discussions and patches > de...@ffmpeg.org> > > Cc: Zhong Li > > Subject: Re:

Re: [FFmpeg-devel] [PATCH v1] avfilter/vf_vaguedenoiser: use fabsf() instead of FFABS()

2019-11-06 Thread Limin Wang
On Wed, Nov 06, 2019 at 11:11:08AM +0100, Carl Eugen Hoyos wrote: > Am Mi., 6. Nov. 2019 um 10:31 Uhr schrieb : > > > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavfilter/vf_vaguedenoiser.c | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff

Re: [FFmpeg-devel] [PATCH] avformat/movenc: Support for variable timescale in mov containers

2019-11-06 Thread Kevin Wheatley
On Tue, Nov 5, 2019 at 4:52 PM Michael Niedermayer wrote: > Assuming this doesnt violate any specifications and assuming that > it works with all players. > Then it would make sense to select this value automatically based > on the stream timestamps or timebases. > maybe there could be still a

[FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Fix mixed declarations and code

2019-11-06 Thread Andreas Rheinhardt
Introduced in ed3c317d. Signed-off-by: Andreas Rheinhardt --- fftools/ffmpeg_opt.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c index af9a9a6acb..f4ccf3f65e 100644 --- a/fftools/ffmpeg_opt.c +++ b/fftools/ffmpeg_opt.c @@

Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing vp9 file

2019-11-06 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel On Behalf Of > Dennis Mungai > Sent: Wednesday, November 6, 2019 20:36 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Cc: Zhong Li > Subject: Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing vp9 file > > On Tue, 5

Re: [FFmpeg-devel] [PATCH v1] avformat/utils: Fixes misdetection of zYLx.wav

2019-11-06 Thread Limin Wang
On Wed, Nov 06, 2019 at 11:18:10AM +0100, Carl Eugen Hoyos wrote: > Am Mi., 6. Nov. 2019 um 10:01 Uhr schrieb : > > > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavformat/utils.c | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > > > > diff --git

Re: [FFmpeg-devel] [PATCH] avfilter: remove useless cast

2019-11-06 Thread zhilizhao(赵志立)
> On Oct 29, 2019, at 10:28 PM, zhilizhao(赵志立) wrote: > > >> On Oct 29, 2019, at 9:15 PM, Paul B Mahol wrote: >> >> On 10/29/19, Michael Niedermayer wrote: >>> On Mon, Oct 28, 2019 at 11:18:04AM +0800, myp...@gmail.com wrote: On Mon, Oct 28, 2019 at 12:03 AM Zhao Zhili wrote:

Re: [FFmpeg-devel] [PATCH v1] avformat/utils: Fixes misdetection of zYLx.wav

2019-11-06 Thread Limin Wang
On Wed, Nov 06, 2019 at 11:30:41AM +0100, Hendrik Leppkes wrote: > On Wed, Nov 6, 2019 at 10:01 AM wrote: > > > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavformat/utils.c | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > > > > diff --git

[FFmpeg-devel] VDD FFmpeg meeting

2019-11-06 Thread Jean-Baptiste Kempf
Hello fellow multimedia developers, This week-end, the VDD conference is happening in Tokyo. Subjects are everything related to low-level multimedia. Since an important number of developers from the FFmpeg community will be present, we will try and discuss a few topics, on the Sunday. But to be

Re: [FFmpeg-devel] [PATCH v1] avfilter/vf_vaguedenoiser: use fabsf() instead of FFABS()

2019-11-06 Thread Carl Eugen Hoyos
Am Mi., 6. Nov. 2019 um 10:31 Uhr schrieb : > > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavfilter/vf_vaguedenoiser.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/libavfilter/vf_vaguedenoiser.c b/libavfilter/vf_vaguedenoiser.c > index

Re: [FFmpeg-devel] [PATCH v1] avformat/utils: Fixes misdetection of zYLx.wav

2019-11-06 Thread Carl Eugen Hoyos
Am Mi., 6. Nov. 2019 um 10:01 Uhr schrieb : > > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavformat/utils.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/libavformat/utils.c b/libavformat/utils.c > index 8196442dd1..8381498e2b 100644 > ---

Re: [FFmpeg-devel] [PATCH V3] avfilter/vf_dnn_processing: add a generic filter for image proccessing with dnn networks

2019-11-06 Thread Guo, Yejun
> -Original Message- > From: Guo, Yejun > Sent: Thursday, October 31, 2019 4:33 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Guo, Yejun > Subject: [PATCH V3] avfilter/vf_dnn_processing: add a generic filter for image > proccessing with dnn networks > > This filter accepts all the dnn

Re: [FFmpeg-devel] [PATCH v1] avformat/utils: Fixes misdetection of zYLx.wav

2019-11-06 Thread Hendrik Leppkes
On Wed, Nov 6, 2019 at 10:01 AM wrote: > > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavformat/utils.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/libavformat/utils.c b/libavformat/utils.c > index 8196442dd1..8381498e2b 100644 > ---

[FFmpeg-devel] [PATCH v1] avfilter/vf_vaguedenoiser: use fabsf() instead of FFABS()

2019-11-06 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavfilter/vf_vaguedenoiser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/vf_vaguedenoiser.c b/libavfilter/vf_vaguedenoiser.c index a68f7626e6..75a58c363b 100644 --- a/libavfilter/vf_vaguedenoiser.c +++

Re: [FFmpeg-devel] [PATCH] Add a new channel layout API

2019-11-06 Thread Nicolas George
Paul B Mahol (12019-10-28): > +char *av_channel_layout_describe(const AVChannelLayout *channel_layout) > +{ > +int i; > + > +switch (channel_layout->order) { > +case AV_CHANNEL_ORDER_NATIVE: > +for (i = 0; channel_layout_map[i].name; i++) > +if

Re: [FFmpeg-devel] [PATCH] avformat/utils: fix logic failure

2019-11-06 Thread Carl Eugen Hoyos
Am Di., 29. Okt. 2019 um 13:15 Uhr schrieb Paul B Mahol : > > On 10/29/19, Michael Niedermayer wrote: > > On Tue, Oct 29, 2019 at 10:45:20AM +0100, Paul B Mahol wrote: > >> Fixes decoding of wav file which is wrongly recognized as mp1 audio. > >> > >> Signed-off-by: Paul B Mahol > >> --- > >>

Re: [FFmpeg-devel] [PATCH v3] avdevice/v4l2: Remove av_assert0 when format not supported

2019-11-06 Thread Nicolas George
Andriy Gelman (12019-11-04): > From: Andriy Gelman > > Before this commit an av_assert0 would fail if a v4l2 device did not > support a target format. > For example, > ./ffmpeg -f v4l2 -codec:v h264 -i /dev/video0 -f mpegts - > would signal an abort if /dev/video0 did not support h264. > > The

[FFmpeg-devel] [PATCH v1] avformat/utils: Fixes misdetection of zYLx.wav

2019-11-06 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavformat/utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index 8196442dd1..8381498e2b 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -367,8 +367,7 @@ static

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/libvpxdec: reject video and alpha dimension mismatches

2019-11-06 Thread Carl Eugen Hoyos
Am Mi., 6. Nov. 2019 um 08:28 Uhr schrieb Marton Balint : > > ffmpeg | branch: master | Marton Balint | Sun Oct 27 > 18:10:36 2019 +0100| [c54268ce02f71c144d444a5e6d35417d5f043ed5] | committer: > James Zern > > avcodec/libvpxdec: reject video and alpha dimension mismatches > > Signed-off-by:

Re: [FFmpeg-devel] [PATCH] avcodec/dvdec: correctly decode bottom mb row in 1080i field mode

2019-11-06 Thread Baptiste Coudurier
> On Nov 2, 2019, at 11:07 PM, Carl Eugen Hoyos wrote: > > Am Sa., 2. Nov. 2019 um 20:02 Uhr schrieb Baptiste Coudurier > : >> >> On Wed, Sep 11, 2019 at 12:29 PM Baptiste Coudurier < >> baptiste.coudur...@gmail.com> wrote: >> >>> --- >>> libavcodec/dv.h| 2 ++ >>> libavcodec/dvdec.c | 90

[FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding and muxing dvcprohd

2019-11-06 Thread Baptiste Coudurier
--- libavcodec/dv.h | 1 + libavcodec/dvenc.c | 555 libavformat/dvenc.c | 48 ++- tests/fate/vcodec.mak | 14 +- tests/ref/vsynth/vsynth1-dv-fhd | 4 + tests/ref/vsynth/vsynth1-dv-hd | 4 +

Re: [FFmpeg-devel] [PATCH] avcodec/dvdec: correctly set interlaced and tff

2019-11-06 Thread Baptiste Coudurier
> On Nov 2, 2019, at 12:00 PM, Baptiste Coudurier > wrote: > > On Wed, Sep 11, 2019 at 1:29 PM Baptiste Coudurier > mailto:baptiste.coudur...@gmail.com>> wrote: > Hey Carl, > >> On Sep 11, 2019, at 12:38 PM, Carl Eugen Hoyos > > wrote: >> >> Am Mi., 11. Sept. 2019

Re: [FFmpeg-devel] [PATCH V3] avfilter/vf_dnn_processing: add a generic filter for image proccessing with dnn networks

2019-11-06 Thread Pedro Arthur
Hi, Em qui., 31 de out. de 2019 às 05:39, Guo, Yejun escreveu: > This filter accepts all the dnn networks which do image processing. > Currently, frame with formats rgb24 and bgr24 are supported. Other > formats such as gray and YUV will be supported next. The dnn network > can accept data in

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Fix mixed declarations and code

2019-11-06 Thread Michael Niedermayer
On Wed, Nov 06, 2019 at 01:18:16PM +0100, Andreas Rheinhardt wrote: > Introduced in ed3c317d. > > Signed-off-by: Andreas Rheinhardt > --- > fftools/ffmpeg_opt.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) will apply thx [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH] avcodec/arm/mlpdsp: add missing dependency for truehd

2019-11-06 Thread Aman Gupta
From: Aman Gupta Signed-off-by: Aman Gupta --- libavcodec/arm/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index e656011c3c..c99e8e1bd1 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -43,6 +43,7 @@

Re: [FFmpeg-devel] [PATCH 4/8] avformat/mxfdec: cleanup on "essence prior to first PartitionPack"

2019-11-06 Thread Tomas Härdin
tor 2019-10-31 klockan 18:58 +0100 skrev Michael Niedermayer: > Fixes: memleak > Fixes: 18473/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer- > 5738557074833408 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by:

Re: [FFmpeg-devel] Add support to a PCM audio codec (Win)

2019-11-06 Thread Tomas Härdin
tis 2019-11-05 klockan 20:45 +0100 skrev cumdacon: > Hi to all dev! > > FFmpeg on Windows32; > request of full audio codec support > pcm_s16be > into a container MP4. > > LOG: > [mp4 @ 00a5f840] Could not find tag for codec pcm_s16be in stream #1, > codec not currently supported in container

Re: [FFmpeg-devel] Reimbursement request

2019-11-06 Thread Tomas Härdin
tis 2019-10-29 klockan 16:34 +0800 skrev Steven Liu: > Hi, > I'm requesting the reimbursement of travel expenses for the Google > Mentor Summit. > I mentored the Derain project, more details can be found in [1]. > > > Flight (CNY) ¥ 7062.00 > One night hotel (CNY) ¥ 632.00 > > Total

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Fix mixed declarations and code

2019-11-06 Thread Michael Niedermayer
On Wed, Nov 06, 2019 at 08:08:27PM +0100, Carl Eugen Hoyos wrote: > Am Mi., 6. Nov. 2019 um 13:18 Uhr schrieb Andreas Rheinhardt > : > > > > Introduced in ed3c317d. > > > > Signed-off-by: Andreas Rheinhardt > > --- > > fftools/ffmpeg_opt.c | 6 -- > > 1 file changed, 4 insertions(+), 2

Re: [FFmpeg-devel] [PATCH v1] avformat/utils: Fixes misdetection of zYLx.wav

2019-11-06 Thread Carl Eugen Hoyos
Am Mi., 6. Nov. 2019 um 12:21 Uhr schrieb Limin Wang : > > On Wed, Nov 06, 2019 at 11:18:10AM +0100, Carl Eugen Hoyos wrote: > > Am Mi., 6. Nov. 2019 um 10:01 Uhr schrieb : > > > > > > From: Limin Wang > > > > > > Signed-off-by: Limin Wang > > > --- > > > libavformat/utils.c | 3 +-- > > > 1

Re: [FFmpeg-devel] [PATCH v1] avformat/utils: Fixes misdetection of zYLx.wav

2019-11-06 Thread Carl Eugen Hoyos
Am Mi., 6. Nov. 2019 um 12:01 Uhr schrieb Limin Wang : > > On Wed, Nov 06, 2019 at 11:30:41AM +0100, Hendrik Leppkes wrote: > > On Wed, Nov 6, 2019 at 10:01 AM wrote: > > > > > > From: Limin Wang > > > > > > Signed-off-by: Limin Wang > > > --- > > > libavformat/utils.c | 3 +-- > > > 1 file

[FFmpeg-devel] [PATCH 1/2] configure: select missing rdft for several filters

2019-11-06 Thread Lou Logan
afir, sinc, superequalizer, surround Signed-off-by: Lou Logan --- For afir fft is replaced with rdft as: rdft_select="fft" Fixes: afir /usr/bin/ld: libavfilter/libavfilter.a(af_afir.o): in function `fir_quantum': af_afir.c:(.text+0x573): undefined reference to `av_rdft_calc' /usr/bin/ld:

[FFmpeg-devel] [PATCH 2/2] avfilter/Makefile: add missing framesync dependency to bm3d & mix filters

2019-11-06 Thread Lou Logan
Signed-off-by: Lou Logan --- bm3d /usr/bin/ld: libavfilter/libavfilter.a(vf_bm3d.o): in function `activate': vf_bm3d.c:(.text+0x3100): undefined reference to `ff_framesync_activate' /usr/bin/ld: libavfilter/libavfilter.a(vf_bm3d.o): in function `process_frame': vf_bm3d.c:(.text+0x3182): undefined

Re: [FFmpeg-devel] [PATCH 5/8] avformat/mxfdec: Clear metadata_sets_count in mxf_read_close()

2019-11-06 Thread Tomas Härdin
tor 2019-10-31 klockan 18:58 +0100 skrev Michael Niedermayer: > This avoids problems if the function is called twice > > Signed-off-by: Michael Niedermayer > --- > libavformat/mxfdec.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c > index

Re: [FFmpeg-devel] [PATCH 19/23] avformat/matroskaenc: Improve mimetype search

2019-11-06 Thread James Almer
On 11/5/2019 11:49 PM, Andreas Rheinhardt wrote: > Use the mime_types of the corresponding AVCodecDescriptor instead of own > arrays. The former are more encompassing. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/codec_desc.c | 1 + > libavformat/matroskaenc.c | 14 +++---

Re: [FFmpeg-devel] [PATCH] avformat/movenc: Support for variable timescale in mov containers

2019-11-06 Thread Michael Niedermayer
On Wed, Nov 06, 2019 at 11:41:15AM +, Kevin Wheatley wrote: > On Tue, Nov 5, 2019 at 4:52 PM Michael Niedermayer > wrote: > > Assuming this doesnt violate any specifications and assuming that > > it works with all players. > > Then it would make sense to select this value automatically based

Re: [FFmpeg-devel] [PATCH 19/23] avformat/matroskaenc: Improve mimetype search

2019-11-06 Thread Andreas Rheinhardt
James Almer: > On 11/5/2019 11:49 PM, Andreas Rheinhardt wrote: >> Use the mime_types of the corresponding AVCodecDescriptor instead of own >> arrays. The former are more encompassing. >> >> Signed-off-by: Andreas Rheinhardt >> --- >> libavcodec/codec_desc.c | 1 + >>

Re: [FFmpeg-devel] [PATCH] avfilter: remove useless cast

2019-11-06 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel On Behalf Of > "zhilizhao(???)" > Sent: Wednesday, November 6, 2019 21:09 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH] avfilter: remove useless cast > > > > > On Oct 29, 2019, at

Re: [FFmpeg-devel] [PATCH 5/5] avcodec/g729dec: Use 64bit and clip in scalar product

2019-11-06 Thread Michael Niedermayer
On Wed, Nov 06, 2019 at 12:44:32AM +0100, Carl Eugen Hoyos wrote: > Am Mi., 6. Nov. 2019 um 00:31 Uhr schrieb Michael Niedermayer > : > > > > The G729 reference clips after each individual operation and keeps > > track if overflow occurred (in the fixed point implementation) > > I believe this is

Re: [FFmpeg-devel] [PATCH] avfilter: remove useless cast

2019-11-06 Thread Zhao Zhili
> On Nov 6, 2019, at 10:15 PM, Fu, Linjie wrote: > >> -Original Message- >> From: ffmpeg-devel On Behalf Of >> "zhilizhao(???)" >> Sent: Wednesday, November 6, 2019 21:09 >> To: FFmpeg development discussions and patches > de...@ffmpeg.org> >> Subject: Re: [FFmpeg-devel] [PATCH]

Re: [FFmpeg-devel] [PATCH v2] avformat/utils: Fixes misdetection of zYLx.wav

2019-11-06 Thread Carl Eugen Hoyos
> Am 07.11.2019 um 02:23 schrieb lance.lmw...@gmail.com: > > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavformat/wavdec.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libavformat/wavdec.c b/libavformat/wavdec.c > index 52194f54ef..109c931a22

[FFmpeg-devel] [PATCH] avcodec/libvpxdec.c,cosmetics: bpp -> bpc

2019-11-06 Thread James Zern
Signed-off-by: James Zern --- libavcodec/libvpxdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libvpxdec.c b/libavcodec/libvpxdec.c index 1ae2361167..1063c546b0 100644 --- a/libavcodec/libvpxdec.c +++ b/libavcodec/libvpxdec.c @@ -288,7 +288,7 @@ static int

Re: [FFmpeg-devel] [PATCH 1/2] configure: select missing rdft for several filters

2019-11-06 Thread Lou Logan
On Wed, Nov 6, 2019, at 3:37 PM, Carl Eugen Hoyos wrote: > > You could add the additional information to the commit messages... Fixed locally. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To

Re: [FFmpeg-devel] [PATCH v1] avformat/utils: Fixes misdetection of zYLx.wav

2019-11-06 Thread Limin Wang
On Wed, Nov 06, 2019 at 08:21:56PM +0100, Carl Eugen Hoyos wrote: > Am Mi., 6. Nov. 2019 um 12:21 Uhr schrieb Limin Wang : > > > > On Wed, Nov 06, 2019 at 11:18:10AM +0100, Carl Eugen Hoyos wrote: > > > Am Mi., 6. Nov. 2019 um 10:01 Uhr schrieb : > > > > > > > > From: Limin Wang > > > > > > > >

Re: [FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding dvcprohd

2019-11-06 Thread Baptiste Coudurier
Hey Michael, > On Nov 4, 2019, at 12:43 PM, Michael Niedermayer > wrote: > > On Sat, Nov 02, 2019 at 12:06:19PM -0700, Baptiste Coudurier wrote: >> --- >> libavcodec/dv.h | 1 + >> libavcodec/dvenc.c| 555 +- > >> tests/fate/vcodec.mak | 14

Re: [FFmpeg-devel] [PATCH 1/4] configure: select mdct for dca encoder

2019-11-06 Thread Lou Logan
On Tue, Nov 5, 2019, at 1:58 PM, Carl Eugen Hoyos wrote: > > Set lgtm. Set pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Fix mixed declarations and code

2019-11-06 Thread Carl Eugen Hoyos
Am Mi., 6. Nov. 2019 um 13:18 Uhr schrieb Andreas Rheinhardt : > > Introduced in ed3c317d. > > Signed-off-by: Andreas Rheinhardt > --- > fftools/ffmpeg_opt.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c > index

Re: [FFmpeg-devel] [PATCH v1] avfilter/vf_vaguedenoiser: use fabsf() instead of FFABS()

2019-11-06 Thread Carl Eugen Hoyos
Am Mi., 6. Nov. 2019 um 12:04 Uhr schrieb Limin Wang : > > On Wed, Nov 06, 2019 at 11:11:08AM +0100, Carl Eugen Hoyos wrote: > > Am Mi., 6. Nov. 2019 um 10:31 Uhr schrieb : > > > > > > From: Limin Wang > > > > > > Signed-off-by: Limin Wang > > > --- > > > libavfilter/vf_vaguedenoiser.c | 6

Re: [FFmpeg-devel] [PATCH v1] avfilter/vf_vaguedenoiser: use fabsf() instead of FFABS()

2019-11-06 Thread Paul B Mahol
Pointless change. On 11/6/19, Limin Wang wrote: > On Wed, Nov 06, 2019 at 11:11:08AM +0100, Carl Eugen Hoyos wrote: >> Am Mi., 6. Nov. 2019 um 10:31 Uhr schrieb : >> > >> > From: Limin Wang >> > >> > Signed-off-by: Limin Wang >> > --- >> > libavfilter/vf_vaguedenoiser.c | 6 +++--- >> > 1

Re: [FFmpeg-devel] [PATCH v3] avdevice/v4l2: Remove av_assert0 when format not supported

2019-11-06 Thread Michael Niedermayer
On Wed, Nov 06, 2019 at 11:44:50AM +0100, Nicolas George wrote: > Andriy Gelman (12019-11-04): > > From: Andriy Gelman > > > > Before this commit an av_assert0 would fail if a v4l2 device did not > > support a target format. > > For example, > > ./ffmpeg -f v4l2 -codec:v h264 -i /dev/video0 -f

Re: [FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding dvcprohd

2019-11-06 Thread Michael Niedermayer
On Wed, Nov 06, 2019 at 08:54:50AM -0800, Baptiste Coudurier wrote: > Hey Michael, > > > On Nov 4, 2019, at 12:43 PM, Michael Niedermayer > > wrote: > > > > On Sat, Nov 02, 2019 at 12:06:19PM -0700, Baptiste Coudurier wrote: > >> --- > >> libavcodec/dv.h | 1 + > >> libavcodec/dvenc.c

Re: [FFmpeg-devel] [PATCH] lavf/movenc: Replace dts by pts to calculate duration

2019-11-06 Thread Michael Niedermayer
On Wed, Nov 06, 2019 at 10:36:11AM +0800, manuelyuan wrote: > From: Mengyang Yuan > > In this case, the input video is of dynamic frame rate and we don't want to > duplicate or drop frames, but the output video duration calculated by DTS is > incorrect, I solved it by using PTS. > There are many

Re: [FFmpeg-devel] [PATCH] avcodec/extract_extradata_bsf: fix typo in comments

2019-11-06 Thread Michael Niedermayer
On Wed, Nov 06, 2019 at 01:03:43PM +0530, Gyan wrote: > > > On 06-11-2019 12:30 pm, leozhang wrote: > >Signed-off-by: leozhang > >--- > > libavcodec/extract_extradata_bsf.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > >diff --git a/libavcodec/extract_extradata_bsf.c >

[FFmpeg-devel] [PATCH v2] avformat/utils: Fixes misdetection of zYLx.wav

2019-11-06 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavformat/wavdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/wavdec.c b/libavformat/wavdec.c index 52194f54ef..109c931a22 100644 --- a/libavformat/wavdec.c +++ b/libavformat/wavdec.c @@ -149,7 +149,8 @@

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/libvpxdec: reject video and alpha dimension mismatches

2019-11-06 Thread James Zern
On Wed, Nov 6, 2019 at 2:21 AM Carl Eugen Hoyos wrote: > > Am Mi., 6. Nov. 2019 um 08:28 Uhr schrieb Marton Balint : > > [...] > > +if (ctx->has_alpha_channel && > > +(img->d_w != img_alpha->d_w || > > + img->d_h != img_alpha->d_h || > > +

Re: [FFmpeg-devel] [PATCH 1/2] configure: select missing rdft for several filters

2019-11-06 Thread Carl Eugen Hoyos
Am Mi., 6. Nov. 2019 um 20:52 Uhr schrieb Lou Logan : > > afir, sinc, superequalizer, surround > > Signed-off-by: Lou Logan You could add the additional information to the commit messages... Carl Eugen ___ ffmpeg-devel mailing list