Trim some unused stream includes / usings.
[libdcp.git] / src / smpte_subtitle_asset.cc
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.