In-line run of subs_in_out so that it gets the environment more easily.
[libdcp.git] / src / interop_subtitle_asset.h
2023-07-25 Carl HetheringtonCleanup: pass EqualityOptions as const&
2023-04-14 Carl HetheringtonReplace slightly weird add_font_assets() API.
2023-04-13 Carl HetheringtonAdd const version of add_font_assets().
2023-04-13 Carl HetheringtonAdd check for Interop font assets being present (in...
2023-02-17 Carl HetheringtonBe explicit about the version of SMPTE 428-7 that is... 2389-vpos v1.8.60
2022-04-25 Carl HetheringtonMove AssetMap handling out to a separate class.
2021-04-11 Carl HetheringtonAdd some missing override statements. sub-rework
2021-04-11 Carl HetheringtonAdd header guards.
2021-01-24 Carl HetheringtonTidying.
2021-01-17 Carl HetheringtonBv2.1 7.2.{4,5}: check that subtitles are not too short...
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-09-10 Carl HetheringtonAdd set_font_file()
2018-09-02 Carl HetheringtonHopefully-correct PKL and AssetMap when using Interop...
2018-08-17 Carl HetheringtonUse PKL types rather than file extensions.
2016-10-17 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-10-13 Carl HetheringtonFix PKL <Type> for Interop subtitles; spec says this...
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-02 Carl HetheringtonAdd some explicit declarations to constructors.
2016-06-01 Carl HetheringtonMore licence fixups.
2015-12-16 Carl HetheringtonRef does not need to be a template since it's always...
2015-10-09 Carl HetheringtonRemove glibmm dependency.
2015-06-24 Carl HetheringtonMerge.
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-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 HetheringtonBits of tidying; comments.
2015-06-05 Carl HetheringtonInitial work on SMPTE subtitles.
2015-06-05 Carl HetheringtonRename some stuff Content -> Asset.