Re: [FFmpeg-devel] [PATCH v3] libavformat: add RCWT closed caption muxer

2024-01-14 Thread Marth64
Hello, seems this file didn't make it during merge. Patch coming very shortly. Thank you, On Sun, Jan 14, 2024 at 10:25 PM Xiang, Haihao wrote: > On So, 2024-01-14 at 15:16 +0100, Stefano Sabatini wrote: > > On date Sunday 2024-01-07 16:24:07 +0100, Stefano Sabatini wrote: > > > On date Sunday

Re: [FFmpeg-devel] [PATCH v3] libavformat: add RCWT closed caption muxer

2024-01-14 Thread Xiang, Haihao
On So, 2024-01-14 at 15:16 +0100, Stefano Sabatini wrote: > On date Sunday 2024-01-07 16:24:07 +0100, Stefano Sabatini wrote: > > On date Sunday 2024-01-07 09:07:01 -0600, Marth64 wrote: > > > Thanks, long night. Should come together nicer now. > > > > > > Signed-off-by: Marth64 > > > --- > > >  

Re: [FFmpeg-devel] [PATCH v3] libavformat: add RCWT closed caption muxer

2024-01-14 Thread Marth64
Thank you, Stefano. I had thought I did , but next time I will also test applying the patch too on local : ) On Sun, Jan 14, 2024 at 08:16 Stefano Sabatini wrote: > On date Sunday 2024-01-07 16:24:07 +0100, Stefano Sabatini wrote: > > On date Sunday 2024-01-07 09:07:01 -0600, Marth64 wrote: > >

Re: [FFmpeg-devel] [PATCH v3] libavformat: add RCWT closed caption muxer

2024-01-14 Thread Stefano Sabatini
On date Sunday 2024-01-07 16:24:07 +0100, Stefano Sabatini wrote: > On date Sunday 2024-01-07 09:07:01 -0600, Marth64 wrote: > > Thanks, long night. Should come together nicer now. > > > > Signed-off-by: Marth64 > > --- > > Changelog| 1 + > > doc/muxers.texi | 22 +++

Re: [FFmpeg-devel] [PATCH v3] libavformat: add RCWT closed caption muxer

2024-01-07 Thread Stefano Sabatini
On date Sunday 2024-01-07 09:07:01 -0600, Marth64 wrote: > Thanks, long night. Should come together nicer now. > > Signed-off-by: Marth64 > --- > Changelog| 1 + > doc/muxers.texi | 22 + > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > li

[FFmpeg-devel] [PATCH v3] libavformat: add RCWT closed caption muxer

2024-01-07 Thread Marth64
Thanks, long night. Should come together nicer now. Signed-off-by: Marth64 --- Changelog| 1 + doc/muxers.texi | 22 + libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/rcwtenc.c| 202 +++ tests