Tidying.
[libdcp.git] / src / interop_subtitle_asset.cc
2021-01-24 Carl HetheringtonTidying.
2021-01-22 Carl HetheringtonAssorted c++11 cleanups.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-20 Carl HetheringtonAccept fonts as data blocks rather than files.
2020-11-01 Carl HetheringtonRename Data -> ArrayData.
2020-09-10 Carl HetheringtonAdd set_font_file()
2020-09-10 Carl HetheringtonAdd EqualityOptions option to ignore differences in...
2020-09-10 Carl HetheringtonUse Data::write() to clean things up slightly.
2020-05-08 Carl HetheringtonStore and allow access to the raw XML that is read...
2018-09-02 Carl HetheringtonHopefully-correct PKL and AssetMap when using Interop...
2018-07-09 Carl HetheringtonBasic reading of Interop/SMPTE image subtitles with...
2018-07-09 Carl HetheringtonStore image subtitle ID in the object, rather than...
2018-07-08 Carl HetheringtonSwitch to UUIDs for Interop image subtitle identificati...
2018-07-07 Carl HetheringtonBasic interop bitmap writing.
2017-07-24 Carl HetheringtonComments.
2017-07-08 Carl HetheringtonPrevent resolve_fonts from adding duplicate fonts to...
2017-06-29 Carl HetheringtonRemove use of _formatted when writing subtitle XML.
2017-02-24 Carl HetheringtonFormat XML sub output nicely with indents and such.
2016-11-09 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-11-09 Carl HetheringtonDon't use write_to_string_formatted with subs as it...
2016-09-08 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-08-30 Carl HetheringtonNeater and more correct XML subtitle parser.
2016-08-17 Carl HetheringtonUse an optional<> where there should be one.
2016-06-24 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-06-24 Carl HetheringtonExpress standard differences in FontNode more neatly.
2016-06-14 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-06-13 Carl HetheringtonTighten up time parsing, and also allow the previously
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-05-25 Carl HetheringtonNo-op; Fix GPL address and mention libdcp by name.
2015-12-16 Carl HetheringtonRef does not need to be a template since it's always...
2015-12-04 Carl HetheringtonTake DCP-o-matic's version of Data class.
2015-11-26 Carl HetheringtonTidy up; more/better use of BOOST_FOREACH.
2015-11-26 Carl HetheringtonAllow <Subtitle> nodes as the root of subtitles, not...
2015-10-29 Carl HetheringtonPick up SMPTE subtitle font IDs correctly.
2015-10-09 Carl HetheringtonRemove glibmm dependency.
2015-09-12 Carl HetheringtonA number of SMPTE subtitle syntax fixes.
2015-08-18 Carl HetheringtonFix corruption of font files on Windows.
2015-06-24 Carl HetheringtonMerge.
2015-06-24 Carl HetheringtonThinko in previous.
2015-06-24 Carl HetheringtonFix various SNAFUs with Font ID handling.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-10 Carl HetheringtonRename Font -> FontAsset; add dcpdumpsub tool.
2015-06-09 Carl HetheringtonHandle storing/recovery of fonts in SMPTE MXF files.
2015-06-09 Carl HetheringtonBasically-working interop subtitle font handling.
2015-06-08 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-06-08 Carl HetheringtonRemove slightly strange InteropSubtitleAsset constructo...
2015-06-05 Carl HetheringtonSmall tidy-ups and comments.
2015-06-05 Carl HetheringtonInitial work on SMPTE subtitles.
2015-06-05 Carl HetheringtonRename some stuff Content -> Asset.