Re: [FFmpeg-devel] [PATCH] ffmpeg: apply discontinuity adjustment per-stream

2023-01-10 Thread Gyan Doshi
On 2023-01-11 01:40 am, Michael Niedermayer wrote: On Tue, Jan 03, 2023 at 03:52:17PM +0530, Gyan Doshi wrote: At present, the offset for discontinuity adjustment is applied per-file but the check for discontinuity is intra-stream so the same discontinuity when seen in multiple streams with

Re: [FFmpeg-devel] [PATCH] ffmpeg: apply discontinuity adjustment per-stream

2023-01-10 Thread Michael Niedermayer
On Tue, Jan 03, 2023 at 03:52:17PM +0530, Gyan Doshi wrote: > At present, the offset for discontinuity adjustment is applied per-file but > the check for discontinuity is intra-stream so the same discontinuity when > seen in multiple streams with copyts, leads to compounded adjustment of the >

Re: [FFmpeg-devel] [PATCH] ffmpeg: apply discontinuity adjustment per-stream

2023-01-10 Thread Gyan Doshi
On 2023-01-10 04:32 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2023-01-03 11:22:17) At present, the offset for discontinuity adjustment is applied per-file but the check for discontinuity is intra-stream so the same discontinuity when seen in multiple streams with copyts, leads to

Re: [FFmpeg-devel] [PATCH] ffmpeg: apply discontinuity adjustment per-stream

2023-01-10 Thread Anton Khirnov
Quoting Gyan Doshi (2023-01-03 11:22:17) > At present, the offset for discontinuity adjustment is applied per-file but > the check for discontinuity is intra-stream so the same discontinuity when > seen in multiple streams with copyts, leads to compounded adjustment of the > discontinuity offset.

Re: [FFmpeg-devel] [PATCH] ffmpeg: apply discontinuity adjustment per-stream

2023-01-09 Thread Gyan Doshi
On 2023-01-07 09:50 am, Gyan Doshi wrote: On 2023-01-03 03:52 pm, Gyan Doshi wrote: At present, the offset for discontinuity adjustment is applied per-file but the check for discontinuity is intra-stream so the same discontinuity when seen in multiple streams with copyts, leads to

Re: [FFmpeg-devel] [PATCH] ffmpeg: apply discontinuity adjustment per-stream

2023-01-06 Thread Gyan Doshi
On 2023-01-03 03:52 pm, Gyan Doshi wrote: At present, the offset for discontinuity adjustment is applied per-file but the check for discontinuity is intra-stream so the same discontinuity when seen in multiple streams with copyts, leads to compounded adjustment of the discontinuity offset.

[FFmpeg-devel] [PATCH] ffmpeg: apply discontinuity adjustment per-stream

2023-01-03 Thread Gyan Doshi
At present, the offset for discontinuity adjustment is applied per-file but the check for discontinuity is intra-stream so the same discontinuity when seen in multiple streams with copyts, leads to compounded adjustment of the discontinuity offset. This introduces gaps in streams, leading to loss