[FFmpeg-devel] [PATCH] lavf: fix the wrong warning msg and comments about av_find_stream_info

2016-12-04 Thread Jun Zhao
From 1c4b61ef42baae788e950c36f292ddd2e7cd9943 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 5 Dec 2016 15:17:13 +0800 Subject: [PATCH] lavf: fix the wrong warning msg and comments about av_find_stream_info av_find_stream_info() was deprecated by avformat_find_stream_info(), correct the war

Re: [FFmpeg-devel] [DECISION] Revoke the decision of dropping ffserver

2016-12-04 Thread Reynaldo H. Verdejo Pinochet
I support the decision to keep ffserver Bests, -- Reynaldo H. Verdejo Pinochet Open Source Group - Samsung Research America ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 2/2] avformat/matroskadec: remove the strict unofficial check for Colour elements

2016-12-04 Thread James Almer
Signed-off-by: James Almer --- libavformat/matroskadec.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index b53a8b1..c7b406e 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -2362,11 +236

[FFmpeg-devel] [PATCH 1/2] avformat/matroskadec: allocate Colour related fields only if the file contains the relevant master

2016-12-04 Thread James Almer
The demuxer doesn't fill the defaults if the master isn't present. This results in codecpar->color_space being set with a value of zero (RGB) on such files. Signed-off-by: James Almer --- libavformat/matroskadec.c | 54 ++- 1 file changed, 30 insertion

Re: [FFmpeg-devel] [PATCH] lavf/matroskaenc.c: add early support for colour elements

2016-12-04 Thread James Almer
On 11/4/2016 11:42 AM, Neil Birkbeck wrote: > > This seems to have been made official now, as usual under version 4 > like every other new element. > > https://github.com/Matroska-Org/libmatroska/commit/cd05bc14b42bd88218c61837208fa2b6c79b1de4 > >

Re: [FFmpeg-devel] [PATCH 1/5] avformat/ffmdec: Remove some st->codec uses which set encoder parameters

2016-12-04 Thread Michael Niedermayer
On Mon, Dec 05, 2016 at 12:28:49AM +0100, Moritz Barsnick wrote: > On Sat, Dec 03, 2016 at 13:23:26 +0100, Michael Niedermayer wrote: > > > Please add a comment like /* gop_size */ here and similar ones below. > > > Otherwise it'll be rather mysterious what's the point of all these > > > avio_rb*

Re: [FFmpeg-devel] [PATCH 1/5] avformat/ffmdec: Remove some st->codec uses which set encoder parameters

2016-12-04 Thread Moritz Barsnick
On Sat, Dec 03, 2016 at 13:23:26 +0100, Michael Niedermayer wrote: > > Please add a comment like /* gop_size */ here and similar ones below. > > Otherwise it'll be rather mysterious what's the point of all these avio_rb* > > calls. > > done locally Are the remaining avio_rb*() calls good for any

