Re: [FFmpeg-devel] [FFmpeg][PATCH] lavc/cfhd: introduced interlaced using temporal horizontal transform

2018-03-19 Thread Michael Niedermayer
On Mon, Mar 19, 2018 at 03:17:59PM +0530, Gagandeep Singh wrote: > interlaced files require horizontal-temporal transform that has been added. > Output is not satisfactory yet! > --- > libavcodec/cfhd.c | 137 > +- > libavcodec/cfhd.h | 3 +-

Re: [FFmpeg-devel] [FFmpeg][PATCH] lavc/cfhd: introduced interlaced using temporal horizontal transform

2018-03-19 Thread James Almer
On 3/19/2018 6:47 AM, Gagandeep Singh wrote: > interlaced files require horizontal-temporal transform that has been added. > Output is not satisfactory yet! > --- > libavcodec/cfhd.c | 137 > +- > libavcodec/cfhd.h | 3 +- > 2 files changed,

[FFmpeg-devel] [FFmpeg][PATCH] lavc/cfhd: introduced interlaced using temporal horizontal transform

2018-03-19 Thread Gagandeep Singh
interlaced files require horizontal-temporal transform that has been added. Output is not satisfactory yet! --- libavcodec/cfhd.c | 137 +- libavcodec/cfhd.h | 3 +- 2 files changed, 107 insertions(+), 33 deletions(-) diff --git