Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-21 Thread Paul B Mahol
On Tue, Aug 20, 2019 at 7:04 PM James Almer wrote: > On 8/20/2019 5:29 AM, Paul B Mahol wrote: > > On Mon, Aug 19, 2019 at 11:31 PM James Almer wrote: > > > >> On 8/13/2019 10:14 PM, Eugene Lyapustin wrote: > >>> Signed-off-by: Eugene Lyapustin > >>> --- > >>> doc/filters.texi | 137 +

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-20 Thread James Almer
On 8/20/2019 5:29 AM, Paul B Mahol wrote: > On Mon, Aug 19, 2019 at 11:31 PM James Almer wrote: > >> On 8/13/2019 10:14 PM, Eugene Lyapustin wrote: >>> Signed-off-by: Eugene Lyapustin >>> --- >>> doc/filters.texi | 137 +++ >>> libavfilter/Makefile |1 + >>> libavfilter/allfilt

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-20 Thread Paul B Mahol
On Mon, Aug 19, 2019 at 11:31 PM James Almer wrote: > On 8/13/2019 10:14 PM, Eugene Lyapustin wrote: > > Signed-off-by: Eugene Lyapustin > > --- > > doc/filters.texi | 137 +++ > > libavfilter/Makefile |1 + > > libavfilter/allfilters.c |1 + > > libavfilter/vf_v360.c|

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-19 Thread James Almer
On 8/13/2019 10:14 PM, Eugene Lyapustin wrote: > Signed-off-by: Eugene Lyapustin > --- > doc/filters.texi | 137 +++ > libavfilter/Makefile |1 + > libavfilter/allfilters.c |1 + > libavfilter/vf_v360.c| 1847 ++ > 4 files changed, 1986

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-19 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Paul B Mahol > Sent: Wednesday, August 14, 2019 5:38 PM > To: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter > > On Wed, Au

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-14 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Thilo Borgmann > Sent: Wednesday, August 14, 2019 10:06 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter > > Am 14.08.19 um 15:14 schrieb Euge

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-14 Thread Thilo Borgmann
Am 14.08.19 um 16:09 schrieb Paul B Mahol: > On Wed, Aug 14, 2019 at 4:06 PM Thilo Borgmann > wrote: > >> Am 14.08.19 um 15:14 schrieb Eugene: >>> On 14.08.2019 13:06, Paul B Mahol wrote: >>> On Wed, Aug 14, 2019 at 11:56 AM Thilo Borgmann >> wrote: > [...] > +stat

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-14 Thread Paul B Mahol
On Wed, Aug 14, 2019 at 4:06 PM Thilo Borgmann wrote: > Am 14.08.19 um 15:14 schrieb Eugene: > > On 14.08.2019 13:06, Paul B Mahol wrote: > > > >> On Wed, Aug 14, 2019 at 11:56 AM Thilo Borgmann > > >> wrote: > >> > >>> [...] > >>> > >> +static int config_output(AVFilterLink *outlink) >

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-14 Thread Thilo Borgmann
Am 14.08.19 um 15:14 schrieb Eugene: > On 14.08.2019 13:06, Paul B Mahol wrote: > >> On Wed, Aug 14, 2019 at 11:56 AM Thilo Borgmann >> wrote: >> >>> [...] >>> >> +static int config_output(AVFilterLink *outlink) >> +{ >> +    AVFilterContext *ctx = outlink->src; >> +    AVFilterLi

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-14 Thread Eugene
On 14.08.2019 13:06, Paul B Mahol wrote: On Wed, Aug 14, 2019 at 11:56 AM Thilo Borgmann wrote: [...] +static int config_output(AVFilterLink *outlink) +{ +AVFilterContext *ctx = outlink->src; +AVFilterLink *inlink = ctx->inputs[0]; +V360Context *s = ctx->priv; +const AVPixFm

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-14 Thread Paul B Mahol
On Wed, Aug 14, 2019 at 11:56 AM Thilo Borgmann wrote: > [...] > > >>> +static int config_output(AVFilterLink *outlink) > >>> +{ > >>> +AVFilterContext *ctx = outlink->src; > >>> +AVFilterLink *inlink = ctx->inputs[0]; > >>> +V360Context *s = ctx->priv; > >>> +const AVPixFmtDescri

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-14 Thread Thilo Borgmann
[...] >>> +static int config_output(AVFilterLink *outlink) >>> +{ >>> +AVFilterContext *ctx = outlink->src; >>> +AVFilterLink *inlink = ctx->inputs[0]; >>> +V360Context *s = ctx->priv; >>> +const AVPixFmtDescriptor *desc = >>> av_pix_fmt_desc_get(inlink->format); >>> +const int

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-14 Thread Paul B Mahol
On Wed, Aug 14, 2019 at 9:01 AM Li, Zhong wrote: > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > > Of Eugene Lyapustin > > Sent: Wednesday, August 14, 2019 9:14 AM > > To: ffmpeg-devel@ffmpeg.org > > Subject: [FFmpeg-devel] [PATCH v2

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-14 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Eugene Lyapustin > Sent: Wednesday, August 14, 2019 9:14 AM > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter > > Signed-off-by: Eugene Lyapustin >

[FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-13 Thread Eugene Lyapustin
Signed-off-by: Eugene Lyapustin --- doc/filters.texi | 137 +++ libavfilter/Makefile |1 + libavfilter/allfilters.c |1 + libavfilter/vf_v360.c| 1847 ++ 4 files changed, 1986 insertions(+) create mode 100644 libavfilter/vf_v360.c dif