Add header guards.
[libdcp.git] / src / smpte_subtitle_asset.h
2021-04-11 Carl HetheringtonAdd header guards.
2021-04-09 Carl HetheringtonAdd accessor for intrinsic_duration in SMPTESubtitleAsset.
2021-04-08 Carl HetheringtonExpose the MXF ResourceID from SMPTESubtitleAsset.
2021-04-08 Carl HetheringtonComment tweaks.
2021-01-24 Carl HetheringtonTidying.
2021-01-20 Carl HetheringtonCleanup: more test naming tweaks.
2021-01-20 Carl HetheringtonTidy up some test names.
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
2021-01-17 Carl HetheringtonBv2.1 6.2.1: Check that closed caption reel and XML...
2021-01-17 Carl Hetherington Bv2.1 6.2.1: Check that subtitle XML <Language> confor...
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-20 Carl HetheringtonAccept fonts as data blocks rather than files.
2020-11-19 Carl HetheringtonTidy up handling of language metadata for subtitles.
2018-08-17 Carl HetheringtonUse PKL types rather than file extensions.
2018-07-07 Carl HetheringtonSubtitleString -> shared_ptr<Subtitle>
2018-03-13 Carl HetheringtonMerge EncryptionContext with DecryptionContext and...
2018-02-12 Carl HetheringtonUse a different ID for the XML inside a SMPTE subtitle...
2016-08-14 Carl HetheringtonSupport reading of encrypted subtitles.
2016-07-29 Carl HetheringtonComments.
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.
2016-04-12 Carl HetheringtonAdd direction support for SMPTE subtitles; fix pragma...
2015-10-09 Carl HetheringtonRemove glibmm dependency.
2015-10-06 Carl HetheringtonGive SMPTESubtitleAsset an intrinsic duration since...
2015-09-12 Carl HetheringtonAdd set_start_time.
2015-09-12 Carl HetheringtonAdd set_reel_number method.
2015-07-05 Carl HetheringtonRestore ability to read SMPTE subs from XML files.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-09 Carl HetheringtonAs I understand it all SMPTE subtitles are MXF-wrapped.
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 HetheringtonAdd some setters.
2015-06-08 Carl HetheringtonRemove slightly strange InteropSubtitleAsset constructo...
2015-06-08 Carl HetheringtonExpand read_smpte_subtitle_test somewhat.
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.