Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread James Almer
On 9/28/2017 11:29 AM, Nicolas George wrote: > [ Replying in private so as not to escalate the troll. ] No. I'm CCing to the list as this is a public discussion. > > Le septidi 7 vendémiaire, an CCXXVI, James Almer a écrit : >> That's not how things are done and you know it. You do not simply ig

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread wm4
On Tue, 12 Sep 2017 11:40:55 +0200 Nicolas George wrote: > Signed-off-by: Nicolas George > --- > doc/APIchanges | 3 +++ > libavfilter/buffersink.c | 10 ++ > libavfilter/buffersink.h | 12 > 3 files changed, 21 insertions(+), 4 deletions(-) jamrial asked to cla

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread wm4
On Thu, 28 Sep 2017 16:14:40 +0200 Nicolas George wrote: > Le septidi 7 vendémiaire, an CCXXVI, James Almer a écrit : > > There was a very strong objection to this patch in another reply. You > > should ask him to elaborate if necessary. > > I do not remember. Checking. Oh, you mean wm4. I no

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread James Almer
On 9/28/2017 11:14 AM, Nicolas George wrote: > Le septidi 7 vendémiaire, an CCXXVI, James Almer a écrit : >> There was a very strong objection to this patch in another reply. You >> should ask him to elaborate if necessary. > > I do not remember. Checking. Oh, you mean wm4. I no longer read their

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread Nicolas George
Le septidi 7 vendémiaire, an CCXXVI, James Almer a écrit : > There was a very strong objection to this patch in another reply. You > should ask him to elaborate if necessary. I do not remember. Checking. Oh, you mean wm4. I no longer read their mails, and it seems I was right: this is no objection

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread James Almer
On 9/28/2017 11:04 AM, Nicolas George wrote: > Le sextidi 26 fructidor, an CCXXV, Nicolas George a écrit : >> Signed-off-by: Nicolas George >> --- >> doc/APIchanges | 3 +++ >> libavfilter/buffersink.c | 10 ++ >> libavfilter/buffersink.h | 12 >> 3 files changed,

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-28 Thread Nicolas George
Le sextidi 26 fructidor, an CCXXV, Nicolas George a écrit : > Signed-off-by: Nicolas George > --- > doc/APIchanges | 3 +++ > libavfilter/buffersink.c | 10 ++ > libavfilter/buffersink.h | 12 > 3 files changed, 21 insertions(+), 4 deletions(-) Will push soon if t

Re: [FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-19 Thread wm4
On Tue, 12 Sep 2017 11:40:55 +0200 Nicolas George wrote: > Signed-off-by: Nicolas George > --- > doc/APIchanges | 3 +++ > libavfilter/buffersink.c | 10 ++ > libavfilter/buffersink.h | 12 > 3 files changed, 21 insertions(+), 4 deletions(-) > > diff --git a/doc

[FFmpeg-devel] [PATCH] lavfi/buffersink: deprecate non-AVOption init.

2017-09-12 Thread Nicolas George
Signed-off-by: Nicolas George --- doc/APIchanges | 3 +++ libavfilter/buffersink.c | 10 ++ libavfilter/buffersink.h | 12 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index cc67cbf6f8..be136ca11e 100644 --- a/doc/