Re: [FFmpeg-devel] [PATCH] lavf/matroska: add support for ARIB captions

2023-01-29 Thread Andreas Rheinhardt
rcombs: > Not yet ready for merge, pending finalization of the standard proposal for > this mapping: > https://github.com/ietf-wg-cellar/matroska-specification/pull/724 > --- > libavformat/matroska.c| 1 + > libavformat/matroskadec.c | 30 ++ > libavformat/matrosk

Re: [FFmpeg-devel] [PATCH] lavf/matroska: add support for ARIB captions

2023-01-13 Thread Pierre-Anthony Lemieux
On Fri, Jan 13, 2023 at 9:27 AM rcombs wrote: > > Not yet ready for merge, pending finalization of the standard proposal for > this mapping: > https://github.com/ietf-wg-cellar/matroska-specification/pull/724 Is sample ARIB caption available? > --- > libavformat/matroska.c| 1 + > libavfo

[FFmpeg-devel] [PATCH] lavf/matroska: add support for ARIB captions

2023-01-13 Thread rcombs
Not yet ready for merge, pending finalization of the standard proposal for this mapping: https://github.com/ietf-wg-cellar/matroska-specification/pull/724 --- libavformat/matroska.c| 1 + libavformat/matroskadec.c | 30 ++ libavformat/matroskaenc.c | 23 ++