Re: [FFmpeg-devel] [PATCH]lavf/rawenc: Add a G.729 muxer

2016-05-29 Thread Michael Niedermayer
On Wed, May 18, 2016 at 07:55:59PM +0200, Michael Niedermayer wrote: > On Wed, May 18, 2016 at 01:32:13PM +, Carl Eugen Hoyos wrote: > > Derek Buitenhuis gmail.com> writes: > > > > > I would agree, but for some reason Carl feels he is exempt > > > from the FFmpeg developer rules. > > > > I s

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Ronald S. Bultje
Hi Thilo, On Sun, May 29, 2016 at 8:59 PM, Thilo Borgmann wrote: > Hi, > > > [...] > >> > >> The vote will end 1 week from now, simple 50% majority (Yes vs no) > >> I dont really know who should be eligible for voting, so i suggest > >> everyone from the vote comittee but iam

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Thilo Borgmann
Hi, > [...] >> >> The vote will end 1 week from now, simple 50% majority (Yes vs no) >> I dont really know who should be eligible for voting, so i suggest >> everyone from the vote comittee but iam happy with anything, just >> stating somethng ... >> > > I am in

Re: [FFmpeg-devel] [PATCH] libavformat/movenc: remove unnecessary null check

2016-05-29 Thread Michael Niedermayer
On Sun, May 29, 2016 at 05:17:32PM -0700, Mark Reid wrote: > Fixes CID1361955 > --- > libavformat/movenc.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I do not agree with what you ha

[FFmpeg-devel] [PATCH] libavformat/movenc: remove unnecessary null check

