Re: [FFmpeg-devel] [PATCH] avfilter/vf_bilateral: remove useless memcpy

2019-10-30 Thread Paul B Mahol
Why you think it is useless? Have you checked checksums matches before and after? On 10/30/19, leozhang wrote: > Signed-off-by: leozhang > --- > libavfilter/vf_bilateral.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavfilter/vf_bilateral.c b/libavfilter/vf_b

Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: Fix bitrate_limit to allow AVC encode in limited bitrate

2019-10-30 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel On Behalf Of Fu, > Linjie > Sent: Friday, October 18, 2019 16:50 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: Fix bitrate_limit to allow > AVC encode in limited bitrate > >

Re: [FFmpeg-devel] [PATCH v1 1/3] tests/fate/filter-video: add fate pixfmts test for lut3d

2019-10-30 Thread Paul B Mahol
On 10/30/19, Limin Wang wrote: > On Wed, Oct 30, 2019 at 09:22:52AM +0800, lance.lmw...@gmail.com wrote: >> From: Limin Wang >> >> Signed-off-by: Limin Wang >> --- >> tests/fate/filter-video.mak | 3 +++ >> tests/ref/fate/filter-pixfmts-lut3d | 24 >> 2 files c

Re: [FFmpeg-devel] [PATCH] configure: fix standalone compilation of mxf muxer

