summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMarth64 <marth64@proxyid.net>2024-04-02 00:24:54 -0500
committerStefano Sabatini <stefasab@gmail.com>2024-04-02 20:08:51 +0200
commit15406f83772eefe4a0eddfc75f8b440f12b3005a (patch)
tree5139d09667b1b7b293e639449f1b2bea02fe34f2 /Changelog
parentdfd9c21754bd2928783c971423cac08e268b8e28 (diff)
avformat/rcwtdec: add RCWT Closed Captions demuxer
RCWT (Raw Captions With Time) is a format native to ccextractor, a commonly used OSS tool for processing 608/708 Closed Captions (CC). RCWT can be used to archive the original extracted CC bitstream. The muxer was added in January 2024. In this commit, add the demuxer. One can now demux RCWT files for rendering in ccaption_dec or interop with ccextractor (which produces RCWT). Using the muxer/demuxer combo, the CC bits can be kept for processing or rendering with either tool. This can be an effective way to backup an original CC stream, including format extensions like EIA-708 and overall original presentation. Signed-off-by: Marth64 <marth64@proxyid.net>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index a84d8db09b..fcc9f7cfba 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,7 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
version <next>:
+- Raw Captions with Time (RCWT) closed caption demuxer
version 7.0: