Re: [FFmpeg-devel] [PATCH v2] avformat/segment: calculate segment durations correctly.

2023-01-16 Thread Gyan Doshi
Pushed as 01f46f18dbcdf323ceb4fdff7358cf3ca71366e6 On 2023-01-15 09:49 am, Gyan Doshi wrote: On 2023-01-12 11:29 am, Gyan Doshi wrote: On 2023-01-07 05:37 pm, Gyan Doshi wrote: segment_time and segment_times are defined as duration specifications, not timestamps, so calculation of segment

Re: [FFmpeg-devel] [PATCH v2] avformat/segment: calculate segment durations correctly.

2023-01-14 Thread Gyan Doshi
On 2023-01-12 11:29 am, Gyan Doshi wrote: On 2023-01-07 05:37 pm, Gyan Doshi wrote: segment_time and segment_times are defined as duration specifications, not timestamps, so calculation of segment duration must account for initial timestamp. Fixed. FATE ref for segment-mp4-to-ts changed on

Re: [FFmpeg-devel] [PATCH v2] avformat/segment: calculate segment durations correctly.

2023-01-11 Thread Gyan Doshi
On 2023-01-07 05:37 pm, Gyan Doshi wrote: segment_time and segment_times are defined as duration specifications, not timestamps, so calculation of segment duration must account for initial timestamp. Fixed. FATE ref for segment-mp4-to-ts changed on account of avoiding premature segment cut at

[FFmpeg-devel] [PATCH v2] avformat/segment: calculate segment durations correctly.

2023-01-07 Thread Gyan Doshi
segment_time and segment_times are defined as duration specifications, not timestamps, so calculation of segment duration must account for initial timestamp. Fixed. FATE ref for segment-mp4-to-ts changed on account of avoiding premature segment cut at the end of the first segment. --- libavformat