On 2021-12-30 11:25 pm, Michael Niedermayer wrote:
On Thu, Dec 30, 2021 at 10:39:05PM +0530, Gyan Doshi wrote:
On 2021-12-30 07:46 pm, Michael Niedermayer wrote:
On Thu, Dec 30, 2021 at 10:07:21AM +0530, Gyan Doshi wrote:
On 2021-12-29 11:38 pm, Michael Niedermayer wrote:
On Wed, Dec 29,
On Thu, Dec 30, 2021 at 10:39:05PM +0530, Gyan Doshi wrote:
>
>
> On 2021-12-30 07:46 pm, Michael Niedermayer wrote:
> > On Thu, Dec 30, 2021 at 10:07:21AM +0530, Gyan Doshi wrote:
> > >
> > > On 2021-12-29 11:38 pm, Michael Niedermayer wrote:
> > > > On Wed, Dec 29, 2021 at 09:39:34PM +0530, Gy
On 2021-12-30 07:46 pm, Michael Niedermayer wrote:
On Thu, Dec 30, 2021 at 10:07:21AM +0530, Gyan Doshi wrote:
On 2021-12-29 11:38 pm, Michael Niedermayer wrote:
On Wed, Dec 29, 2021 at 09:39:34PM +0530, Gyan Doshi wrote:
On 2021-12-29 05:58 pm, Michael Niedermayer wrote:
On Tue, Dec 28,
On Thu, Dec 30, 2021 at 10:07:21AM +0530, Gyan Doshi wrote:
>
>
> On 2021-12-29 11:38 pm, Michael Niedermayer wrote:
> > On Wed, Dec 29, 2021 at 09:39:34PM +0530, Gyan Doshi wrote:
> > >
> > > On 2021-12-29 05:58 pm, Michael Niedermayer wrote:
> > > > On Tue, Dec 28, 2021 at 10:26:42PM +0530, Gy
On 2021-12-29 11:38 pm, Michael Niedermayer wrote:
On Wed, Dec 29, 2021 at 09:39:34PM +0530, Gyan Doshi wrote:
On 2021-12-29 05:58 pm, Michael Niedermayer wrote:
On Tue, Dec 28, 2021 at 10:26:42PM +0530, Gyan Doshi wrote:
On 2021-12-28 05:18 am, Michael Niedermayer wrote:
On Tue, Dec 28,
On Wed, Dec 29, 2021 at 09:39:34PM +0530, Gyan Doshi wrote:
>
>
> On 2021-12-29 05:58 pm, Michael Niedermayer wrote:
> > On Tue, Dec 28, 2021 at 10:26:42PM +0530, Gyan Doshi wrote:
> > >
> > > On 2021-12-28 05:18 am, Michael Niedermayer wrote:
> > > > On Tue, Dec 28, 2021 at 01:33:54AM +0530, Gy
On 2021-12-29 05:58 pm, Michael Niedermayer wrote:
On Tue, Dec 28, 2021 at 10:26:42PM +0530, Gyan Doshi wrote:
On 2021-12-28 05:18 am, Michael Niedermayer wrote:
On Tue, Dec 28, 2021 at 01:33:54AM +0530, Gyan Doshi wrote:
On 2021-12-28 12:38 am, Michael Niedermayer wrote:
On Mon, Dec 27,
On Tue, Dec 28, 2021 at 10:26:42PM +0530, Gyan Doshi wrote:
>
>
> On 2021-12-28 05:18 am, Michael Niedermayer wrote:
> > On Tue, Dec 28, 2021 at 01:33:54AM +0530, Gyan Doshi wrote:
> > >
> > > On 2021-12-28 12:38 am, Michael Niedermayer wrote:
> > > > On Mon, Dec 27, 2021 at 11:27:10AM +0530, Gy
On 2021-12-28 05:18 am, Michael Niedermayer wrote:
On Tue, Dec 28, 2021 at 01:33:54AM +0530, Gyan Doshi wrote:
On 2021-12-28 12:38 am, Michael Niedermayer wrote:
On Mon, Dec 27, 2021 at 11:27:10AM +0530, Gyan Doshi wrote:
As per ISO 14496-12, sample duration of 0 is invalid except for
the l
On Tue, Dec 28, 2021 at 01:33:54AM +0530, Gyan Doshi wrote:
>
>
> On 2021-12-28 12:38 am, Michael Niedermayer wrote:
> > On Mon, Dec 27, 2021 at 11:27:10AM +0530, Gyan Doshi wrote:
> > > As per ISO 14496-12, sample duration of 0 is invalid except for
> > > the last entry.
> > >
> > > In addition
On 2021-12-28 12:38 am, Michael Niedermayer wrote:
On Mon, Dec 27, 2021 at 11:27:10AM +0530, Gyan Doshi wrote:
As per ISO 14496-12, sample duration of 0 is invalid except for
the last entry.
In addition, also catch 0 value for sample count.
---
libavformat/mov.c | 12
1 file
On Mon, Dec 27, 2021 at 11:27:10AM +0530, Gyan Doshi wrote:
> As per ISO 14496-12, sample duration of 0 is invalid except for
> the last entry.
>
> In addition, also catch 0 value for sample count.
> ---
> libavformat/mov.c | 12
> 1 file changed, 12 insertions(+)
>
> diff --git a/l
> On Dec 27, 2021, at 2:38 PM, zhilizhao(赵志立) wrote:
>
>> On Dec 27, 2021, at 1:57 PM, Gyan Doshi wrote:
>>
>> As per ISO 14496-12, sample duration of 0 is invalid except for
>> the last entry.
>>
>> In addition, also catch 0 value for sample count.
>> ---
>> libavformat/mov.c | 12 +
> On Dec 27, 2021, at 1:57 PM, Gyan Doshi wrote:
>
> As per ISO 14496-12, sample duration of 0 is invalid except for
> the last entry.
>
> In addition, also catch 0 value for sample count.
> ---
> libavformat/mov.c | 12
> 1 file changed, 12 insertions(+)
>
> diff --git a/libavfo
As per ISO 14496-12, sample duration of 0 is invalid except for
the last entry.
In addition, also catch 0 value for sample count.
---
libavformat/mov.c | 12
1 file changed, 12 insertions(+)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 2aed6e80ef..fb7406cdd6 100644
--- a
15 matches
Mail list logo