summaryrefslogtreecommitdiff
path: root/tools/dcpdumpsub.cc
AgeCommit message (Collapse)Author
2022-04-12Add and use new File class.merged-to-mainCarl Hetherington
It was always a bit troubling that fopen_boost wasn't exception safe, and this also fixes a leak where load_ratings_list would never close the ratings file.
2021-01-22Remove some unused #includes.Carl Hetherington
2021-01-22Assorted c++11 cleanups.Carl Hetherington
2020-11-02Add Data class and change API to a raw pointer.Carl Hetherington
2020-11-02Rename Data -> ArrayData.Carl Hetherington
2020-09-22Fix crashes when static linking due to tricky lifetimecrashCarl Hetherington
management of ASDCP::DefaultSMPTEDict().
2020-09-11Rename fonts_with_load_ids() -> font_data()Carl Hetherington
2017-09-11Support extraction of encrypted subtitles.Carl Hetherington
2016-09-27Fix GPL boilerplate in tools/Carl Hetherington
2016-06-01Still more licence fixups.Carl Hetherington
2015-12-04Take DCP-o-matic's version of Data class.Carl Hetherington
2015-06-24Fix various SNAFUs with Font ID handling.Carl Hetherington
2015-06-24No-op: whitespace.Carl Hetherington
2015-06-10Rename Font -> FontAsset; add dcpdumpsub tool.Carl Hetherington