[FFmpeg-devel] [PATCH v2] doc: update loglevel option documentation

2018-04-09 Thread Tobias Rapp
Updates documentation after the changes to loglevel flag prefix parsing in 4b736bc921ed96ad6d312ce0cbe0de29b9e3fe81. Signed-off-by: Tobias Rapp --- doc/fftools-common-opts.texi | 37 + 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/doc/fftools-

Re: [FFmpeg-devel] [PATCH v2 1/2] lavf: make overlay_qsv work based on framesync

2018-04-09 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Ruiling Song > Sent: Tuesday, April 3, 2018 9:50 AM > To: ffmpeg-devel@ffmpeg.org > Cc: Song, Ruiling > Subject: [FFmpeg-devel] [PATCH v2 1/2] lavf: make overlay_qsv work based > on framesync > > The existing version whi

Re: [FFmpeg-devel] [PATCH 1/4] lavf/aviobuf: add ff_get_chomp_line

2018-04-09 Thread Steven Liu
> On 10 Apr 2018, at 08:33, Jun Zhao wrote: > > > <0001-lavf-aviobuf-add-ff_get_chomp_line.patch>___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel patchset LGTM Thanks Steven __

Re: [FFmpeg-devel] [PATCH] Support for Ambisonics and OpusProjection* API.

2018-04-09 Thread Drew Allen
Friendly weekly ping about this patch. Can someone please let me know if I need to do anything more to submit this patch? Thanks! On Mon, Apr 2, 2018 at 9:13 AM Drew Allen wrote: > Friendly ping to allow this to push to the member list, please. > > On Wed, Mar 28, 2018 at 2:58 PM Drew Allen wr

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself to the general developers list

2018-04-09 Thread Jun Zhao
On 2018/4/10 6:58, Michael Niedermayer wrote: > On Tue, Apr 03, 2018 at 07:24:21AM +0800, Jun Zhao wrote: >> Want to close work with this community, so I request as >> a general developer. >> MAINTAINERS |1 + >> 1 file changed, 1 insertion(+) >> b874d130cf4de51accf7045a90a9487cc5c8c492 >>

[FFmpeg-devel] [PATCH 1/4] lavf/aviobuf: add ff_get_chomp_line

2018-04-09 Thread Jun Zhao
From 58e8cb520eeeb727ee834ee81877db7c81fe089b Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 9 Apr 2018 23:05:42 +0800 Subject: [PATCH 1/4] lavf/aviobuf: add ff_get_chomp_line Same as ff_get_line but strip the white-space characters in the string tail. Signed-off-by: Jun Zhao --- libavfor

Re: [FFmpeg-devel] [PATCH] doc/filters: correct range for length in astats filter

2018-04-09 Thread Michael Niedermayer
On Mon, Apr 09, 2018 at 02:30:59PM +0530, Gyan Doshi wrote: > filters.texi |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > f265e67910c3940db7122c808e61054a93e50a75 > 0001-doc-filters-correct-range-for-length-in-astats-filte.patch > From 349c34686fefeb2c1c3909c8feab481375962111 Mon S

Re: [FFmpeg-devel] [PATCH 1/1] Sega FILM: set dts and duration when demuxing

2018-04-09 Thread Michael Niedermayer
On Mon, Apr 09, 2018 at 04:11:43PM -0700, Kyle Swanson wrote: > Hi, > > On Sun, Apr 8, 2018 at 6:27 PM, wrote: > > > From: Misty De Meo > > > > --- > > libavformat/segafilm.c | 19 +++ > > 1 file changed, 19 insertions(+) > > > > diff --git a/libavformat/segafilm.c b/libavforma

[FFmpeg-devel] [PATCH 3/4] lavf/hlsenc: use ff_get_chomp_line

2018-04-09 Thread Jun Zhao
From a883ac7d3db7c42e87f645dbc00423ad906ede0d Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 9 Apr 2018 23:12:16 +0800 Subject: [PATCH 3/4] lavf/hlsenc: use ff_get_chomp_line Signed-off-by: Jun Zhao --- libavformat/hlsenc.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-