2016-05-29 Thread Mark Reid
Fixes CID1361955 --- libavformat/movenc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 49cd1bd..3a633a6 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -1894,9 +1894,7 @@ static int mov_write_tmcd_tag(AVIOC

Re: [FFmpeg-devel] IRC meeting

2016-05-29 Thread Michael Niedermayer
On Sun, May 29, 2016 at 09:11:38PM +0200, Marton Balint wrote: > > > On Sat, 28 May 2016, Stefano Sabatini wrote: > > >On date Saturday 2016-05-28 18:57:00 +0200, Paul B Mahol encoded: > >>On 5/28/16, Clement Boesch wrote: > >>> On Wed, May 18, 2016 at 10:33:23PM +0200, Paul B Mahol wrote: > >>

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread James Almer
On 5/29/2016 6:30 PM, Ronald S. Bultje wrote: > Hi, > > On May 29, 2016 4:59 PM, "James Almer" wrote: >> >> On 5/29/2016 5:45 PM, Ronald S. Bultje wrote: >>> Hi, >>> >>> On Sun, May 29, 2016 at 3:13 PM, Marton Balint wrote: >>> On Sun, 29 May 2016, Michael Niedermayer wrote:

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Ronald S. Bultje
Hi, On May 29, 2016 4:59 PM, "James Almer" wrote: > > On 5/29/2016 5:45 PM, Ronald S. Bultje wrote: > > Hi, > > > > On Sun, May 29, 2016 at 3:13 PM, Marton Balint wrote: > > > >> > >> > >> On Sun, 29 May 2016, Michael Niedermayer wrote: > >> > >> Hi > >>> > >>> It was suggested in the IRC meetin

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Ronald S. Bultje
Hi, On May 29, 2016 5:01 PM, "Marton Balint" wrote: > > > > On Sun, 29 May 2016, James Almer wrote: > >> On 5/29/2016 5:45 PM, Ronald S. Bultje wrote: >>> >>> Hi, >>> >>> On Sun, May 29, 2016 at 3:13 PM, Marton Balint wrote: >>> On Sun, 29 May 2016, Michael Niedermayer wrote:

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Marton Balint
On Sun, 29 May 2016, James Almer wrote: On 5/29/2016 5:45 PM, Ronald S. Bultje wrote: Hi, On Sun, May 29, 2016 at 3:13 PM, Marton Balint wrote: On Sun, 29 May 2016, Michael Niedermayer wrote: Hi It was suggested in the IRC meeting today that i start a vote to resolve if AVClass & AVO

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread James Almer
On 5/29/2016 5:45 PM, Ronald S. Bultje wrote: > Hi, > > On Sun, May 29, 2016 at 3:13 PM, Marton Balint wrote: > >> >> >> On Sun, 29 May 2016, Michael Niedermayer wrote: >> >> Hi >>> >>> It was suggested in the IRC meeting today that i start a vote to >>> resolve if AVClass & AVOption should be a

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Ronald S. Bultje
Hi, On Sun, May 29, 2016 at 3:13 PM, Marton Balint wrote: > > > On Sun, 29 May 2016, Michael Niedermayer wrote: > > Hi >> >> It was suggested in the IRC meeting today that i start a vote to >> resolve if AVClass & AVOption should be added to AVCodecParameters >> This question needs to be awnsere

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Ronald S. Bultje
Hi, On Sun, May 29, 2016 at 3:25 PM, Thilo Borgmann wrote: > Am 29.05.16 um 01:32 schrieb Michael Niedermayer: > > Hi > > > > It was suggested in the IRC meeting today that i start a vote to > > resolve if AVClass & AVOption should be added to AVCodecParameters > > This question needs to be awns

[FFmpeg-devel] [PATCH] avcodec: add MagicYUV decoder

2016-05-29 Thread Paul B Mahol
Hi, patch attached. From f9f538cc6253f892bb04b7c9e46189194b6f9be4 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 22 May 2016 15:18:30 +0200 Subject: [PATCH] avocdec: add MagicYUV decoder Signed-off-by: Paul B Mahol --- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + l

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Thilo Borgmann
Am 29.05.16 um 01:32 schrieb Michael Niedermayer: > Hi > > It was suggested in the IRC meeting today that i start a vote to > resolve if AVClass & AVOption should be added to AVCodecParameters > This question needs to be awnsered before the next release because > the ABI would be broken if its add

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Marton Balint
On Sun, 29 May 2016, Michael Niedermayer wrote: Hi It was suggested in the IRC meeting today that i start a vote to resolve if AVClass & AVOption should be added to AVCodecParameters This question needs to be awnsered before the next release because the ABI would be broken if its added afterw

Re: [FFmpeg-devel] IRC meeting

2016-05-29 Thread Marton Balint
On Sat, 28 May 2016, Stefano Sabatini wrote: On date Saturday 2016-05-28 18:57:00 +0200, Paul B Mahol encoded: On 5/28/16, Clement Boesch wrote: > On Wed, May 18, 2016 at 10:33:23PM +0200, Paul B Mahol wrote: >> Hi, >> >> I want to propose to have an FFmpeg IRC meeting on >> the Saturday of

Re: [FFmpeg-devel] [PATCH 1/2] avformat/movenc: propagate shift_data errors properly

2016-05-29 Thread Carl Eugen Hoyos
Marton Balint passwd.hu> writes: > -res = shift_data(s); > +if ((res = shift_data(s)) < 0) It's not my code but "if (res < 0)" is imo easier to read, less error-prone and makes the patch smaller... Carl Eugen ___ ffmpeg-devel

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Ronald S. Bultje
Hi, On Sat, May 28, 2016 at 7:32 PM, Michael Niedermayer wrote: > It was suggested in the IRC meeting today that i start a vote to > resolve if AVClass & AVOption should be added to AVCodecParameters > This question needs to be awnsered before the next release because > the ABI would be broken i

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Hendrik Leppkes
On Sun, May 29, 2016 at 1:32 AM, Michael Niedermayer wrote: > Hi > > It was suggested in the IRC meeting today that i start a vote to > resolve if AVClass & AVOption should be added to AVCodecParameters > This question needs to be awnsered before the next release because > the ABI would be broken

[FFmpeg-devel] [PATCH 2/2] avformat/movenc: remove useless if and reindent

2016-05-29 Thread Marton Balint
Signed-off-by: Marton Balint --- libavformat/movenc.c | 21 + 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index fbb659d..f9dffc2 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -5734,11 +5734,9 @@ s

[FFmpeg-devel] [PATCH 1/2] avformat/movenc: propagate shift_data errors properly

2016-05-29 Thread Marton Balint
The second one is not explicitly needed, as res is not reset, but it is there for consistency. Signed-off-by: Marton Balint --- libavformat/movenc.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 49cd1bd..fbb659d 100644

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Rostislav Pehlivanov
On 29 May 2016 at 00:32, Michael Niedermayer wrote: > Hi > > It was suggested in the IRC meeting today that i start a vote to > resolve if AVClass & AVOption should be added to AVCodecParameters > This question needs to be awnsered before the next release because > the ABI would be broken if its

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Carl Eugen Hoyos
Clément Bœsch pkh.me> writes: > I'm OK with adding an AVClass* on top of AVCodecParameters. +1 Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] AVClass & AVOption [VOTE]

2016-05-29 Thread Clément Bœsch
On Sun, May 29, 2016 at 01:32:54AM +0200, Michael Niedermayer wrote: [...] > Please state clearly if you agree to add AVClass&AVOption to > AVCodecParameters or if you disagree about adding it or if you dont > care either way I'm OK with adding an AVClass* on top of AVCodecParameters. Regards, -

Re: [FFmpeg-devel] [PATCH 1/2] lavc/mediacodecdec_h264: switch to new BSF API

2016-05-29 Thread Matthieu Bouron
On Fri, May 27, 2016 at 10:13:20AM +0200, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > libavcodec/mediacodecdec_h264.c | 61 > + > 1 file changed, 37 insertions(+), 24 deletions(-) > > diff --git a/libavcodec/mediacodecdec_h264.c b/libavcodec