Re: [FFmpeg-devel] [PATCH] lavfi/vf_libvmaf: update to use libvmaf v1.3.9

2018-08-07 Thread Kyle Swanson
Hi, On Tue, Aug 7, 2018 at 8:02 PM, James Almer wrote: > On 8/7/2018 7:37 PM, Kyle Swanson wrote: > > From: Kyle Swanson > > > > Signed-off-by: Kyle Swanson > > --- > > configure| 2 +- > > libavfilter/vf_libvmaf.c | 9 - > > 2 files changed, 9 insertions(+), 2

Re: [FFmpeg-devel] [PATCH] lavfi/vf_libvmaf: update to use libvmaf v1.3.9

2018-08-07 Thread James Almer
On 8/7/2018 7:37 PM, Kyle Swanson wrote: > From: Kyle Swanson > > Signed-off-by: Kyle Swanson > --- > configure| 2 +- > libavfilter/vf_libvmaf.c | 9 - > 2 files changed, 9 insertions(+), 2 deletions(-) > > diff --git a/configure b/configure > index

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/vp9: Check in decode_tiles() if there is data remaining

2018-08-07 Thread Ronald S. Bultje
Hi, On Tue, Aug 7, 2018 at 7:15 PM, Michael Niedermayer wrote: > On Mon, Aug 06, 2018 at 09:50:57PM -0400, Ronald S. Bultje wrote: > > Hi, > > > > On Mon, Aug 6, 2018 at 3:00 PM, Michael Niedermayer > > > wrote: > > > > > On Tue, Aug 07, 2018 at 01:05:51AM +0800, Ronald S. Bultje wrote: > > >

Re: [FFmpeg-devel] [PATCH v3] avs2: Correct expression error and simplify log

2018-08-07 Thread Huiwen Ren
在 2018-08-08 06:59:52,"Michael Niedermayer" 写道: >On Tue, Aug 07, 2018 at 05:37:30PM +0800, hwren wrote: >> Signed-off-by: hwren >> --- >> doc/decoders.texi| 2 +- >> doc/general.texi | 2 +- >> libavcodec/avs2_parser.c | 2 +- >> libavcodec/codec_desc.c | 2 +- >>

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/vp9: Check in decode_tiles() if there is data remaining

2018-08-07 Thread Michael Niedermayer
On Mon, Aug 06, 2018 at 09:50:57PM -0400, Ronald S. Bultje wrote: > Hi, > > On Mon, Aug 6, 2018 at 3:00 PM, Michael Niedermayer > wrote: > > > On Tue, Aug 07, 2018 at 01:05:51AM +0800, Ronald S. Bultje wrote: > > > Hi, > > > > > > On Sun, Aug 5, 2018, 9:17 AM Michael Niedermayer > > > > >

[FFmpeg-devel] [PATCH] lavfi/vf_libvmaf: update to use libvmaf v1.3.9

2018-08-07 Thread Kyle Swanson
From: Kyle Swanson Signed-off-by: Kyle Swanson --- configure| 2 +- libavfilter/vf_libvmaf.c | 9 - 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 15a58935de..e718c1531c 100755 --- a/configure +++ b/configure @@ -6089,7

Re: [FFmpeg-devel] [PATCH v3] avs2: Correct expression error and simplify log

2018-08-07 Thread Michael Niedermayer
On Tue, Aug 07, 2018 at 05:37:30PM +0800, hwren wrote: > Signed-off-by: hwren > --- > doc/decoders.texi| 2 +- > doc/general.texi | 2 +- > libavcodec/avs2_parser.c | 2 +- > libavcodec/codec_desc.c | 2 +- > libavcodec/libdavs2.c| 5 ++--- > 5 files changed, 6

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself to MIPS section

2018-08-07 Thread Michael Niedermayer
On Mon, Aug 06, 2018 at 05:58:40AM +, Manojkumar Bhosale wrote: > LGTM will apply thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics you will never get a job again. If you fake or manipulate

Re: [FFmpeg-devel] [PATCH 4/7] Adds gray floating-point pixel formats.

2018-08-07 Thread Michael Niedermayer
On Tue, Aug 07, 2018 at 12:17:58AM +0300, Sergey Lavrushkin wrote: > I split patch to one for libavutil and another for libswscale, > also added LUT for unscaled conversion, added > conversions for scaling and updated fate tests. > libavutil/pixdesc.c | 22 ++ >

