[FFmpeg-devel] [PATCH] mpegtsenc: Add SYNC KLV metadata descriptors (MISB ST1402)

2025-07-02 Thread Caleb Sawyer
Added metadata_descriptor and metadata_std_descriptor to the PMT for synchronous KLV streams. Asynchronous KLV streams remain as they were. The descriptors are required by MISB ST-1402.2 and are in accordance with ISO/IEC 13818-1. Signed-off-by: Caleb Sawyer --- libavformat/mpegtsenc.c | 23

[FFmpeg-devel] [PATCH v3] mpegtsenc: Add SYNC KLV metadata descriptors (MISB ST1402)

2025-07-03 Thread Caleb Sawyer
From: Caleb Sawyer Added metadata_descriptor and metadata_std_descriptor to the PMT for synchronous KLV streams. Asynchronous KLV streams remain as they were. The descriptors are required by MISB ST-1402.2 and are in accordance with ISO/IEC 13818-1. Signed-off-by: Caleb Sawyer

[FFmpeg-devel] [PATCH v2] mpegtsenc: Add SYNC KLV metadata descriptors (MISB ST1402)

2025-07-02 Thread Caleb Sawyer
https://ffmpeg.org/developer.html#toc-Submitting-patches-1"; "Sending patches from email clients" no longer appears to work with outlook. Signed-off-by: Caleb Sawyer --- libavformat/mpegtsenc.c | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff