summaryrefslogtreecommitdiff
path: root/src/lib/dcp_text_track.cc
AgeCommit message (Collapse)Author
2025-07-10Remove compose.hpp includes.Carl Hetherington
sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc
2025-07-10Replace String::compose with fmt.Carl Hetherington
sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc
2025-07-10Add some includes of fmt/format.h.Carl Hetherington
2025-03-24Basic support for variable-Z 3D subtitles.Carl Hetherington
2024-03-20Remove all use of add_child() from xmlpp.Carl Hetherington
2021-04-09Make DCP text track language properly optional and ignore bad values on ↵Carl Hetherington
imported DCPs (#1950).
2018-08-29Basics of splitting CCAP streams into different assets.Carl Hetherington
2018-08-23Basics of selecting 'tracks' for CCAPs.Carl Hetherington