Re: [FFmpeg-devel] [PATCH v3 3/3] libavcodec/jpeb2000dec.c: Handle non EOC streams

2020-03-28 Thread Gautam Ramakrishnan
On Sat, Mar 28, 2020 at 4:59 PM Carl Eugen Hoyos wrote: > > Am Sa., 28. März 2020 um 12:13 Uhr schrieb Gautam Ramakrishnan > : > > > > On Sat, Mar 28, 2020 at 3:54 PM Carl Eugen Hoyos wrote: > > > > > > Am Sa., 28. März 2020 um 05:19 Uhr schrieb : > > > > > > > > From: Gautam Ramakrishnan > > >

Re: [FFmpeg-devel] [PATCH v3 3/3] libavcodec/jpeb2000dec.c: Handle non EOC streams

2020-03-28 Thread Carl Eugen Hoyos
Am Sa., 28. März 2020 um 12:13 Uhr schrieb Gautam Ramakrishnan : > > On Sat, Mar 28, 2020 at 3:54 PM Carl Eugen Hoyos wrote: > > > > Am Sa., 28. März 2020 um 05:19 Uhr schrieb : > > > > > > From: Gautam Ramakrishnan > > > > > > This patch allows decoding of j2k streams which do > > > not have an

Re: [FFmpeg-devel] [PATCH v3 3/3] libavcodec/jpeb2000dec.c: Handle non EOC streams

2020-03-28 Thread Gautam Ramakrishnan
On Sat, Mar 28, 2020 at 3:54 PM Carl Eugen Hoyos wrote: > > Am Sa., 28. März 2020 um 05:19 Uhr schrieb : > > > > From: Gautam Ramakrishnan > > > > This patch allows decoding of j2k streams which do > > not have an EOC marker. OpenJPEG implements a similar > > check. > > --- > > libavcodec/jpeg20

Re: [FFmpeg-devel] [PATCH v3 3/3] libavcodec/jpeb2000dec.c: Handle non EOC streams

2020-03-28 Thread Carl Eugen Hoyos
Am Sa., 28. März 2020 um 05:19 Uhr schrieb : > > From: Gautam Ramakrishnan > > This patch allows decoding of j2k streams which do > not have an EOC marker. OpenJPEG implements a similar > check. > --- > libavcodec/jpeg2000dec.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff

Re: [FFmpeg-devel] [PATCH v3 3/3] libavcodec/jpeb2000dec.c: Handle non EOC streams

2020-03-27 Thread Gautam Ramakrishnan
On Sat, Mar 28, 2020 at 9:59 AM Steven Liu wrote: > > > > > 2020年3月28日 下午12:24,Gautam Ramakrishnan 写道: > > > > On Sat, Mar 28, 2020 at 9:49 AM wrote: > should the title be jpeg2000dec?, it maybe is a typo if I don’t misunderstand. You are right, it is a typo. It must be jpeg2000dec. > >> > >> Fr

Re: [FFmpeg-devel] [PATCH v3 3/3] libavcodec/jpeb2000dec.c: Handle non EOC streams

2020-03-27 Thread Steven Liu
> 2020年3月28日 下午12:24,Gautam Ramakrishnan 写道: > > On Sat, Mar 28, 2020 at 9:49 AM wrote: should the title be jpeg2000dec?, it maybe is a typo if I don’t misunderstand. >> >> From: Gautam Ramakrishnan >> >> This patch allows decoding of j2k streams which do >> not have an EOC marker. OpenJPEG

Re: [FFmpeg-devel] [PATCH v3 3/3] libavcodec/jpeb2000dec.c: Handle non EOC streams

2020-03-27 Thread Gautam Ramakrishnan
On Sat, Mar 28, 2020 at 9:49 AM wrote: > > From: Gautam Ramakrishnan > > This patch allows decoding of j2k streams which do > not have an EOC marker. OpenJPEG implements a similar > check. > --- > libavcodec/jpeg2000dec.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --gi

[FFmpeg-devel] [PATCH v3 3/3] libavcodec/jpeb2000dec.c: Handle non EOC streams

2020-03-27 Thread gautamramk
From: Gautam Ramakrishnan This patch allows decoding of j2k streams which do not have an EOC marker. OpenJPEG implements a similar check. --- libavcodec/jpeg2000dec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavcodec/jpeg2000dec.c b/libavcodec/jpeg2000dec.c inde