[FFmpeg-devel] [PATCH 2/4] lavf/hls: use ff_get_chomp_line

2018-04-09 Thread Jun Zhao
From 4cd7996babcb80a0bae6bb4c0f31600d70b5f575 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 9 Apr 2018 23:11:02 +0800 Subject: [PATCH 2/4] lavf/hls: use ff_get_chomp_line Signed-off-by: Jun Zhao --- libavformat/hls.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) dif

[FFmpeg-devel] [PATCH 4/4] lavf/hlsproto: use ff_get_chomp_line

2018-04-09 Thread Jun Zhao
From beace363b11e4a472d84d001458ffd4017788cfb Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 9 Apr 2018 23:13:03 +0800 Subject: [PATCH 4/4] lavf/hlsproto: use ff_get_chomp_line Signed-off-by: Jun Zhao --- libavformat/hlsproto.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletio

[FFmpeg-devel] [PATCH 2/2] avcodec/h264_slice: Fix integer overflow with last_poc

2018-04-09 Thread Michael Niedermayer
Fixes: signed integer overflow: 2147483646 - -2816 cannot be represented in type 'int' Fixes: crbug 823145 Reported-by: Matt Wolenetz Signed-off-by: Michael Niedermayer --- libavcodec/h264_slice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_slice.c b/lib

[FFmpeg-devel] [PATCH 1/2] avformat/mov: Fix extradata memleak

2018-04-09 Thread Michael Niedermayer
Fixes: crbug 822705 Reported-by: Matt Wolenetz Reviewed-by: Matt Wolenetz Signed-off-by: Michael Niedermayer --- libavformat/mov.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 97b1462aab..1340bf3913 100644 --- a/libavformat/mov.c +++ b/l

Re: [FFmpeg-devel] GSOC 2018 qualification task.

2018-04-09 Thread Rostislav Pehlivanov
On 9 April 2018 at 19:10, Paul B Mahol wrote: > On 4/9/18, Rostislav Pehlivanov wrote: > > On 9 April 2018 at 03:59, ANURAG SINGH IIT BHU < > > anurag.singh.ph...@iitbhu.ac.in> wrote: > > > >> This mail is regarding the qualification task assigned to me for the > >> GSOC project > >> in FFmpeg f

Re: [FFmpeg-devel] [PATCH] avformat/rawenc: check stream type

2018-04-09 Thread Michael Niedermayer
On Fri, Apr 06, 2018 at 08:34:12PM +0530, Gyan Doshi wrote: > > On 4/5/2018 12:09 AM, Michael Niedermayer wrote: > > > >This does not work > >breaks fate-unknown_layout-ac3 > > > >also the tests mayb too strict, there are similar codec_ids like mpeg1/2 > >or jpeg variants which are all basically t

Re: [FFmpeg-devel] [FFmpeg-cvslog] lavf/segafilmenc: Do not mix variable declaration and code.

2018-04-09 Thread Kyle Swanson
On Mon, Apr 9, 2018 at 3:50 PM, Carl Eugen Hoyos wrote: > ffmpeg | branch: master | Carl Eugen Hoyos | Tue Apr > 10 00:50:01 2018 +0200| [4d1d7263d8ff32e67710b41f24fe485818c87211] | > committer: Carl Eugen Hoyos > > lavf/segafilmenc: Do not mix variable declaration and code. > > Fixes two warnin

Re: [FFmpeg-devel] [PATCH 1/1] Sega FILM: set dts and duration when demuxing

2018-04-09 Thread Kyle Swanson
Hi, On Sun, Apr 8, 2018 at 6:27 PM, wrote: > From: Misty De Meo > > --- > libavformat/segafilm.c | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/libavformat/segafilm.c b/libavformat/segafilm.c > index 4c0cca0140..e72c26b144 100644 > --- a/libavformat/segafilm.c >

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself to the general developers list

