Re: [FFmpeg-devel] [PATCH 0/5] FIFO meta muxer related improvements

2021-02-02 Thread Jan Ekström
On Mon, Jan 25, 2021 at 10:01 AM Jan Ekström wrote: > > On Mon, Jan 11, 2021 at 4:46 PM Jan Ekström wrote: > > > > On Mon, Dec 7, 2020 at 12:08 PM Jan Ekström wrote: > > > > > > The primary parts of this are patches 1,4,5. 2 and 3 were just noticed > > > when > > > poking at the recovery timest

Re: [FFmpeg-devel] [PATCH 0/5] FIFO meta muxer related improvements

2021-01-25 Thread Jan Ekström
On Mon, Jan 11, 2021 at 4:46 PM Jan Ekström wrote: > > On Mon, Dec 7, 2020 at 12:08 PM Jan Ekström wrote: > > > > The primary parts of this are patches 1,4,5. 2 and 3 were just noticed when > > poking at the recovery timestamp logic, where the stream-time comparison > > logic > > seemed somewhat

Re: [FFmpeg-devel] [PATCH 0/5] FIFO meta muxer related improvements

2021-01-11 Thread Jan Ekström
On Mon, Dec 7, 2020 at 12:08 PM Jan Ekström wrote: > > The primary parts of this are patches 1,4,5. 2 and 3 were just noticed when > poking at the recovery timestamp logic, where the stream-time comparison logic > seemed somewhat weird (such as comparing the pts to last_recovery_ts only if > last_

[FFmpeg-devel] [PATCH 0/5] FIFO meta muxer related improvements

2020-12-07 Thread Jan Ekström
The primary parts of this are patches 1,4,5. 2 and 3 were just noticed when poking at the recovery timestamp logic, where the stream-time comparison logic seemed somewhat weird (such as comparing the pts to last_recovery_ts only if last_recovery_ts == AV_NOPTS_VALUE). If they seem incorrectly under