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

2019-10-24 Thread Liu Steven
> 在 2019年10月25日,上午10:34,Jun Li 写道: > > On Fri, Oct 18, 2019 at 11:56 AM Jun Li wrote: > >> >> >> On Wed, Oct 9, 2019 at 3:42 PM Jun Li wrote: >> >>> >>> >>> On Mon, Oct 7, 2019 at 6:36 PM Jun Li wrote: >>> On Mon, Oct 7, 2019 at 6:34 PM Jun Li wrote: > Fix

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

2019-10-24 Thread Jun Li
On Fri, Oct 18, 2019 at 11:56 AM Jun Li wrote: > > > On Wed, Oct 9, 2019 at 3:42 PM Jun Li wrote: > >> >> >> On Mon, Oct 7, 2019 at 6:36 PM Jun Li wrote: >> >>> >>> >>> On Mon, Oct 7, 2019 at 6:34 PM Jun Li wrote: >>> Fix #7637 One empty/end sample is created and inserted between two

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

2019-10-18 Thread Jun Li
On Wed, Oct 9, 2019 at 3:42 PM Jun Li wrote: > > > On Mon, Oct 7, 2019 at 6:36 PM Jun Li wrote: > >> >> >> On Mon, Oct 7, 2019 at 6:34 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

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

2019-10-09 Thread Jun Li
On Mon, Oct 7, 2019 at 6:36 PM Jun Li wrote: > > > On Mon, Oct 7, 2019 at 6:34 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 lon

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

2019-10-07 Thread Jun Li
On Mon, Oct 7, 2019 at 6:34 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) > > Signed-off-by: Jun Li > --- > libavfor

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

2019-10-07 Thread 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) Signed-off-by: Jun Li --- libavformat/movenc.c | 26 ++-