Re: [FFmpeg-devel] [PATCH] avfitler/vf_perspective: support slice threading

2014-08-13 Thread Clément Bœsch
On Tue, Aug 12, 2014 at 05:12:43PM +0200, Paul B Mahol wrote: > On 8/12/14, Clement Boesch wrote: > > On Tue, Aug 12, 2014 at 11:32:20AM +, Paul B Mahol wrote: > >> Signed-off-by: Paul B Mahol > >> --- > >> libavfilter/vf_perspective.c | 69 > >> +--- >

Re: [FFmpeg-devel] [PATCH] avfitler/vf_perspective: support slice threading

2014-08-12 Thread Paul B Mahol
On 8/12/14, Clement Boesch wrote: > On Tue, Aug 12, 2014 at 11:32:20AM +, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavfilter/vf_perspective.c | 69 >> +--- >> 1 file changed, 52 insertions(+), 17 deletions(-) >> >> diff --git a/li

Re: [FFmpeg-devel] [PATCH] avfitler/vf_perspective: support slice threading

2014-08-12 Thread Clément Bœsch
On Tue, Aug 12, 2014 at 11:32:20AM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavfilter/vf_perspective.c | 69 > +--- > 1 file changed, 52 insertions(+), 17 deletions(-) > > diff --git a/libavfilter/vf_perspective.c b/libavfilter/v

Re: [FFmpeg-devel] [PATCH] avfitler/vf_perspective: support slice threading

2014-08-12 Thread Paul B Mahol
On 8/12/14, Clement Boesch wrote: > On Tue, Aug 12, 2014 at 11:32:20AM +, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavfilter/vf_perspective.c | 69 >> +--- >> 1 file changed, 52 insertions(+), 17 deletions(-) >> >> diff --git a/li

Re: [FFmpeg-devel] [PATCH] avfitler/vf_perspective: support slice threading

2014-08-12 Thread Clément Bœsch
On Tue, Aug 12, 2014 at 11:32:20AM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavfilter/vf_perspective.c | 69 > +--- > 1 file changed, 52 insertions(+), 17 deletions(-) > > diff --git a/libavfilter/vf_perspective.c b/libavfilter/v

[FFmpeg-devel] [PATCH] avfitler/vf_perspective: support slice threading

2014-08-12 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_perspective.c | 69 +--- 1 file changed, 52 insertions(+), 17 deletions(-) diff --git a/libavfilter/vf_perspective.c b/libavfilter/vf_perspective.c index f433226..c5471b0 100644 --- a/libavfilter/vf_perspectiv