Re: [FFmpeg-devel] [WIP][RFC] [PATCH] FLIF16 Decoder

2020-05-29 Thread Anamitra Ghorui
Just to clarify, the raangecoded bitstream is decoded in function flif16_read_second_header in libavcodec/flif16dec.c. Here the aforementioned switch statement - segment variable system is used. Regards, Anamitra ___ ffmpeg-devel mailing list ffmpeg-dev

[FFmpeg-devel] [WIP][RFC] [PATCH] FLIF16 Decoder

2020-05-29 Thread Anamitra Ghorui
Hello, This is a partial implementation of the decoder of the FLIF16 image format [1]. A large amount of this code has been adapted from the reference implementation of the FLIF16 (de)coder, written in C++ [2]. The main reason I am posting this patch is to get comments on the method the rangecod