Re: [FFmpeg-devel] [PATCH v3] avfilter/scale: refactor common code for scaling height/width expressions

2017-02-04 Thread Michael Niedermayer
On Sat, Feb 04, 2017 at 10:04:07AM -0800, Aman Gupta wrote: > On Fri, Feb 3, 2017 at 3:04 PM, Michael Niedermayer > wrote: [...] > > > > If you dont have coverity access, tell me and ill send you an invite > > > > Please do. invite sent [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730

Re: [FFmpeg-devel] [PATCH v3] avfilter/scale: refactor common code for scaling height/width expressions

2017-02-04 Thread Aman Gupta
On Fri, Feb 3, 2017 at 3:04 PM, Michael Niedermayer wrote: > On Wed, Feb 01, 2017 at 04:30:18PM -0800, Aman Gupta wrote: > > From: Aman Gupta > > > > Implements support for height/width expressions in vf_scale_vaapi, > > by refactoring common code into a new libavfilter/scale.c > > --- > > liba

Re: [FFmpeg-devel] [PATCH v3] avfilter/scale: refactor common code for scaling height/width expressions

2017-02-03 Thread Michael Niedermayer
On Wed, Feb 01, 2017 at 04:30:18PM -0800, Aman Gupta wrote: > From: Aman Gupta > > Implements support for height/width expressions in vf_scale_vaapi, > by refactoring common code into a new libavfilter/scale.c > --- > libavfilter/Makefile | 8 +-- > libavfilter/scale.c | 152

Re: [FFmpeg-devel] [PATCH v3] avfilter/scale: refactor common code for scaling height/width expressions

2017-02-02 Thread Mark Thompson
On 02/02/17 12:27, Michael Niedermayer wrote: > On Thu, Feb 02, 2017 at 12:35:45AM +, Mark Thompson wrote: >> On 02/02/17 00:30, Aman Gupta wrote: >>> From: Aman Gupta >>> >>> Implements support for height/width expressions in vf_scale_vaapi, >>> by refactoring common code into a new libavfilt

Re: [FFmpeg-devel] [PATCH v3] avfilter/scale: refactor common code for scaling height/width expressions

2017-02-02 Thread Michael Niedermayer
On Thu, Feb 02, 2017 at 12:35:45AM +, Mark Thompson wrote: > On 02/02/17 00:30, Aman Gupta wrote: > > From: Aman Gupta > > > > Implements support for height/width expressions in vf_scale_vaapi, > > by refactoring common code into a new libavfilter/scale.c > > --- > > libavfilter/Makefile

Re: [FFmpeg-devel] [PATCH v3] avfilter/scale: refactor common code for scaling height/width expressions

2017-02-01 Thread Mark Thompson
On 02/02/17 00:30, Aman Gupta wrote: > From: Aman Gupta > > Implements support for height/width expressions in vf_scale_vaapi, > by refactoring common code into a new libavfilter/scale.c > --- > libavfilter/Makefile | 8 +-- > libavfilter/scale.c | 152 > +

[FFmpeg-devel] [PATCH v3] avfilter/scale: refactor common code for scaling height/width expressions

2017-02-01 Thread Aman Gupta
From: Aman Gupta Implements support for height/width expressions in vf_scale_vaapi, by refactoring common code into a new libavfilter/scale.c --- libavfilter/Makefile | 8 +-- libavfilter/scale.c | 152 +++ libavfilter/scale.h |