Re: [FFmpeg-devel] [PATCH v3] lavfi: add new iteration API

2020-04-17 Thread Jean-Baptiste Kempf
On Thu, Apr 16, 2020, at 21:56, Nicolas George wrote: > Andreas Rheinhardt (12020-04-16): > > How would one create these out-of-tree filters without using internal > > API and without extending the public API for this (thereby hindering > > development generally)? E.g. all those function

Re: [FFmpeg-devel] [PATCH v3] lavfi: add new iteration API

2020-04-16 Thread Nicolas George
Andreas Rheinhardt (12020-04-16): > How would one create these out-of-tree filters without using internal > API and without extending the public API for this (thereby hindering > development generally)? E.g. all those function pointers in AVFilter > (and lots of other similar structures) are

Re: [FFmpeg-devel] [PATCH v3] lavfi: add new iteration API

2020-04-16 Thread Andreas Rheinhardt
Michael Niedermayer: > On Wed, Apr 15, 2020 at 03:00:32PM -0700, Josh Allmann wrote: >> On Tue, 14 Apr 2020 at 01:53, Josh de Kock wrote: >>> >>> Hi, >>> >>> On Mon, Apr 13, 2020, at 10:32 PM, Josh Allmann wrote: Hi, On Sat, 24 Mar 2018 at 14:40, Josh de Kock wrote: > >

Re: [FFmpeg-devel] [PATCH v3] lavfi: add new iteration API

2020-04-16 Thread Michael Niedermayer
On Wed, Apr 15, 2020 at 03:00:32PM -0700, Josh Allmann wrote: > On Tue, 14 Apr 2020 at 01:53, Josh de Kock wrote: > > > > Hi, > > > > On Mon, Apr 13, 2020, at 10:32 PM, Josh Allmann wrote: > > > Hi, > > > > > > On Sat, 24 Mar 2018 at 14:40, Josh de Kock wrote: > > > > > > > > Signed-off-by: Josh

Re: [FFmpeg-devel] [PATCH v3] lavfi: add new iteration API

2020-04-16 Thread Jean-Baptiste Kempf
On Thu, Apr 16, 2020, at 10:44, Paul B Mahol wrote: > > Thanks for the explanation Josh. For what it's worth, count me as > > being at least one API user for which out-of-tree filter capability > > would be very helpful. (And to preempt some other reactions, "use > > gstreamer" is not really

Re: [FFmpeg-devel] [PATCH v3] lavfi: add new iteration API

2020-04-16 Thread Paul B Mahol
On 4/16/20, Josh Allmann wrote: > On Tue, 14 Apr 2020 at 01:53, Josh de Kock wrote: >> >> Hi, >> >> On Mon, Apr 13, 2020, at 10:32 PM, Josh Allmann wrote: >> > Hi, >> > >> > On Sat, 24 Mar 2018 at 14:40, Josh de Kock wrote: >> > > >> > > Signed-off-by: Josh de Kock >> > > --- >> > > configure

Re: [FFmpeg-devel] [PATCH v3] lavfi: add new iteration API

2020-04-15 Thread Josh Allmann
On Tue, 14 Apr 2020 at 01:53, Josh de Kock wrote: > > Hi, > > On Mon, Apr 13, 2020, at 10:32 PM, Josh Allmann wrote: > > Hi, > > > > On Sat, 24 Mar 2018 at 14:40, Josh de Kock wrote: > > > > > > Signed-off-by: Josh de Kock > > > --- > > > configure| 29 +- > > > doc/APIchanges

Re: [FFmpeg-devel] [PATCH v3] lavfi: add new iteration API

2020-04-14 Thread Lynne
Apr 14, 2020, 09:52 by j...@itanimul.li: > Hi, > > On Mon, Apr 13, 2020, at 10:32 PM, Josh Allmann wrote: > >> Hi, >> >> On Sat, 24 Mar 2018 at 14:40, Josh de Kock wrote: >> > >> > Signed-off-by: Josh de Kock >> > --- >> > configure| 29 +- >> > doc/APIchanges | 4

Re: [FFmpeg-devel] [PATCH v3] lavfi: add new iteration API

2020-04-14 Thread Josh de Kock
Hi, On Mon, Apr 13, 2020, at 10:32 PM, Josh Allmann wrote: > Hi, > > On Sat, 24 Mar 2018 at 14:40, Josh de Kock wrote: > > > > Signed-off-by: Josh de Kock > > --- > > configure| 29 +- > > doc/APIchanges | 4 + > > doc/writing_filters.txt | 6 +- > >

Re: [FFmpeg-devel] [PATCH v3] lavfi: add new iteration API

2020-04-14 Thread Paul B Mahol
On 4/13/20, Josh Allmann wrote: > Hi, > > On Sat, 24 Mar 2018 at 14:40, Josh de Kock wrote: >> >> Signed-off-by: Josh de Kock >> --- >> configure| 29 +- >> doc/APIchanges | 4 + >> doc/writing_filters.txt | 6 +- >> libavfilter/allfilters.c | 823 >>

Re: [FFmpeg-devel] [PATCH v3] lavfi: add new iteration API

2020-04-13 Thread Josh Allmann
Hi, On Sat, 24 Mar 2018 at 14:40, Josh de Kock wrote: > > Signed-off-by: Josh de Kock > --- > configure| 29 +- > doc/APIchanges | 4 + > doc/writing_filters.txt | 6 +- > libavfilter/allfilters.c | 823 > +-- >

[FFmpeg-devel] [PATCH v3] lavfi: add new iteration API

2018-03-24 Thread Josh de Kock
Signed-off-by: Josh de Kock --- configure| 29 +- doc/APIchanges | 4 + doc/writing_filters.txt | 6 +- libavfilter/allfilters.c | 823 +-- libavfilter/avfilter.c | 50 +-- libavfilter/avfilter.h |