2019-10-30 Thread Paul B Mahol
lgtm On 10/30/19, Lou Logan wrote: > Signed-off-by: Lou Logan > --- > > Fixes: > > ./configure --disable-everything --enable-muxer=mxf > ... > LD ffmpeg_g > /usr/bin/ld: libavformat/libavformat.a(mxfenc.o): in function > `get_ue_golomb_31': > ffmpeg/./libavcodec/golomb.h:140: undefined refe

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/vf_fps: add option to change way how frames are duplicated

2019-10-30 Thread Moritz Barsnick
On Tue, Oct 29, 2019 at 18:00:57 +0100, Paul B Mahol wrote: > { "input", "use input framerate if available", OFFSET(input), > AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, V|F }, > +{ "frames", "set rounding method for frames", OFFSET(frames_rounding), > AV_OPT_TYPE_INT, { .i64 = AV_ROUND_DOWN }

Re: [FFmpeg-devel] [PATCH] vp4: prevent unaligned memory access in loop filter

2019-10-30 Thread Michael Niedermayer
On Fri, Jun 21, 2019 at 07:52:31AM +1000, Peter Ross wrote: > VP4 applies a loop filter during motion compensation, causing the block offset > will often by unaligned. This produces a bus error on some platforms, namely > ARMv7 NEON. > > This patch adds a unaligned version of the loop filter funct

Re: [FFmpeg-devel] [PATCH] avfilter/vf_bilateral: remove useless memcpy

2019-10-30 Thread Tao Zhang
Paul B Mahol 于2019年10月30日周三 下午4:35写道: > > Why you think it is useless? > > Have you checked checksums matches before and after? I compared md5sum were the same. Please point it out if I understand wrong. > > On 10/30/19, leozhang wrote: > > Signed-off-by: leozhang > > --- > > libavfilter/vf_bil

[FFmpeg-devel] [PATCH] avfilter/vf_median: add radiusV option

2019-10-30 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 7 ++- libavfilter/median.h | 1 + libavfilter/median_template.c | 15 --- libavfilter/vf_median.c | 10 ++ 4 files changed, 21 insertions(+), 12 deletions(-) diff --git a/doc/filters.texi b/

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/vf_fps: add option to change way how frames are duplicated

2019-10-30 Thread Paul B Mahol
On 10/30/19, Moritz Barsnick wrote: > On Tue, Oct 29, 2019 at 18:00:57 +0100, Paul B Mahol wrote: >> { "input", "use input framerate if available", OFFSET(input), >> AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, V|F }, >> +{ "frames", "set rounding method for frames", >> OFFSET(frames_rounding),

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/vf_fps: add option to change way how frames are duplicated

2019-10-30 Thread Moritz Barsnick
On Wed, Oct 30, 2019 at 10:18:50 +0100, Paul B Mahol wrote: > > You forgot to add the corresponding option flags here. > > No I have not. Today is good day for you because you will learn that > that options values will be used from previous occurrence. Otherwise > both options would get duplicated

[FFmpeg-devel] [PATCH] doc: fix typo in muxers documentation

2019-10-30 Thread Alfred E. Heggestad
Signed-off-by: Alfred E. Heggestad --- doc/muxers.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 4c88b5daec..09ded7d48a 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -2084,7 +2084,7 @@ but supports several other algorithms

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

2019-10-30 Thread Paul B Mahol
On 10/30/19, Yuki.Tsuchiya wrote: > 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 cont

Re: [FFmpeg-devel] [PATCH] doc: fix typo in muxers documentation

2019-10-30 Thread Paul B Mahol
Can not be applied, patch is corrupted. On 10/30/19, Alfred E. Heggestad wrote: > Signed-off-by: Alfred E. Heggestad > --- > doc/muxers.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/muxers.texi b/doc/muxers.texi > index 4c88b5daec..09ded7d48a 100644 > --- a

Re: [FFmpeg-devel] [PATCH] doc: fix typo in muxers documentation

2019-10-30 Thread Steven Liu
> 在 2019年10月30日,17:51,Alfred E. Heggestad 写道: > > Signed-off-by: Alfred E. Heggestad > --- > doc/muxers.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/muxers.texi b/doc/muxers.texi > index 4c88b5daec..09ded7d48a 100644 > --- a/doc/muxers.texi > +++ b/doc/muxe

Re: [FFmpeg-devel] [PATCH] doc: fix typo in muxers documentation

2019-10-30 Thread Steven Liu
> 在 2019年10月30日,17:55,Paul B Mahol 写道: > > Can not be applied, patch is corrupted. Yes liuqideMBP:ffmpeg_up liuqi$ git am ~/Downloads/FFmpeg-devel-doc-fix-typo-in-muxers-documentation.patch Applying: doc: fix typo in muxers documentation .git/rebase-apply/patch:16: trailing whitespace. singl

Re: [FFmpeg-devel] [PATCH] doc: fix typo in muxers documentation

2019-10-30 Thread Alfred E. Heggestad
On 30/10/2019 10:55, Paul B Mahol wrote: Can not be applied, patch is corrupted. sorry about that, patch is attached. /alfred From 417b3a38d25fbc3aca1f8e7d0d65de7efea55777 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Wed, 30 Oct 2019 10:48:44 +0100 Subject: [PATCH] doc: fix t

Re: [FFmpeg-devel] [PATCH] doc: fix typo in muxers documentation

2019-10-30 Thread Paul B Mahol
Applied On 10/30/19, Alfred E. Heggestad wrote: > On 30/10/2019 10:55, Paul B Mahol wrote: >> Can not be applied, patch is corrupted. >> > > sorry about that, patch is attached. > > > > /alfred > ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org htt

Re: [FFmpeg-devel] [PATCH] avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format

2019-10-30 Thread Steven Liu
> 在 2019年10月30日,09:05,Dennis Mungai 写道: > > On Tue, 29 Oct 2019 at 06:07, Steven Liu wrote: >> >> >> >>> 在 2019年10月29日,01:09,Dennis Mungai 写道: >>> >>> On Mon, 28 Oct 2019 at 05:45, Steven Liu wrote: > 在 2019年10月28日,02:39,Philip Langdale 写道: > > There have

Re: [FFmpeg-devel] [PATCH] avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compare

2019-10-30 Thread zhilizhao(赵志立)
> On Oct 16, 2019, at 1:17 AM, Zhao Zhili wrote: > > --- > How about add AV_FRAME_DATA_NONE to AVFrameSideDataType? Ping for the patch. > > libavfilter/f_sidedata.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/f_sidedata.c b/libavfilter/f_sidedata.c >

Re: [FFmpeg-devel] [PATCH] avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compare

2019-10-30 Thread Paul B Mahol
LGTM On 10/15/19, Zhao Zhili wrote: > --- > How about add AV_FRAME_DATA_NONE to AVFrameSideDataType? > > libavfilter/f_sidedata.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/f_sidedata.c b/libavfilter/f_sidedata.c > index 381da5a052..4210dcac4c 100644 > -

[FFmpeg-devel] [PATCH] sdl2: map AV_PIX_FMT_NONE to SDL_PIXELFORMAT_UNKNOWN

2019-10-30 Thread Alfred E. Heggestad
--- From 6331f77ca00acdaaee0db6b0d2d04fff9f1c70c9 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Wed, 30 Oct 2019 12:30:49 +0100 Subject: [PATCH] sdl2: map AV_PIX_FMT_NONE to SDL_PIXELFORMAT_UNKNOWN This does not change the programs behaviour. The purpose of this patch is to make the

Re: [FFmpeg-devel] [PATCH] libavcodec/h261dec: Fix keyframe markup and frame skipping.

2019-10-30 Thread Michael Niedermayer
On Tue, Oct 29, 2019 at 04:39:16PM +0300, Andrey Semashev wrote: > On 2019-10-26 14:05, Andrey Semashev wrote: > >The decoder never marks pictures as I-frames, which results in no > >keyframe indication and incorrect frame skipping, in cases when > >keyframes should be decoded. > > > >This commit w

Re: [FFmpeg-devel] [PATCH] examples: set GOP size to 10 seconds

2019-10-30 Thread Michael Niedermayer
On Tue, Oct 29, 2019 at 10:25:03AM +0100, Alfred E. Heggestad wrote: > using a gop_size of 10 in the example code is very misleading. > in practice this means around 2 keyframes per second. > > a normal video encoder should not send keyframes so frequent, > a better interval is 10 seconds. > > Si

Re: [FFmpeg-devel] [PATCH V2] libavformat/flacenc: reject too big picture blocks

2019-10-30 Thread Michael Niedermayer
On Tue, Oct 29, 2019 at 02:42:47PM +0100, Mattias Wadman wrote: > A too big picture will case the muxer to write a truncated block size (uint24) > causing the output file to be corrupt. > > How to reproduce: > > Write a file with truncated block size: > ffmpeg -y -f lavfi -i sine -f lavfi -i colo

Re: [FFmpeg-devel] [PATCH] libavcodec/h261dec: Fix keyframe markup and frame skipping.

2019-10-30 Thread Andrey Semashev
On 2019-10-30 14:40, Michael Niedermayer wrote: On Tue, Oct 29, 2019 at 04:39:16PM +0300, Andrey Semashev wrote: On 2019-10-26 14:05, Andrey Semashev wrote: The decoder never marks pictures as I-frames, which results in no keyframe indication and incorrect frame skipping, in cases when keyframe

[FFmpeg-devel] [PATCH 0/1] libavformat/flacenc: reject too big picture blocks

2019-10-30 Thread Mattias Wadman
Mattias Wadman (1): libavformat/flacenc: reject too big picture blocks libavformat/flacenc.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) -- 2.18.0 ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman

[FFmpeg-devel] [PATCH 1/1] libavformat/flacenc: reject too big picture blocks

2019-10-30 Thread Mattias Wadman
A too big picture will case the muxer to write a truncated block size (uint24) causing the output file to be corrupt. How to reproduce: Write a file with truncated block size: ffmpeg -y -f lavfi -i sine -f lavfi -i color=red:size=2400x2400 -map 0:a:0 -map 1:v:0 -c:v:0 bmp -disposition:1 attached

Re: [FFmpeg-devel] [PATCH V2] libavformat/flacenc: reject too big picture blocks

2019-10-30 Thread Mattias Wadman
Sorry i failed to get gmail to play nice with patches :( sent a new message using git send-email, hope that works. On Wed, Oct 30, 2019 at 12:51 PM Michael Niedermayer wrote: > > On Tue, Oct 29, 2019 at 02:42:47PM +0100, Mattias Wadman wrote: > > A too big picture will case the muxer to write a t

[FFmpeg-devel] [PATCH v2 1/5] swscale/swscale_unscaled: fix gbrap10be md5 different on big endian system

2019-10-30 Thread lance . lmwang
From: Limin Wang You can reproduce it by below command: ./ffmpeg -f lavfi -i "testsrc=duration=1:rate=30" -vf format=gbrap10 -vcodec rawvideo \ -pix_fmt gbrap10le -flags +bitexact -sws_flags +accurate_rnd+bitexact -fflags +bitexact \ -frames:v 1 -f nut md5: little-endian: f91e2edd8098

[FFmpeg-devel] [PATCH v2 4/5] avfilter/vf_lut3d: simplify code

2019-10-30 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavfilter/vf_lut3d.c | 54 +- 1 file changed, 6 insertions(+), 48 deletions(-) diff --git a/libavfilter/vf_lut3d.c b/libavfilter/vf_lut3d.c index cd0aba1f69..9e820a17c9 100644 --- a/libavfilter/vf_lut3d.c

[FFmpeg-devel] [PATCH v2 2/5] tests/fate-run: add pixel format endian mode parameter for pixfmts function

2019-10-30 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- tests/fate-run.sh | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index aec12c16a3..6ea0ab4f3c 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -385,6 +385,8 @@ pixfmts(

[FFmpeg-devel] [PATCH v2 3/5] tests/fate/filter-video: add fate pixfmts test for lut1d and lut3d

2019-10-30 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- tests/fate/filter-video.mak | 6 ++ tests/ref/fate/filter-pixfmts-lut1d | 24 tests/ref/fate/filter-pixfmts-lut3d | 24 3 files changed, 54 insertions(+) create mode 100644 tests/ref/f

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

2019-10-30 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavfilter/vf_lut.c | 60 1 file changed, 11 insertions(+), 49 deletions(-) diff --git a/libavfilter/vf_lut.c b/libavfilter/vf_lut.c index 1fdc5e1812..3aed4ccc2c 100644 --- a/libavfilter/vf_lut.c +++ b

Re: [FFmpeg-devel] [PATCH v6 1/3] hevc_mp4toannexb: Insert correct parameter sets before IRAP

2019-10-30 Thread Andriy Gelman
On Thu, 24. Oct 20:50, Andriy Gelman wrote: > On Tue, 15. Oct 22:50, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Fixes #7799 > > > > Currently, the mp4toannexb filter always inserts the same extradata at > > the start of the first IRAP unit. As in ticket #7799, this can lead to > > deco

Re: [FFmpeg-devel] [PATCH v1 1/3] tests/fate/filter-video: add fate pixfmts test for lut3d

2019-10-30 Thread Limin Wang
On Wed, Oct 30, 2019 at 09:37:06AM +0100, Paul B Mahol wrote: > On 10/30/19, Limin Wang wrote: > > On Wed, Oct 30, 2019 at 09:22:52AM +0800, lance.lmw...@gmail.com wrote: > >> From: Limin Wang > >> > >> Signed-off-by: Limin Wang > >> --- > >> tests/fate/filter-video.mak | 3 +++ > >> t

Re: [FFmpeg-devel] [PATCH v2 4/5] avfilter/vf_lut3d: simplify code

2019-10-30 Thread Paul B Mahol
lgtm On 10/30/19, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavfilter/vf_lut3d.c | 54 +- > 1 file changed, 6 insertions(+), 48 deletions(-) > > diff --git a/libavfilter/vf_lut3d.c b/libavfilter/vf_lut3d.c >

Re: [FFmpeg-devel] [PATCH V2 1/4] dnn: add tf.nn.conv2d support for native model

2019-10-30 Thread Pedro Arthur
Em seg, 21 de out de 2019 às 09:44, Guo, Yejun escreveu: > Unlike other tf.*.conv2d layers, tf.nn.conv2d does not create many > nodes (within a scope) in the graph, it just acts like other layers. > tf.nn.conv2d only creates one node in the graph, and no internal > nodes such as 'kernel' are crea

Re: [FFmpeg-devel] [PATCH V2 2/4] avfilter/dnn: get the data type of network output from dnn execution result

2019-10-30 Thread Pedro Arthur
Em seg, 21 de out de 2019 às 09:44, Guo, Yejun escreveu: > so, we can make a filter more general to accept different network > models, by adding a data type convertion after getting data from network. > > After we add dt field into struct DNNData, it becomes the same as > DNNInputData, so merge

Re: [FFmpeg-devel] [PATCH V2 3/4] avfilter/dnn: add a new interface to query dnn model's input info

2019-10-30 Thread Pedro Arthur
Em seg, 21 de out de 2019 às 09:44, Guo, Yejun escreveu: > to support dnn networks more general, we need to know the input info > of the dnn model. > > background: > The data type of dnn model's input could be float32, uint8 or fp16, etc. > And the w/h of input image could be fixed or variable. >

Re: [FFmpeg-devel] [PATCH] avfilter/vf_sr: correct flags since the filter changes frame w/h

2019-10-30 Thread Pedro Arthur
Pushed, thanks. Em seg, 28 de out de 2019 às 10:24, Paul B Mahol escreveu: > LGTM > > On 10/28/19, Guo, Yejun wrote: > > If filter changes frame w/h, AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC > > cannot be supported. > > > > Signed-off-by: Guo, Yejun > > --- > > libavfilter/vf_sr.c | 1 - > > 1

Re: [FFmpeg-devel] [PATCH v1 1/2] avcodec/dds: simplify the calculation of slice start and end

2019-10-30 Thread Michael Niedermayer
On Tue, Oct 29, 2019 at 10:49:49PM +0800, Limin Wang wrote: > > ping probably ok if tested with a range of vertical sizes and threads thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many things microsoft did are stupid, but not doing something just becaus

Re: [FFmpeg-devel] [PATCH v2 3/5] tests/fate/filter-video: add fate pixfmts test for lut1d and lut3d

2019-10-30 Thread Paul B Mahol
probably ok, but note that both filters use floats On 10/30/19, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > tests/fate/filter-video.mak | 6 ++ > tests/ref/fate/filter-pixfmts-lut1d | 24 > tests/ref/fate/filter-p

Re: [FFmpeg-devel] [PATCH v4 3/3] FATE: add a test for freeezedetect

2019-10-30 Thread Michael Niedermayer
On Tue, Oct 29, 2019 at 10:48:28PM +0800, Limin Wang wrote: > > ping, the patchset 1 and 2 has been pushed by Michael, but the #3 > haven't merged yet. will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Dictatorship naturally arises out of democrac

Re: [FFmpeg-devel] [PATCH v2] avcodec/mips: msa optimizations for vc1dsp

2019-10-30 Thread Michael Niedermayer
On Tue, Oct 29, 2019 at 09:09:34AM +0800, Shiyou Yin wrote: > >-Original Message- [...] > >2.1.0 > > > > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "I am not trying to be anyone's saviour, I'm trying to think about the future a

Re: [FFmpeg-devel] [PATCH] avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compare

2019-10-30 Thread Michael Niedermayer
On Wed, Oct 30, 2019 at 11:58:15AM +0100, Paul B Mahol wrote: > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth. signature.asc Description: PGP signature

Re: [FFmpeg-devel] [PATCH] add phqm filter and img_hash

2019-10-30 Thread Paul B Mahol
On 10/30/19, Christopher Kennedy wrote: > On Sat, Oct 26, 2019 at 9:15 AM Paul B Mahol wrote: >> >> On 10/26/19, Christopher Kennedy wrote: >> > On Sat, Oct 26, 2019 at 8:22 AM Paul B Mahol wrote: >> >> >> >> On 10/26/19, Christopher Kennedy wrote: >> >> > This is a reference/encode comparison

Re: [FFmpeg-devel] Reimbursement request

2019-10-30 Thread Kieran Kunhya
On Tue, 29 Oct 2019, 05:02 Paul B Mahol, wrote: > On 10/29/19, Steven Liu wrote: > > 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 > >

Re: [FFmpeg-devel] Reimbursement request

2019-10-30 Thread Paul B Mahol
On 10/30/19, Kieran Kunhya wrote: > On Tue, 29 Oct 2019, 05:02 Paul B Mahol, wrote: > >> On 10/29/19, Steven Liu wrote: >> > 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].

Re: [FFmpeg-devel] [PATCH] add phqm filter and img_hash

2019-10-30 Thread Christopher Kennedy
On Wed, Oct 30, 2019 at 10:07 AM Paul B Mahol wrote: > > On 10/30/19, Christopher Kennedy wrote: > > On Sat, Oct 26, 2019 at 9:15 AM Paul B Mahol wrote: > >> > >> On 10/26/19, Christopher Kennedy wrote: > >> > On Sat, Oct 26, 2019 at 8:22 AM Paul B Mahol wrote: > >> >> > >> >> On 10/26/19, Chr

Re: [FFmpeg-devel] [PATCH] add phqm filter and img_hash

2019-10-30 Thread Paul B Mahol
On 10/30/19, Christopher Kennedy wrote: > On Wed, Oct 30, 2019 at 10:07 AM Paul B Mahol wrote: >> >> On 10/30/19, Christopher Kennedy wrote: >> > On Sat, Oct 26, 2019 at 9:15 AM Paul B Mahol wrote: >> >> >> >> On 10/26/19, Christopher Kennedy wrote: >> >> > On Sat, Oct 26, 2019 at 8:22 AM Paul

Re: [FFmpeg-devel] [PATCH] add phqm filter and img_hash

2019-10-30 Thread Christopher Kennedy
On Sat, Oct 26, 2019 at 9:15 AM Paul B Mahol wrote: > > On 10/26/19, Christopher Kennedy wrote: > > On Sat, Oct 26, 2019 at 8:22 AM Paul B Mahol wrote: > >> > >> On 10/26/19, Christopher Kennedy wrote: > >> > This is a reference/encode comparison filter with two files input like > >> > the psnr

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

2019-10-30 Thread Nicolas George
Paul B Mahol (12019-10-28): > The new API is more extensible and allows for custom layouts. > More accurate information is exported, eg for decoders that do not > set a channel layout, lavc will not make one up for them. > > Deprecate the old API working with just uint64_t bitmasks. > > Original

Re: [FFmpeg-devel] [PATCH 3/6] avformat/apngenc: Add deinit function

2019-10-30 Thread James Almer
On 10/23/2019 9:59 AM, Andreas Rheinhardt wrote: > Prevents memleaks when the trailer is never written (e.g. when there was > a write error when writing the header). > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/apngenc.c | 14 ++ > 1 file changed, 10 insertions(+), 4 del

Re: [FFmpeg-devel] [PATCH] configure: fix standalone compilation of mxf muxer

2019-10-30 Thread Lou Logan
On Wed, Oct 30, 2019, at 12:38 AM, Paul B Mahol wrote: > lgtm Pushed 881f083a16a17509aaa53274f2c6f4f4c507dade ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or ema

Re: [FFmpeg-devel] Reimbursement request

2019-10-30 Thread Stefano Sabatini
On date Tuesday 2019-10-29 16:34:04 +0800, Steven Liu wrote: > 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 > >

Re: [FFmpeg-devel] Reimbursement request

2019-10-30 Thread Stefano Sabatini
On date Wednesday 2019-10-30 18:21:45 +0100, Paul B Mahol wrote: > On 10/30/19, Kieran Kunhya wrote: [...] > >> Carl and Michael took all the remaining money, sorry. > >> > > > > This is an unacceptable comment. > > Nobody confirmed nor denied it. Of course I deny this, all the refund/expense r

Re: [FFmpeg-devel] [PATCH] lavf/mov: initial support for reading HEIF images

2019-10-30 Thread Dale Curtis
Was there a reason this never landed? I sympathize with the complexity of the format, but since AVIF has adopted it as well, it'd be nice to have ffmpeg support. - dale On Sat, Aug 19, 2017 at 2:40 AM Carl Eugen Hoyos wrote: > 2017-08-19 9:24 GMT+02:00 Rodger Combs : > > > AVInputFormat ff_mov

Re: [FFmpeg-devel] [PATCH] lavf/mov: initial support for reading HEIF images

2019-10-30 Thread Carl Eugen Hoyos
Am Mi., 30. Okt. 2019 um 21:05 Uhr schrieb Dale Curtis : > > Was there a reason this never landed? I sympathize with the complexity of > the format, but since AVIF has adopted it as well, it'd be nice to have > ffmpeg support. Feel free to test this tree: https://github.com/Swaraj1998/FFmpeg (Rog

[FFmpeg-devel] Reimbursement request

2019-10-30 Thread Carl Eugen Hoyos
Hi! I am requesting reimbursement for my travel to the Google mentor summit. My total travelling expenses were € 90,90 Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsub

Re: [FFmpeg-devel] Reimbursement request

2019-10-30 Thread Michael Niedermayer
On Tue, Oct 29, 2019 at 04:34:04PM +0800, Steven Liu wrote: > 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 > > T

[FFmpeg-devel] acrossfade filter crossfading before first input is exhausted

2019-10-30 Thread Mark Niebur
Hello, I have been trying to use acrossfade but have been experiencing that the audio in the resulting output is totally jumbled. From stepping through the code, it appears that acrossfade is starting the crossfade before the first input is exhausted. I'm not sure why this happens from ffmpeg'

Re: [FFmpeg-devel] [PATCH] lavf/mov: initial support for reading HEIF images

2019-10-30 Thread Dale Curtis
On Wed, Oct 30, 2019 at 1:17 PM Carl Eugen Hoyos wrote: > https://github.com/Swaraj1998/FFmpeg > > (Roger's patch sadly did not work with real-world files) Thanks Carl! That patch looks good. I'll test it out. Is Swaraj still planning to send that for review later? - dale _

Re: [FFmpeg-devel] [PATCH v1 1/2] avcodec/dds: simplify the calculation of slice start and end

2019-10-30 Thread Limin Wang
On Wed, Oct 30, 2019 at 04:07:22PM +0100, Michael Niedermayer wrote: > On Tue, Oct 29, 2019 at 10:49:49PM +0800, Limin Wang wrote: > > > > ping > > probably ok if tested with a range of vertical sizes and threads I have tested with fate with below command from thread 1 to 16: make fate-dds SAMP

Re: [FFmpeg-devel] Reimbursement request

2019-10-30 Thread Steven Liu
> 在 2019年10月31日,04:25,Carl Eugen Hoyos 写道: > > Hi! > > I am requesting reimbursement for my travel to the Google mentor summit. > My total travelling expenses were € 90,90 > > Thank you, Carl Eugen > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ff

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

2019-10-30 Thread Tsuchiya, Yuki (SHES)
Hi, > -Original Message- > From: ffmpeg-devel On Behalf Of Paul > B Mahol > Sent: Wednesday, October 30, 2019 6:52 PM > To: FFmpeg development discussions and patches > > Cc: Tsuchiya, Yuki (SHES) > Subject: Re: [FFmpeg-devel] [PATCH v2 1/2] lavf/isom: support for demuxing > MPEG-H 3D A

Re: [FFmpeg-devel] [PATCH v3 1/3] avformat/hlsenc: fix the av_dirname path isn't include separator in the end of string

2019-10-30 Thread Limin Wang
ping, please help to push the patch, it'll fix ticket #8348 although I have sumit the fix long time ago after Miachel report it. On Wed, Oct 23, 2019 at 11:55:15PM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Reviewed-by: Liu Steven > Signed-off-by: Limin Wang > --- > libav

Re: [FFmpeg-devel] [PATCH v3 1/3] avformat/hlsenc: fix the av_dirname path isn't include separator in the end of string

2019-10-30 Thread Steven Liu
> 在 2019年10月31日,14:01,Limin Wang 写道: > > > > ping, please help to push the patch, it'll fix ticket #8348 although I have > sumit the fix long > time ago after Miachel report it. Waiting that reporter test it, i will push it if test passed. > > > On Wed, Oct 23, 2019 at 11:55:15PM +0800, la