Re: [FFmpeg-devel] [PATCH] lavc/cfhd: added interlaced frame decoding

2018-03-19 Thread Paul B Mahol
On 3/19/18, Gagandeep Singh wrote: > On Sat, Mar 17, 2018 at 5:00 PM, Carl Eugen Hoyos > wrote: > Wrong way. Post patch against master ffmpeg, not against previous patch. ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] lavc/cfhd: added interlaced frame decoding

2018-03-19 Thread Gagandeep Singh
On Sat, Mar 17, 2018 at 5:00 PM, Carl Eugen Hoyos wrote: > 2018-03-17 10:42 GMT+01:00, Gagandeep Singh : > > ticket #5522: interlaced frame required horizontal-temporal inverse > > transform. though the output is not satisfactory yet. > > > diff

Re: [FFmpeg-devel] [PATCH] lavc/cfhd: added interlaced frame decoding

2018-03-17 Thread Carl Eugen Hoyos
2018-03-17 10:42 GMT+01:00, Gagandeep Singh : > ticket #5522: interlaced frame required horizontal-temporal inverse > transform. though the output is not satisfactory yet. > diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c > index a064cd1599..b17c7c1dc5 100644 > ---

[FFmpeg-devel] [PATCH] lavc/cfhd: added interlaced frame decoding

2018-03-17 Thread Gagandeep Singh
ticket #5522: interlaced frame required horizontal-temporal inverse transform. though the output is not satisfactory yet. --- libavcodec/cfhd.c | 102 -- libavcodec/cfhd.h | 3 +- 2 files changed, 85 insertions(+), 20 deletions(-) diff --git