Tidying.
[libdcp.git] / src / smpte_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-17 Carl HetheringtonFix to allow re-writing of SMPTE subtitles.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-20 Carl HetheringtonAccept fonts as data blocks rather than files.
2020-11-20 Carl HetheringtonMore detailed error with inequality.
2020-11-01 Carl HetheringtonAdd Data class and change API to a raw pointer.
2020-11-01 Carl HetheringtonRename Data -> ArrayData.
2020-09-21 Carl HetheringtonHide an expected error from asdcplib.
2020-05-08 Carl HetheringtonComment typo.
2020-05-08 Carl HetheringtonStore and allow access to the raw XML that is read...
2020-04-14 Carl Hetheringtons/DCPReadError/ReadError/g
2019-05-21 Carl HetheringtonIncrease header size when writing SMPTE subtitle MXFs...
2019-03-15 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-15 Carl HetheringtonCheck that all image data is present after loading...
2019-03-15 Carl HetheringtonTweak comment.
2019-01-08 Carl HetheringtonFix incorrect XML namespace in MXF header; I was using...
2019-01-06 Carl HetheringtonClairMeta points out that SMPTE subtitle MXF's Resource...
2018-09-07 Carl HetheringtonSilence warnings from asdcplib when testing a MXF file...
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 HetheringtonSubtitleString -> shared_ptr<Subtitle>
2018-03-13 Carl HetheringtonMerge EncryptionContext with DecryptionContext and...
2018-03-13 Carl HetheringtonStore interop/SMPTE in MXF.
2018-02-12 Carl HetheringtonUse a different ID for the XML inside a SMPTE subtitle...
2017-09-12 Carl HetheringtonFix repeated subtitles when reading SMPTE encrypted...
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-12 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2016-09-12 Carl HetheringtonFix error.
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-08-14 Carl HetheringtonSupport reading of encrypted subtitles.
2016-08-13 Carl HetheringtonEnable encryption of SMPTE subtitles.
2016-07-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-07-21 Carl HetheringtonTrim some unused stream includes / usings.
2016-07-01 Carl Hetheringtonasdcp headers moved into subdirectory.
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 HetheringtonMore consistent error message in a subtitle exception.
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.
2016-01-05 Carl HetheringtonTry to rationalise handling of urn:uuid: prefixes.
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-10-06 Carl HetheringtonGive SMPTESubtitleAsset an intrinsic duration since...
2015-09-12 Carl HetheringtonA number of SMPTE subtitle syntax fixes.
2015-09-12 Carl HetheringtonMissing urn:uuid:
2015-07-20 Carl HetheringtonFix font id confusion.
2015-07-20 Carl HetheringtonAdd urn:uuid: to LoadFont nodes in SMPTE subs.
2015-07-05 Carl HetheringtonRestore ability to read SMPTE subs from XML files.
2015-07-03 Carl HetheringtonWhitespace.
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-10 Carl HetheringtonRename Font -> FontAsset; add dcpdumpsub tool.
2015-06-10 Carl HetheringtonOptionally allow subtitle issue dates to differ.
2015-06-10 Carl HetheringtonDon't complain if SMPTE subtitle <LoadFont> URNs are...
2015-06-09 Carl HetheringtonFixes to equals().
2015-06-09 Carl HetheringtonHandle storing/recovery of fonts in SMPTE MXF files.
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 HetheringtonRemove slightly strange InteropSubtitleAsset constructo...
2015-06-08 Carl HetheringtonBetter error checking.
2015-06-05 Carl HetheringtonBits of tidying; comments.
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.