[FFmpeg-devel] [PATCH 3/5] avfilter/scale: separate exprs parse and eval

2019-12-15 Thread Gyan
3rd of 5 factorized patches; supersedes https://patchwork.ffmpeg.org/patch/16272/ From 00b54948b88ae60aa3ab7c158b98e55cb8b967d3 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Thu, 12 Dec 2019 22:54:31 +0530 Subject: [PATCH 3/5] avfilter/scale: separate exprs parse and eval Will allow adding ani

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/scale: separate exprs parse and eval

2019-12-16 Thread Michael Niedermayer
On Sun, Dec 15, 2019 at 10:36:58PM +0530, Gyan wrote: > 3rd of 5 factorized patches; supersedes > https://patchwork.ffmpeg.org/patch/16272/ > scale_eval.c | 69 -- > vf_scale.c | 286 > +++ > 2 files changed, 271 insertions

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/scale: separate exprs parse and eval

2019-12-17 Thread Gyan
On 17-12-2019 01:44 am, Michael Niedermayer wrote: On Sun, Dec 15, 2019 at 10:36:58PM +0530, Gyan wrote: 3rd of 5 factorized patches; supersedes https://patchwork.ffmpeg.org/patch/16272/ scale_eval.c | 69 -- vf_scale.c | 286 +++

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/scale: separate exprs parse and eval

2019-12-19 Thread Gyan
Ping for this and remaining patches in set. On 17-12-2019 02:55 pm, Gyan wrote: On 17-12-2019 01:44 am, Michael Niedermayer wrote: On Sun, Dec 15, 2019 at 10:36:58PM +0530, Gyan wrote: 3rd of 5 factorized patches; supersedes https://patchwork.ffmpeg.org/patch/16272/   scale_eval.c |   69 ---

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/scale: separate exprs parse and eval

2019-12-23 Thread Gyan
Ping x2 On 20-12-2019 11:24 am, Gyan wrote: Ping for this and remaining patches in set. On 17-12-2019 02:55 pm, Gyan wrote: On 17-12-2019 01:44 am, Michael Niedermayer wrote: On Sun, Dec 15, 2019 at 10:36:58PM +0530, Gyan wrote: 3rd of 5 factorized patches; supersedes https://patchwork.ffm

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/scale: separate exprs parse and eval

2019-12-23 Thread Michael Niedermayer
On Tue, Dec 17, 2019 at 02:55:06PM +0530, Gyan wrote: > [...] > @@ -127,6 +204,22 @@ static av_cold int init_dict(AVFilterContext *ctx, > AVDictionary **opts) > if (!scale->h_expr) > av_opt_set(scale, "h", "ih", 0); > > +ret = av_expr_parse(&scale->w_pexpr, scale->w_expr, > +

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/scale: separate exprs parse and eval

2019-12-23 Thread Gyan
On 24-12-2019 04:50 am, Michael Niedermayer wrote: On Tue, Dec 17, 2019 at 02:55:06PM +0530, Gyan wrote: [...] @@ -127,6 +204,22 @@ static av_cold int init_dict(AVFilterContext *ctx, AVDictionary **opts) if (!scale->h_expr) av_opt_set(scale, "h", "ih", 0); +ret = av_exp

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/scale: separate exprs parse and eval

2019-12-26 Thread Gyan
On 24-12-2019 11:39 am, Gyan wrote: On 24-12-2019 04:50 am, Michael Niedermayer wrote: On Tue, Dec 17, 2019 at 02:55:06PM +0530, Gyan wrote: [...] @@ -127,6 +204,22 @@ static av_cold int init_dict(AVFilterContext *ctx, AVDictionary **opts)   if (!scale->h_expr)   av_opt_set(sca

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/scale: separate exprs parse and eval

2019-12-27 Thread Gyan
Hi Michael, On 26-12-2019 02:42 pm, Gyan wrote: On 24-12-2019 11:39 am, Gyan wrote: On 24-12-2019 04:50 am, Michael Niedermayer wrote: On Tue, Dec 17, 2019 at 02:55:06PM +0530, Gyan wrote: [...] @@ -127,6 +204,22 @@ static av_cold int init_dict(AVFilterContext *ctx, AVDictionary **opts)