Re: [FFmpeg-devel] [PATCH v1] lavf/mov: Fix timestamp rescale on sidx atom

2019-09-23 Thread myp...@gmail.com
On Tue, Sep 24, 2019 at 12:38 PM Jun Li wrote: > > On Thu, Aug 15, 2019 at 1:02 AM myp...@gmail.com wrote: > > > On Thu, Aug 15, 2019 at 12:49 PM Jun Li wrote: > > > > > > On Thu, Jun 20, 2019 at 2:02 AM Jun Li wrote: > > > > > > > > > > > > > > > On Tue, May 21, 2019 at 1:05 AM Jun Li wrote:

Re: [FFmpeg-devel] [PATCH v1] lavf/mov: Fix timestamp rescale on sidx atom

2019-09-23 Thread Jun Li
On Thu, Aug 15, 2019 at 1:02 AM myp...@gmail.com wrote: > On Thu, Aug 15, 2019 at 12:49 PM Jun Li wrote: > > > > On Thu, Jun 20, 2019 at 2:02 AM Jun Li wrote: > > > > > > > > > > > On Tue, May 21, 2019 at 1:05 AM Jun Li wrote: > > > > > >> > > >> > > >> On Thu, May 16, 2019 at 1:00 AM Jun Li

Re: [FFmpeg-devel] [PATCH v1] lavf/mov: Fix timestamp rescale on sidx atom

2019-08-15 Thread myp...@gmail.com
On Thu, Aug 15, 2019 at 12:49 PM Jun Li wrote: > > On Thu, Jun 20, 2019 at 2:02 AM Jun Li wrote: > > > > > > > On Tue, May 21, 2019 at 1:05 AM Jun Li wrote: > > > >> > >> > >> On Thu, May 16, 2019 at 1:00 AM Jun Li wrote: > >> > >>> > >>> > >>> On Sun, May 12, 2019 at 7:44 PM Jun Li wrote: > >

Re: [FFmpeg-devel] [PATCH v1] lavf/mov: Fix timestamp rescale on sidx atom

2019-08-14 Thread Jun Li
On Thu, Jun 20, 2019 at 2:02 AM Jun Li wrote: > > > On Tue, May 21, 2019 at 1:05 AM Jun Li wrote: > >> >> >> On Thu, May 16, 2019 at 1:00 AM Jun Li wrote: >> >>> >>> >>> On Sun, May 12, 2019 at 7:44 PM Jun Li wrote: >>> On Fri, May 10, 2019 at 7:25 PM Jun Li wrote: > >

Re: [FFmpeg-devel] [PATCH v1] lavf/mov: Fix timestamp rescale on sidx atom

2019-06-20 Thread Jun Li
On Tue, May 21, 2019 at 1:05 AM Jun Li wrote: > > > On Thu, May 16, 2019 at 1:00 AM Jun Li wrote: > >> >> >> On Sun, May 12, 2019 at 7:44 PM Jun Li wrote: >> >>> >>> >>> On Fri, May 10, 2019 at 7:25 PM Jun Li wrote: >>> On Thu, May 9, 2019 at 2:08 AM Jun Li wrote: > Fix #50

Re: [FFmpeg-devel] [PATCH v1] lavf/mov: Fix timestamp rescale on sidx atom

2019-05-21 Thread Jun Li
On Thu, May 16, 2019 at 1:00 AM Jun Li wrote: > > > On Sun, May 12, 2019 at 7:44 PM Jun Li wrote: > >> >> >> On Fri, May 10, 2019 at 7:25 PM Jun Li wrote: >> >>> >>> On Thu, May 9, 2019 at 2:08 AM Jun Li wrote: >>> Fix #5090 Fix the timestamp rescale issue, from sidx timebase to

Re: [FFmpeg-devel] [PATCH v1] lavf/mov: Fix timestamp rescale on sidx atom

2019-05-16 Thread Jun Li
On Sun, May 12, 2019 at 7:44 PM Jun Li wrote: > > > On Fri, May 10, 2019 at 7:25 PM Jun Li wrote: > >> >> On Thu, May 9, 2019 at 2:08 AM Jun Li wrote: >> >>> Fix #5090 >>> Fix the timestamp rescale issue, from sidx timebase to >>> stream's timebase. >>> --- >>> libavformat/mov.c | 2 +- >>> 1

Re: [FFmpeg-devel] [PATCH v1] lavf/mov: Fix timestamp rescale on sidx atom

2019-05-12 Thread Jun Li
On Fri, May 10, 2019 at 7:25 PM Jun Li wrote: > > On Thu, May 9, 2019 at 2:08 AM Jun Li wrote: > >> Fix #5090 >> Fix the timestamp rescale issue, from sidx timebase to >> stream's timebase. >> --- >> libavformat/mov.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/l

Re: [FFmpeg-devel] [PATCH v1] lavf/mov: Fix timestamp rescale on sidx atom

2019-05-10 Thread Jun Li
On Thu, May 9, 2019 at 2:08 AM Jun Li wrote: > Fix #5090 > Fix the timestamp rescale issue, from sidx timebase to > stream's timebase. > --- > libavformat/mov.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 78f692872b..d058

[FFmpeg-devel] [PATCH v1] lavf/mov: Fix timestamp rescale on sidx atom

2019-05-09 Thread Jun Li
Fix #5090 Fix the timestamp rescale issue, from sidx timebase to stream's timebase. --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 78f692872b..d058855e6c 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@