Re: [FFmpeg-devel] [PATCH v5 1/3] [RFC] lavc: add FLIF decoding support

2020-08-21 Thread Anamitra Ghorui
August 21, 2020 8:27 PM, "Paul B Mahol" wrote: > On 8/20/20, Anamitra Ghorui wrote: > >> Hello, >> >> On Wed, 19 Aug 2020 21:05:41 +0200 >> Paul B Mahol wrote: >> >> [...] >> All these corrections have been made by me locally, but I would like to wait for some further

Re: [FFmpeg-devel] [PATCH v5 1/3] [RFC] lavc: add FLIF decoding support

2020-08-21 Thread Paul B Mahol
On 8/20/20, Anamitra Ghorui wrote: > Hello, > > On Wed, 19 Aug 2020 21:05:41 +0200 > Paul B Mahol wrote: > > [...] > >> > >> > >> > All these corrections have been made by me locally, but I would >> > like to wait for some further review (self and otherwise) before >> > posting again. >> >> Pleas

Re: [FFmpeg-devel] [PATCH v5 1/3] [RFC] lavc: add FLIF decoding support

2020-08-20 Thread Anamitra Ghorui
Hello, On Wed, 19 Aug 2020 21:05:41 +0200 Paul B Mahol wrote: [...] > > > > > > All these corrections have been made by me locally, but I would > > like to wait for some further review (self and otherwise) before > > posting again. > > Please make use of av_clip and FFMIN/FFMAX macros. > We

Re: [FFmpeg-devel] [PATCH v5 1/3] [RFC] lavc: add FLIF decoding support

2020-08-19 Thread Paul B Mahol
On 8/17/20, Anamitra Ghorui wrote: > On Sat, 15 Aug 2020 00:29:10 +0530 > Anamitra Ghorui wrote: > >> This patch fixes a few cosmetic errors mentioned in v3, an error in the >> ColorBuckets reading function and removes a few redundancies in the >> rangecoder initialisation. >> >> Co-authored-by:

Re: [FFmpeg-devel] [PATCH v5 1/3] [RFC] lavc: add FLIF decoding support

2020-08-17 Thread Anamitra Ghorui
On Sat, 15 Aug 2020 00:29:10 +0530 Anamitra Ghorui wrote: > This patch fixes a few cosmetic errors mentioned in v3, an error in the > ColorBuckets reading function and removes a few redundancies in the > rangecoder initialisation. > > Co-authored-by: Anamitra Ghorui > Co-authored-by: Kartik K K