2018-04-09 Thread Michael Niedermayer
On Tue, Apr 03, 2018 at 07:24:21AM +0800, Jun Zhao wrote: > Want to close work with this community, so I request as > a general developer. > MAINTAINERS |1 + > 1 file changed, 1 insertion(+) > b874d130cf4de51accf7045a90a9487cc5c8c492 > 0001-MAINTAINERS-add-myself-to-the-general-developers-

Re: [FFmpeg-devel] [PATCH 1/3] lavc: Add coded bitstream read/write support for VP9

2018-04-09 Thread James Almer
On 4/8/2018 2:48 PM, Mark Thompson wrote: > --- > configure| 2 + > libavcodec/Makefile | 1 + > libavcodec/cbs.c | 6 + > libavcodec/cbs_internal.h| 1 + > libavcodec/cbs_vp9.c | 666 > ++

Re: [FFmpeg-devel] [PATCH 3/3] lavc/cbs: Add tests for VP9

2018-04-09 Thread James Almer
On 4/8/2018 2:48 PM, Mark Thompson wrote: > Uses the same mechanism as other codecs - conformance test files are > passed through the metadata filter (which, with no options, reads the > input and writes it back) and the output verified to match the input. > --- > tests/fate/cbs.mak

Re: [FFmpeg-devel] GSOC 2018 qualification task.

2018-04-09 Thread Paul B Mahol
On 4/9/18, Rostislav Pehlivanov wrote: > On 9 April 2018 at 03:59, ANURAG SINGH IIT BHU < > anurag.singh.ph...@iitbhu.ac.in> wrote: > >> This mail is regarding the qualification task assigned to me for the >> GSOC project >> in FFmpeg for automatic real-time subtitle generation using speech to tex

Re: [FFmpeg-devel] GSOC 2018 qualification task.

2018-04-09 Thread Rostislav Pehlivanov
On 9 April 2018 at 03:59, ANURAG SINGH IIT BHU < anurag.singh.ph...@iitbhu.ac.in> wrote: > This mail is regarding the qualification task assigned to me for the > GSOC project > in FFmpeg for automatic real-time subtitle generation using speech to text > translation ML model. > i really don't thin

Re: [FFmpeg-devel] [PATCH] avformat/rawenc: check stream type

2018-04-09 Thread Gyan Doshi
On 4/6/2018 8:34 PM, Gyan Doshi wrote: On 4/5/2018 12:09 AM, Michael Niedermayer wrote: This does not work breaks fate-unknown_layout-ac3 also the tests mayb too strict, there are similar codec_ids like mpeg1/2 or jpeg variants which are all basically the same from a muxers point of view

Re: [FFmpeg-devel] [PATCH] lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process

2018-04-09 Thread Alexander Kravchenko
Hi, could you please review updated patch? Fixes according on Mark's review: * Macroses changed to functions * error level of AMF_RETURN_IF_FALSE changed to fatal (all cases it returns are fatal according on fatal error level description) * used AMF_RETURN_IF_FALSE for case if a frame reference h

Re: [FFmpeg-devel] [PATCH] configure: disable direct stripping in OpenBSD

2018-04-09 Thread Derek Buitenhuis
On 4/9/2018 3:32 PM, James Almer wrote: > Maybe they already know and it was fixed at some point, seeing the > OpenBSD fate client we have has software from 2007 (gcc 4.2, and safe to > assume equally outdated binutils). OpenBSD doesn't update their toolchain AFAIK, but maintains their own forks,

Re: [FFmpeg-devel] [PATCH] configure: disable direct stripping in OpenBSD

2018-04-09 Thread James Almer
On 4/9/2018 11:15 AM, Derek Buitenhuis wrote: > On 4/7/2018 10:58 PM, James Almer wrote: >> It appears strip -o creates new files without preserving permissions >> from the source binary, resulting in non executable files. > > This sounds like something the OpenBSD people should be informed of, no

Re: [FFmpeg-devel] [PATCH] configure: disable direct stripping in OpenBSD

2018-04-09 Thread Derek Buitenhuis
On 4/7/2018 10:58 PM, James Almer wrote: > It appears strip -o creates new files without preserving permissions > from the source binary, resulting in non executable files. This sounds like something the OpenBSD people should be informed of, no? - Derek ___