Re: [FFmpeg-devel] [PATCH 4/7] Adds gray floating-point pixel formats.

2018-08-07 Thread Michael Niedermayer
On Tue, Aug 07, 2018 at 12:17:58AM +0300, Sergey Lavrushkin wrote: > I split patch to one for libavutil and another for libswscale, > also added LUT for unscaled conversion, added > conversions for scaling and updated fate tests. > libavutil/pixdesc.c | 22 ++ >

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for audio too (in case of edit lists).

2018-08-07 Thread Michael Niedermayer
On Mon, Aug 06, 2018 at 04:32:29PM -0700, isasi-at-google@ffmpeg.org wrote: > From: Sasi Inguva > > Fixes vorbis mp4 audio files, with edit list specified. Since > st->skip_samples is not set in case of vorbis , ffmpeg computes the > start_time as negative. > > Signed-off-by: Sasi Inguva >

Re: [FFmpeg-devel] [PATCH] ffmpeg: simplify refcounting packets for the muxing queue

2018-08-07 Thread James Almer
On 8/5/2018 9:34 PM, James Almer wrote: > Signed-off-by: James Almer > --- > fftools/ffmpeg.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c > index 55faec8ede..2459374f08 100644 > --- a/fftools/ffmpeg.c > +++ b/fftools/ffmpeg.c

Re: [FFmpeg-devel] [PATCH]lavc/h264: Output pix_fmt GRAY for monochrome input.

2018-08-07 Thread Carl Eugen Hoyos
2018-08-07 22:26 GMT+02:00, James Almer : > On 8/7/2018 4:51 PM, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch makes the h264 decoder output AV_PIX_FMT_GRAY for >> monochrome h264 streams. >> fate output is identical (and identical with the reference decoder) if >> compared with

Re: [FFmpeg-devel] [PATCH]lavc/h264: Output pix_fmt GRAY for monochrome input.

2018-08-07 Thread James Almer
On 8/7/2018 4:51 PM, Carl Eugen Hoyos wrote: > Hi! > > Attached patch makes the h264 decoder output AV_PIX_FMT_GRAY for > monochrome h264 streams. > fate output is identical (and identical with the reference decoder) if > compared with extractplanes=y. > > Please review, Carl Eugen > > >

Re: [FFmpeg-devel] [PATCH] libavformat/dashdec: Fix for Bug #7338

2018-08-07 Thread Carl Eugen Hoyos
2018-08-07 22:12 GMT+02:00, Colin NG : > --- > libavformat/dashdec.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) And I forgot: Please fix the commit message. Something like "lavf/dashdec: Fix double free in case of ..." And "Fixes ticket #7338" (bugs are elsewhere). Thank you,

Re: [FFmpeg-devel] [PATCH] libavformat/dashdec: Fix for Bug #7338

2018-08-07 Thread Carl Eugen Hoyos
2018-08-07 22:12 GMT+02:00, Colin NG : > --- > libavformat/dashdec.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c > index 09b06ef..fa784f1 100644 > --- a/libavformat/dashdec.c > +++ b/libavformat/dashdec.c > @@ -1040,7

[FFmpeg-devel] [PATCH] libavformat/dashdec: Fix for Bug #7338

2018-08-07 Thread Colin NG
--- libavformat/dashdec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index 09b06ef..fa784f1 100644 --- a/libavformat/dashdec.c +++ b/libavformat/dashdec.c @@ -1040,7 +1040,6 @@ end: xmlFree(rep_bandwidth_val);

[FFmpeg-devel] [PATCH]lavc/h264: Output pix_fmt GRAY for monochrome input.

2018-08-07 Thread Carl Eugen Hoyos
Hi! Attached patch makes the h264 decoder output AV_PIX_FMT_GRAY for monochrome h264 streams. fate output is identical (and identical with the reference decoder) if compared with extractplanes=y. Please review, Carl Eugen From 6434eff6c14698db192ec2f8777d2b4d2fdd3e8c Mon Sep 17 00:00:00 2001

Re: [FFmpeg-devel] [PATCH] ffmpeg: correct units for raw pts in -progress report

