Re: [FFmpeg-devel] [PATCH 2/2] lavf: use a video frame pool for each link of the filtergraph

2015-12-15 Thread Matthieu Bouron
On Tue, Dec 15, 2015 at 10:00 AM, Michael Niedermayer wrote: > On Mon, Dec 14, 2015 at 02:26:38PM +0100, Matthieu Bouron wrote: > > On Fri, Dec 11, 2015 at 1:32 PM, Matthieu Bouron < > matthieu.bou...@gmail.com> > > wrote: > > > > > From: Matthieu Bouron > > > > > > --- > > > libavfilter/avfilt

Re: [FFmpeg-devel] [PATCH 2/2] lavf: use a video frame pool for each link of the filtergraph

2015-12-15 Thread Michael Niedermayer
On Mon, Dec 14, 2015 at 02:26:38PM +0100, Matthieu Bouron wrote: > On Fri, Dec 11, 2015 at 1:32 PM, Matthieu Bouron > wrote: > > > From: Matthieu Bouron > > > > --- > > libavfilter/avfilter.c | 1 + > > libavfilter/avfilter.h | 5 + > > libavfilter/video.c| 38

Re: [FFmpeg-devel] [PATCH 2/2] lavf: use a video frame pool for each link of the filtergraph

2015-12-14 Thread Matthieu Bouron
On Fri, Dec 11, 2015 at 2:04 PM, Clément Bœsch wrote: > On Fri, Dec 11, 2015 at 01:32:47PM +0100, Matthieu Bouron wrote: > [...] > > diff --git a/libavfilter/video.c b/libavfilter/video.c > > index 0274fc1..5b0b7f9 100644 > > --- a/libavfilter/video.c > > +++ b/libavfilter/video.c > > @@ -32,6 +3

Re: [FFmpeg-devel] [PATCH 2/2] lavf: use a video frame pool for each link of the filtergraph

2015-12-14 Thread Matthieu Bouron
On Fri, Dec 11, 2015 at 1:32 PM, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > libavfilter/avfilter.c | 1 + > libavfilter/avfilter.h | 5 + > libavfilter/video.c| 38 +++--- > 3 files changed, 33 insertions(+), 11 deletions(-) > > diff --git

Re: [FFmpeg-devel] [PATCH 2/2] lavf: use a video frame pool for each link of the filtergraph

2015-12-14 Thread Matthieu Bouron
On Fri, Dec 11, 2015 at 1:45 PM, Moritz Barsnick wrote: > > Subject: [FFmpeg-devel] [PATCH 2/2] lavf: use a video frame pool for each > > link of the filtergraph > > Since Ganesh just recently mentioned the confusion: Wouldn't this be > lavfi instead of lavf? > Up

Re: [FFmpeg-devel] [PATCH 2/2] lavf: use a video frame pool for each link of the filtergraph

2015-12-11 Thread Clément Bœsch
On Fri, Dec 11, 2015 at 01:32:47PM +0100, Matthieu Bouron wrote: [...] > diff --git a/libavfilter/video.c b/libavfilter/video.c > index 0274fc1..5b0b7f9 100644 > --- a/libavfilter/video.c > +++ b/libavfilter/video.c > @@ -32,6 +32,8 @@ > #include "internal.h" > #include "video.h" > > +#define B

Re: [FFmpeg-devel] [PATCH 2/2] lavf: use a video frame pool for each link of the filtergraph

2015-12-11 Thread Moritz Barsnick
> Subject: [FFmpeg-devel] [PATCH 2/2] lavf: use a video frame pool for each > link of the filtergraph Since Ganesh just recently mentioned the confusion: Wouldn't this be lavfi instead of lavf? Yet another task for ./tools/patcheck. ;-) > libavfilter/avfilter.c | 1 +

[FFmpeg-devel] [PATCH 2/2] lavf: use a video frame pool for each link of the filtergraph

2015-12-11 Thread Matthieu Bouron
From: Matthieu Bouron --- libavfilter/avfilter.c | 1 + libavfilter/avfilter.h | 5 + libavfilter/video.c| 38 +++--- 3 files changed, 33 insertions(+), 11 deletions(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index c5c3044..bec8f81