Cleanup: pass EqualityOptions as const&
[libdcp.git] / src / subtitle_image.cc
2023-07-25 Carl HetheringtonCleanup: pass EqualityOptions as const&
2022-11-03 Carl HetheringtonAdd Z position to subtitles; existing tests pass.
2022-09-26 Carl HetheringtonBetter subtitle comparisons in tests. v1.8.30
2021-01-24 Carl HetheringtonTidying.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-02 Carl HetheringtonFix equals() with image subtitles to not compare unique...
2020-11-01 Carl HetheringtonRename Data -> ArrayData.
2018-09-02 Carl HetheringtonHopefully-correct PKL and AssetMap when using Interop...
2018-07-09 Carl HetheringtonStore image subtitle ID in the object, rather than...
2018-07-07 Carl HetheringtonSubtitleString -> shared_ptr<Subtitle>
2018-07-07 Carl HetheringtonAdd SubtitleImage.