2018-08-07 Thread Nicolas George
Gyan Doshi (2018-08-08): > That will just defer the breaking change. That will leave people time to notice the change and allow old and new scripts to work during the transition. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: [FFmpeg-devel] [PATCH] ffmpeg: correct units for raw pts in -progress report

2018-08-07 Thread Gyan Doshi
On 06-08-2018 08:00 PM, Nicolas George wrote: Not really. I suppose you could add the field with the correct name and remove the bogus one later. But your thoughts on this are probably better than mine. That will just defer the breaking change. The options, as I see it, are wontfix, or

[FFmpeg-devel] [PATCH] libavformat/dashdec: Support negative value of the @r attrbute of S in SegmentTimeline element

2018-08-07 Thread sanil
Hi, The following patch supports parsing negative value of the @r attribute of S in SegmentTimeline element. Example streams: 1. http://dash.edgesuite.net/dash264/TestCases/1c/qualcomm/1/MultiRate.mpd 2. http://dash.edgesuite.net/dash264/TestCases/1c/qualcomm/2/MultiRate.mpd ---

Re: [FFmpeg-devel] [PATCH]lavc/libx264: Support monochrome encoding

2018-08-07 Thread Carl Eugen Hoyos
2018-08-07 20:31 GMT+02:00, James Almer : > On 8/7/2018 3:25 PM, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch allows monochrome encoding with libx264, supported in >> master since a few hours. >> >> Please comment, Carl Eugen >> >> >> 0001-lavc-libx264-Support-monochrome-encoding.patch >>

Re: [FFmpeg-devel] [PATCH] avs2: correct avs2 description

2018-08-07 Thread Gyan Doshi
On 08-08-2018 12:08 AM, Gyan Doshi wrote: Will push. Thanks, Gyan Pushed as f563e7868fb9540e1c8a589558fba2beaaba01e0 ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avs2: correct avs2 description

2018-08-07 Thread Gyan Doshi
On 08-08-2018 12:05 AM, James Almer wrote: Should be ok. Will push. Thanks, Gyan ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avs2: correct avs2 description

2018-08-07 Thread James Almer
On 8/7/2018 7:39 AM, hwren wrote: > Signed-off-by: hwren > --- > doc/decoders.texi| 2 +- > doc/general.texi | 2 +- > libavcodec/avs2_parser.c | 2 +- > libavcodec/codec_desc.c | 2 +- > libavcodec/libdavs2.c| 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > >

Re: [FFmpeg-devel] [PATCH]lavc/libx264: Support monochrome encoding

2018-08-07 Thread James Almer
On 8/7/2018 3:25 PM, Carl Eugen Hoyos wrote: > Hi! > > Attached patch allows monochrome encoding with libx264, supported in > master since a few hours. > > Please comment, Carl Eugen > > > 0001-lavc-libx264-Support-monochrome-encoding.patch > > > From a26245de63bdc9afc6b21ea6e97b95a2a7e1e765

[FFmpeg-devel] [PATCH]lavc/libx264: Support monochrome encoding

2018-08-07 Thread Carl Eugen Hoyos
Hi! Attached patch allows monochrome encoding with libx264, supported in master since a few hours. Please comment, Carl Eugen From a26245de63bdc9afc6b21ea6e97b95a2a7e1e765 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 7 Aug 2018 20:23:06 +0200 Subject: [PATCH] lavc/libx264: Support

Re: [FFmpeg-devel] [PATCH 1/7] libavfilter: Adds on the fly generation of default DNN models for tensorflow backend instead of storing binary model.

2018-08-07 Thread Pedro Arthur
2018-08-07 13:34 GMT-03:00 Rostislav Pehlivanov : > On 7 August 2018 at 17:32, Pedro Arthur wrote: > >> 2018-08-06 18:09 GMT-03:00 Sergey Lavrushkin : >> > Changed sprintf to snprintf. >> Patch pushed. >> ___ >> ffmpeg-devel mailing list >>

Re: [FFmpeg-devel] [PATCH 1/7] libavfilter: Adds on the fly generation of default DNN models for tensorflow backend instead of storing binary model.

