mbox series

[FFmpeg-devel,v9,0/5] RCWT Closed Captions demuxer (v9)

Message ID 20240324022504.1419451-1-marth64@proxyid.net
Headers show
Series RCWT Closed Captions demuxer (v9) | expand

Message

Marth64 March 24, 2024, 2:24 a.m. UTC
Since v7/8:
* Simplified demuxer error handling logic
* Fixes buggy change to ff_subtitles_queue_insert()
* Documentation improvements

Signed-off-by: Marth64 <marth64@proxyid.net>

Comments

Marth64 March 26, 2024, 3:29 p.m. UTC | #1
Ping if possible. The patches still apply. 3 of the 5 patches are
documentation only and the demuxer itself is much smaller now. The muxer
already made it in, so was hoping the demuxer could go too :fingers_crossed:
Stefano Sabatini March 26, 2024, 4:07 p.m. UTC | #2
On date Tuesday 2024-03-26 10:29:18 -0500, Marth64 wrote:
> Ping if possible. The patches still apply. 3 of the 5 patches are
> documentation only and the demuxer itself is much smaller now. The muxer
> already made it in, so was hoping the demuxer could go too :fingers_crossed:

I sent a few comments but in general looks good to me, will wait a few
days to see if there are more comments and will push otherwise.
Stefano Sabatini March 28, 2024, 6:03 p.m. UTC | #3
On date Tuesday 2024-03-26 17:07:01 +0100, Stefano Sabatini wrote:
> On date Tuesday 2024-03-26 10:29:18 -0500, Marth64 wrote:
> > Ping if possible. The patches still apply. 3 of the 5 patches are
> > documentation only and the demuxer itself is much smaller now. The muxer
> > already made it in, so was hoping the demuxer could go too :fingers_crossed:
> 

> I sent a few comments but in general looks good to me, will wait a few
> days to see if there are more comments and will push otherwise.

Marth64: I see an unaddressed comment by Andreas, I'll wait for the
next update before merging.
Marth64 March 28, 2024, 6:29 p.m. UTC | #4
Thanks for checking Stefano, I have been behind a bit. I will follow up
with the fix once possible.
Marth64 March 28, 2024, 7:24 p.m. UTC | #5
Stefano, v10 coming shortly. Thank you!