Re: [FFmpeg-devel] [PATCH] [RFC] lavc, lavfmt: add FLIF decoding support

2020-07-30 Thread Anamitra Ghorui
July 30, 2020 1:08 AM, "Andreas Rheinhardt" wrote: > Anamitra Ghorui: > >> This patch implements non interlaced decoding of FLIF16 images with all >> transforms except for one, FrameLookback which is being tested. >> >> Several test files have been attached. The above mentioned transform >> an

Re: [FFmpeg-devel] [PATCH] [RFC] lavc, lavfmt: add FLIF decoding support

2020-07-29 Thread Anamitra Ghorui
It appears that the patch is faulty. I will be reposting it. Sorry for the inconvenience. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ

Re: [FFmpeg-devel] [PATCH] [RFC] lavc, lavfmt: add FLIF decoding support

2020-07-29 Thread Andreas Rheinhardt
Anamitra Ghorui: > This patch implements non interlaced decoding of FLIF16 images with all > transforms except for one, FrameLookback which is being tested. > > Several test files have been attached. The above mentioned transform > and interlaced decoding is being tested and will be implemented sh