2018-08-07 Thread Rostislav Pehlivanov
On 7 August 2018 at 17:32, Pedro Arthur wrote: > 2018-08-06 18:09 GMT-03:00 Sergey Lavrushkin : > > Changed sprintf to snprintf. > Patch pushed. > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org >

Re: [FFmpeg-devel] [PATCH 1/7] libavfilter: Adds on the fly generation of default DNN models for tensorflow backend instead of storing binary model.

2018-08-07 Thread Pedro Arthur
2018-08-06 18:09 GMT-03:00 Sergey Lavrushkin : > Changed sprintf to snprintf. Patch pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 2/7] libavfilter: Code style fixes for pointers in DNN module and sr filter.

2018-08-07 Thread Pedro Arthur
2018-08-06 18:11 GMT-03:00 Sergey Lavrushkin : > Updated patch. > > 2018-08-06 17:55 GMT+03:00 Pedro Arthur : > >> 2018-08-02 15:52 GMT-03:00 Sergey Lavrushkin : >> > --- >> > libavfilter/dnn_backend_native.c | 84 +++--- >> > libavfilter/dnn_backend_native.h | 8 +-- >>

Re: [FFmpeg-devel] [PATCH 3/7] libavfilter: Fixes warnings for unused variables in dnn_srcnn.h, dnn_espcn.h, dnn_backend_tf.c.

2018-08-07 Thread Pedro Arthur
2018-08-06 18:13 GMT-03:00 Sergey Lavrushkin : > Made variables static. > > 2018-08-06 21:19 GMT+03:00 Pedro Arthur : > >> 2018-08-02 15:52 GMT-03:00 Sergey Lavrushkin : >> > --- >> > libavfilter/dnn_backend_tf.c | 64 ++ >> +- >> > libavfilter/dnn_espcn.h

Re: [FFmpeg-devel] Mixture of homographies video stabilization

2018-08-07 Thread Matthew Lai
Ah cool! I didn't see that before. I have only recently started looking into homographies, and most papers use SVD. Good to know re. ME. I should stop trying to guess where bottlenecks are likely to be without profiling :). On Tue, Aug 7, 2018 at 12:33 AM Michael Niedermayer wrote: > On Mon,

[FFmpeg-devel] [PATCH] avs2: correct avs2 description

2018-08-07 Thread hwren
Signed-off-by: hwren --- doc/decoders.texi| 2 +- doc/general.texi | 2 +- libavcodec/avs2_parser.c | 2 +- libavcodec/codec_desc.c | 2 +- libavcodec/libdavs2.c| 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/decoders.texi b/doc/decoders.texi index

Re: [FFmpeg-devel] [PATCH] Documentation for sr filter

2018-08-07 Thread Moritz Barsnick
On Tue, Aug 07, 2018 at 00:24:29 +0300, Sergey Lavrushkin wrote: > +@table @option > +@item model > +Specify what super-resolution model to use. This option accepts the > following values: ^ nit: which > +Specify what DNN backend to use for model loading and execution. This option >

Re: [FFmpeg-devel] [PATCH] avs2: Correct expression error and simplify log

2018-08-07 Thread Moritz Barsnick
On Mon, Aug 06, 2018 at 19:51:48 +0530, Gyan Doshi wrote: > > > On 06-08-2018 07:13 PM, hwren wrote: > > > -.long_name = NULL_IF_CONFIG_SMALL("Decoder for AVS2/IEEE 1857.4"), > > +.long_name = NULL_IF_CONFIG_SMALL("Decoder for > > AVS2-P2/IEEE1857.4"), > > "Decoder for" is

Re: [FFmpeg-devel] [WIP][RFC][PATCH] avcodec: add IMM4 decoder

2018-08-07 Thread Moritz Barsnick
Hi, On Mon, Aug 06, 2018 at 12:35:15 +0200, Paul B Mahol wrote: > patch attached. I can't judge on most of the procedural stuff, but here's some 2 cents: > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 7 + >

[FFmpeg-devel] [PATCH v3] avs2: Correct expression error and simplify log

2018-08-07 Thread hwren
Signed-off-by: hwren --- doc/decoders.texi| 2 +- doc/general.texi | 2 +- libavcodec/avs2_parser.c | 2 +- libavcodec/codec_desc.c | 2 +- libavcodec/libdavs2.c| 5 ++--- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/decoders.texi b/doc/decoders.texi