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
> > >
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
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
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
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
> 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
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
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