Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-25 Thread compn
On Thu, 25 Sep 2014 07:45:12 -0400 "Ronald S. Bultje" wrote: > Well, that's his list, other devs will have their own priorities. right, please dont think because i'm one of the few voices speaking up that i make any policy around here. mostly we discuss policy on the mailing list, so if you do

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-25 Thread Ronald S. Bultje
Hi Robert, On Thu, Sep 25, 2014 at 6:45 AM, Robert Krüger wrote: > On Thu, Sep 25, 2014 at 3:51 AM, compn wrote: > > this is one of ffmpegs goals, but i dont think it is a high priority. > > we dont really have official priorities, but i think the unofficial > > list is something like this: > >

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-25 Thread Robert Krüger
First of all, thanks for taking the time for the detailed feedback. On Thu, Sep 25, 2014 at 3:51 AM, compn wrote: > On Mon, 15 Sep 2014 14:07:06 +0200 > Robert Krüger wrote: > >> On Mon, Sep 15, 2014 at 1:12 PM, Michael Niedermayer >> wrote: >> > On Mon, Sep 15, 2014 at 10:26:28AM +0200, Robert

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-24 Thread compn
On Mon, 15 Sep 2014 14:07:06 +0200 Robert Krüger wrote: > On Mon, Sep 15, 2014 at 1:12 PM, Michael Niedermayer > wrote: > > On Mon, Sep 15, 2014 at 10:26:28AM +0200, Robert Krüger wrote: > >> On Sun, Sep 14, 2014 at 5:58 PM, Michael Niedermayer > >> wrote: > >> > On Sun, Sep 14, 2014 at 05:40:3

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-24 Thread Tomas Härdin
On Sat, 2014-09-13 at 12:36 +0200, Michael Niedermayer wrote: > From: Baptiste Coudurier > > Ported by michael from ffmbc to ffmpeg > the code is under CONFIG_GPL as ffmbc is GPL > > Signed-off-by: Michael Niedermayer > --- > libavformat/mxfenc.c | 143 > +

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-15 Thread Michael Niedermayer
On Mon, Sep 15, 2014 at 02:07:06PM +0200, Robert Krüger wrote: > On Mon, Sep 15, 2014 at 1:12 PM, Michael Niedermayer wrote: > > On Mon, Sep 15, 2014 at 10:26:28AM +0200, Robert Krüger wrote: > >> On Sun, Sep 14, 2014 at 5:58 PM, Michael Niedermayer > >> wrote: > >> > On Sun, Sep 14, 2014 at 05:

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-15 Thread Robert Krüger
On Mon, Sep 15, 2014 at 1:12 PM, Michael Niedermayer wrote: > On Mon, Sep 15, 2014 at 10:26:28AM +0200, Robert Krüger wrote: >> On Sun, Sep 14, 2014 at 5:58 PM, Michael Niedermayer >> wrote: >> > On Sun, Sep 14, 2014 at 05:40:35PM +0200, Robert Krüger wrote: >> >> On Sat, Sep 13, 2014 at 12:36 P

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-15 Thread Michael Niedermayer
On Mon, Sep 15, 2014 at 10:26:28AM +0200, Robert Krüger wrote: > On Sun, Sep 14, 2014 at 5:58 PM, Michael Niedermayer wrote: > > On Sun, Sep 14, 2014 at 05:40:35PM +0200, Robert Krüger wrote: > >> On Sat, Sep 13, 2014 at 12:36 PM, Michael Niedermayer > >> wrote: > >> > From: Baptiste Coudurier

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-15 Thread Robert Krüger
On Sun, Sep 14, 2014 at 5:58 PM, Michael Niedermayer wrote: > On Sun, Sep 14, 2014 at 05:40:35PM +0200, Robert Krüger wrote: >> On Sat, Sep 13, 2014 at 12:36 PM, Michael Niedermayer >> wrote: >> > From: Baptiste Coudurier >> > >> > Ported by michael from ffmbc to ffmpeg >> > the code is under C

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-14 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 05:40:35PM +0200, Robert Krüger wrote: > On Sat, Sep 13, 2014 at 12:36 PM, Michael Niedermayer > wrote: > > From: Baptiste Coudurier > > > > Ported by michael from ffmbc to ffmpeg > > the code is under CONFIG_GPL as ffmbc is GPL > > > > Signed-off-by: Michael Niedermayer

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-14 Thread Robert Krüger
On Sat, Sep 13, 2014 at 12:36 PM, Michael Niedermayer wrote: > From: Baptiste Coudurier > > Ported by michael from ffmbc to ffmpeg > the code is under CONFIG_GPL as ffmbc is GPL > > Signed-off-by: Michael Niedermayer > --- > libavformat/mxfenc.c | 143 > +++