Re: [FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

2016-12-04 Thread Andreas Cadhalpun
On 04.12.2016 23:42, Rostislav Pehlivanov wrote: > On 4 December 2016 at 21:54, Andreas Cadhalpun < > andreas.cadhal...@googlemail.com> wrote: >> As I already wrote elsewhere, I don't think disabling this by default is >> good, >> as it will likely cause it to bitrot. Better require '-strict >> exp

Re: [FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

2016-12-04 Thread Nicolas George
Le quartidi 14 frimaire, an CCXXV, Rostislav Pehlivanov a écrit : > What about the security reasons listed below? They do not exist any more than in any similar code. They were invoked by people who did not like this patch, and the warning was added to accommodate them. Regards, -- Nicolas Ge

Re: [FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

2016-12-04 Thread Rostislav Pehlivanov
On 4 December 2016 at 21:54, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > On 31.10.2016 09:51, Stefano Sabatini wrote: > > From 7f209e27aa33e8f43444e5cfc44c68f664b69e06 Mon Sep 17 00:00:00 2001 > > From: Nicolas George > > Date: Sat, 11 Jan 2014 19:42:41 +0100 > > Subject: [PATC

Re: [FFmpeg-devel] [DECISION] Revoke the decision of dropping ffserver

2016-12-04 Thread Andreas Cadhalpun
On 28.11.2016 19:15, Nicolas George wrote: > Deadline: 2016-12-06 00:00 UTC. > > I propose, and put to the discussion, that the decision to drop ffserver > is revoked, conditioned to the fixing of the technical issues that lead > to it. > > In other words, if the technical problems that require d

Re: [FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

2016-12-04 Thread Andreas Cadhalpun
On 31.10.2016 09:51, Stefano Sabatini wrote: > From 7f209e27aa33e8f43444e5cfc44c68f664b69e06 Mon Sep 17 00:00:00 2001 > From: Nicolas George > Date: Sat, 11 Jan 2014 19:42:41 +0100 > Subject: [PATCH] lavf: add ffprobe demuxer > > With several modifications and documentation by Stefano Sabatini >

Re: [FFmpeg-devel] FFmpeg 2.8.9, 3.1.6, 3.0.5

2016-12-04 Thread Michael Niedermayer
On Sat, Nov 26, 2016 at 06:53:12PM +0100, Michael Niedermayer wrote: > On Sat, Nov 26, 2016 at 01:18:32PM +0100, Reto Kromer wrote: > > Michael Niedermayer wrote: > > > > >I intend to make new releases for the 3.0, 3.1 and 2.8 > > >branches > > >if you want to backport something, do so soon > > >P

Re: [FFmpeg-devel] [PATCH 1/3] lavfi/af_atempo: add support for unknown channel layouts

2016-12-04 Thread Nicolas George
Le quartidi 14 frimaire, an CCXXV, Marton Balint a écrit : > Signed-off-by: Marton Balint > --- > libavfilter/af_atempo.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) All three patches look good, thanks. Regards, -- Nicolas George signature.asc Description: Digital signature __

[FFmpeg-devel] [PATCH] avformat/hlsenc: fix ticket id 5988 for DISCONTINUITY

2016-12-04 Thread Steven Liu
add EXT-X-DISCONTINUITY tag at the position of the append point. Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index e16fb0c..0e55a31 100644 --- a/libavformat/h

[FFmpeg-devel] [PATCH 1/3] lavfi/af_atempo: add support for unknown channel layouts

2016-12-04 Thread Marton Balint
Signed-off-by: Marton Balint --- libavfilter/af_atempo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c index d5d29b3..59b08ec 100644 --- a/libavfilter/af_atempo.c +++ b/libavfilter/af_atempo.c @@ -1014,7 +1014,7 @@ static int

[FFmpeg-devel] [PATCH 2/3] lavfi/af_channelmap: add support for unknown input channel layouts

2016-12-04 Thread Marton Balint
Signed-off-by: Marton Balint --- libavfilter/af_channelmap.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavfilter/af_channelmap.c b/libavfilter/af_channelmap.c index dcae2a2..cdd8a58 100644 --- a/libavfilter/af_channelmap.c +++ b/libavfilter/af_channelmap.c @@ -

[FFmpeg-devel] [PATCH 3/3] lavfi/af_ashowinfo: properly show input channel layout for unknown channel layouts

2016-12-04 Thread Marton Balint
Signed-off-by: Marton Balint --- libavfilter/af_ashowinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/af_ashowinfo.c b/libavfilter/af_ashowinfo.c index ba600cb..a81729f 100644 --- a/libavfilter/af_ashowinfo.c +++ b/libavfilter/af_ashowinfo.c @@ -199,7 +199,7

Re: [FFmpeg-devel] [DECISION] Revoke the decision of dropping ffserver

2016-12-04 Thread Marton Balint
On Mon, 28 Nov 2016, Nicolas George wrote: Deadline: 2016-12-06 00:00 UTC. I propose, and put to the discussion, that the decision to drop ffserver is revoked, conditioned to the fixing of the technical issues that lead to it. I vote for keeping ffserver, as there are people working on it a