Re: [FFmpeg-devel] [PATCH 1/6] reitnerlace - tinterlace-like filter under LGPL

2018-04-23 Thread Paul B Mahol
On 4/23/18, Vasile Toncu wrote: >> This patch is still corrupted by your mailer, by introducing line >> breaks. Please attach it as a file, or use "git send-email" >> >> Moritz >> ___ >> ffmpeg-devel mailing list >> ffmpeg-devel@ffmpeg.org >> http://ffmp

Re: [FFmpeg-devel] [PATCH 1/6] reitnerlace - tinterlace-like filter under LGPL

2018-04-23 Thread Vasile Toncu
This patch is still corrupted by your mailer, by introducing line breaks. Please attach it as a file, or use "git send-email" Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel Hello, I have a

Re: [FFmpeg-devel] [PATCH 1/6] reitnerlace - tinterlace-like filter under LGPL

2018-04-20 Thread Moritz Barsnick
On Fri, Apr 20, 2018 at 17:44:17 +0300, Vasile Toncu wrote: > -typedef struct InterlaceContext { > -    const AVClass *class; > -    enum ScanMode scan;    // top or bottom field first scanning > -    int lowpass;   // enable or disable low pass filtering > -    AVFrame *cur, *next;   // th

Re: [FFmpeg-devel] [PATCH 1/6] reitnerlace - tinterlace-like filter under LGPL

2018-04-20 Thread Vasile Toncu
Signed-off-by: Vasile Toncu ---  libavfilter/Makefile    |   2 +-  libavfilter/interlace.h |  68 ---  libavfilter/vf_interlace.c  | 366  libavfilter/vf_tinterlace.c |  26 +++  libavfilter/x86/Makefile    | 

Re: [FFmpeg-devel] [PATCH 1/6] reitnerlace - tinterlace-like filter under LGPL

2018-04-18 Thread Paul B Mahol
On 4/18/18, Vasile Toncu wrote: > > > On 17.04.2018 19:42, Thomas Mundt wrote: >> >> Please do also remove interlace.h and x86/vf_interlace_init.c. Adapt >> x86/Makefile accordingly. >> Otherwise the patch is ok. >> >> When sending the LGPL vf_reinterlace patch, please do also send a patch >> that

Re: [FFmpeg-devel] [PATCH 1/6] reitnerlace - tinterlace-like filter under LGPL

2018-04-18 Thread Vasile Toncu
On 17.04.2018 19:42, Thomas Mundt wrote: Please do also remove interlace.h and x86/vf_interlace_init.c. Adapt x86/Makefile accordingly. Otherwise the patch is ok. When sending the LGPL vf_reinterlace patch, please do also send a patch that renames vf_reinterlace to vf_tinterlace and replaces

Re: [FFmpeg-devel] [PATCH 1/6] reitnerlace - tinterlace-like filter under LGPL

2018-04-17 Thread Thomas Mundt
Hi, 2018-04-17 13:33 GMT+02:00 Vasile Toncu : > > > On 12.04.2018 19:45, Thomas Mundt wrote: > >> >> You need to write separate AVOption interlace_options and AVFilter >> avfilter_vf_interlace in vf_tinterlace.c >> Have a look at this patch: >> https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/

Re: [FFmpeg-devel] [PATCH 1/6] reitnerlace - tinterlace-like filter under LGPL

2018-04-17 Thread Paul B Mahol
On 4/17/18, Vasile Toncu wrote: > > > On 12.04.2018 19:45, Thomas Mundt wrote: >> >> You need to write separate AVOption interlace_options and AVFilter >> avfilter_vf_interlace in vf_tinterlace.c >> Have a look at this patch: >> https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/88e0e2054d911b386

Re: [FFmpeg-devel] [PATCH 1/6] reitnerlace - tinterlace-like filter under LGPL

2018-04-17 Thread Vasile Toncu
On 12.04.2018 19:45, Thomas Mundt wrote: You need to write separate AVOption interlace_options and AVFilter avfilter_vf_interlace in vf_tinterlace.c Have a look at this patch: https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/88e0e2054d911b38662f681bdc267e08312d313a Regards, Thomas

Re: [FFmpeg-devel] [PATCH 1/6] reitnerlace - tinterlace-like filter under LGPL

2018-04-12 Thread Thomas Mundt
Hi, 2018-04-10 22:34 GMT+02:00 Vasile Toncu : > Hello, > > This is the first part of the first patch. I added interlace options to > tinterlace. On the next patch I will delete vf_interlace. > > > Thank you, > > Vasile Toncu > > > From b2be4e949e071f9017d8a9d6fbd1fbb56505ac50 Mon Sep 17 00:00:00