Re: [FFmpeg-devel] GSOC 2018 qualification task.

2018-04-09 Thread Michael Niedermayer
Hi On Mon, Apr 09, 2018 at 08:29:21AM +0530, ANURAG SINGH IIT BHU wrote: > This mail is regarding the qualification task assigned to me for the > GSOC project > in FFmpeg for automatic real-time subtitle generation using speech to text > translation ML model. My assigned task by Michael sir was wr

Re: [FFmpeg-devel] backport request: AV_PKT_FLAG_DISPOSABLE

2018-04-09 Thread Carl Eugen Hoyos
2018-04-09 14:25 GMT+02:00, Dominik 'Rathann' Mierzejewski : > Hello, > could someone backport these commits: > 00d454ed2ca3f8b4d454a837e95931afe604c53f > 79a744768aa6f498e4f46fca4ff01cd04eade9a5 > to 3.4 and 3.3 branches? This is an API change, we try not to backport such changes. Carl Eugen ___

[FFmpeg-devel] backport request: AV_PKT_FLAG_DISPOSABLE

2018-04-09 Thread Dominik 'Rathann' Mierzejewski
Hello, could someone backport these commits: 00d454ed2ca3f8b4d454a837e95931afe604c53f 79a744768aa6f498e4f46fca4ff01cd04eade9a5 to 3.4 and 3.3 branches? Regards, Dominik -- Fedora https://getfedora.org | RPMFusion http://rpmfusion.org There should be a science of discontent. People need hard

Re: [FFmpeg-devel] [PATCH] [RFC]doc/examples: alternative input handler

2018-04-09 Thread Bodecs Bela
2018.04.08. 23:57 keltezéssel, Michael Niedermayer írta: On Sun, Apr 08, 2018 at 05:27:56PM +0200, Bodecs Bela wrote: 2018.04.06. 0:39 keltezéssel, Michael Niedermayer írta: On Fri, Mar 30, 2018 at 02:47:25PM +0200, Bodecs Bela wrote: Hi All, regularly, on different forums and mailing list

Re: [FFmpeg-devel] [PATCH] libavformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations

2018-04-09 Thread Steven Liu
> On 9 Apr 2018, at 15:02, sanilraut wrote: > > Hi, > > The following patch avoid multiple HTTP requests for initialization segment > that is common among all representations. > > --- > libavformat/dashdec.c | 96 --- > 1 file changed, 83 insert

[FFmpeg-devel] [PATCH] doc/filters: correct range for length in astats filter

2018-04-09 Thread Gyan Doshi
From 349c34686fefeb2c1c3909c8feab481375962111 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Mon, 9 Apr 2018 14:28:06 +0530 Subject: [PATCH] doc/filters: correct range for length in astats filter --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filter

Re: [FFmpeg-devel] swscale/unscaled : Remove MMXext version of shufflebyte2103 and uyvyto422

2018-04-09 Thread Martin Vignali
> > also IIRC all the really old SIMD code has been benchmarked when it was > written in real use cases, > Ok, patch dropped. Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] libavformat/aac: Parse all ID3 tags present between ADTS frames

2018-04-09 Thread Mattias Amnefelt
On 2018-04-05 01:00, Mattias Amnefelt wrote: On 2018-04-04 09:22, Mattias Amnefelt wrote: On 2018-04-04 03:42, James Almer wrote: On 4/3/2018 10:40 PM, Carl Eugen Hoyos wrote: 2018-04-04 3:38 GMT+02:00, James Almer : On 4/3/2018 10:33 PM, Carl Eugen Hoyos wrote: The "-f aac" looks like a bad

[FFmpeg-devel] [PATCH] libavformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations

2018-04-09 Thread sanilraut
Hi, The following patch avoid multiple HTTP requests for initialization segment that is common among all representations. --- libavformat/dashdec.c | 96 --- 1 file changed, 83 insertions(+), 13 deletions(-) diff --git a/libavformat/dashdec.c b/l