Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-10-03 Thread Jun Li
On Wed, Oct 2, 2019 at 3:42 PM Jun Li wrote: > > > On Wed, Oct 2, 2019 at 3:22 PM Carl Eugen Hoyos > wrote: > >> Am Mi., 2. Okt. 2019 um 02:21 Uhr schrieb Jun Li : >> > >> > On Tue, Oct 1, 2019 at 4:19 AM Carl Eugen Hoyos >> wrote: >> > >> > > Am Di., 10. Sept. 2019 um 21:12 Uhr schrieb Jun Li

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-10-02 Thread Jun Li
On Wed, Oct 2, 2019 at 3:22 PM Carl Eugen Hoyos wrote: > Am Mi., 2. Okt. 2019 um 02:21 Uhr schrieb Jun Li : > > > > On Tue, Oct 1, 2019 at 4:19 AM Carl Eugen Hoyos > wrote: > > > > > Am Di., 10. Sept. 2019 um 21:12 Uhr schrieb Jun Li < > junli1...@gmail.com>: > > > > > > > > Fix #7637 > > > >

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-10-02 Thread Carl Eugen Hoyos
Am Mi., 2. Okt. 2019 um 02:21 Uhr schrieb Jun Li : > > On Tue, Oct 1, 2019 at 4:19 AM Carl Eugen Hoyos wrote: > > > Am Di., 10. Sept. 2019 um 21:12 Uhr schrieb Jun Li : > > > > > > Fix #7637 > > > One empty/end sample is created and inserted between two caption lines > > when there is a gap. > >

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-10-02 Thread Jun Li
On Tue, Oct 1, 2019 at 5:20 PM Jun Li wrote: > > > On Tue, Oct 1, 2019 at 4:19 AM Carl Eugen Hoyos > wrote: > >> Am Di., 10. Sept. 2019 um 21:12 Uhr schrieb Jun Li : >> > >> > Fix #7637 >> > One empty/end sample is created and inserted between two caption lines >> when there is a gap. >> > This

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-10-01 Thread Jun Li
On Tue, Oct 1, 2019 at 4:19 AM Carl Eugen Hoyos wrote: > Am Di., 10. Sept. 2019 um 21:12 Uhr schrieb Jun Li : > > > > Fix #7637 > > One empty/end sample is created and inserted between two caption lines > when there is a gap. > > This patch is to split the sample into multiple ones when its

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-10-01 Thread Carl Eugen Hoyos
Am Di., 10. Sept. 2019 um 21:12 Uhr schrieb Jun Li : > > Fix #7637 > One empty/end sample is created and inserted between two caption lines when > there is a gap. > This patch is to split the sample into multiple ones when its duration is too > long (>= INT_MAX). > --- > libavformat/movenc.c

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-10-01 Thread Jun Li
On Thu, Sep 26, 2019 at 6:07 PM Jun Li wrote: > > > On Fri, Sep 20, 2019 at 9:46 PM Jun Li wrote: > >> >> On Sat, Sep 14, 2019 at 2:06 PM Jun Li wrote: >> >>> >>> >>> On Tue, Sep 10, 2019 at 12:16 PM Jun Li wrote: >>> On Tue, Sep 10, 2019 at 12:12 PM Jun Li wrote: >

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-09-26 Thread Jun Li
On Fri, Sep 20, 2019 at 9:46 PM Jun Li wrote: > > On Sat, Sep 14, 2019 at 2:06 PM Jun Li wrote: > >> >> >> On Tue, Sep 10, 2019 at 12:16 PM Jun Li wrote: >> >>> >>> >>> On Tue, Sep 10, 2019 at 12:12 PM Jun Li wrote: >>> Fix #7637 One empty/end sample is created and inserted between

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-09-20 Thread Jun Li
On Sat, Sep 14, 2019 at 2:06 PM Jun Li wrote: > > > On Tue, Sep 10, 2019 at 12:16 PM Jun Li wrote: > >> >> >> On Tue, Sep 10, 2019 at 12:12 PM Jun Li wrote: >> >>> Fix #7637 >>> One empty/end sample is created and inserted between two caption lines >>> when there is a gap. >>> This patch is to

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-09-14 Thread Jun Li
On Tue, Sep 10, 2019 at 12:16 PM Jun Li wrote: > > > On Tue, Sep 10, 2019 at 12:12 PM Jun Li wrote: > >> Fix #7637 >> One empty/end sample is created and inserted between two caption lines >> when there is a gap. >> This patch is to split the sample into multiple ones when its duration is >>

Re: [FFmpeg-devel] [PATCH v3] avformat/movenc: split empty text sample when duration overflow

2019-09-10 Thread Jun Li
On Tue, Sep 10, 2019 at 12:12 PM Jun Li wrote: > Fix #7637 > One empty/end sample is created and inserted between two caption lines > when there is a gap. > This patch is to split the sample into multiple ones when its duration is > too long (>= INT_MAX). > --- > libavformat/movenc.c