Tidying.
[libdcp.git] / src / subtitle_asset.h
2021-01-24 Carl HetheringtonTidying.
2021-01-21 Carl HetheringtonSome more use of enum class.
2021-01-17 Carl HetheringtonChange subtitle SubtitleAsset API to return const Subti...
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-11-01 Carl HetheringtonRename Data -> ArrayData.
2020-09-10 Carl HetheringtonAdd font_filenames()
2020-09-10 Carl HetheringtonRename fonts_with_load_ids() -> font_data()
2020-05-08 Carl HetheringtonStore and allow access to the raw XML that is read...
2019-12-22 Carl HetheringtonAdd fix_empty_font_ids() to replace empty Font ids...
2019-04-28 Carl Hetheringtonclass/struct confusion.
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>
2017-07-24 Carl HetheringtonComments.
2016-10-06 Carl HetheringtonRework subtitle writing to fix incorrect output with
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-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-11-26 Carl HetheringtonSmall method name cleanup.
2015-11-26 Carl HetheringtonAllow <Subtitle> nodes as the root of subtitles, not...
2015-11-26 Carl HetheringtonExtract examine_subtitle_nodes into its own method.
2015-10-10 Carl HetheringtonMissing include.
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-07-05 Carl HetheringtonExtend SubtitleAsset::subtitles_during to allow asking...
2015-06-24 Carl HetheringtonMerge.
2015-06-24 Carl HetheringtonFix various SNAFUs with Font ID handling.
2015-06-24 Carl HetheringtonGive Data a loading constructor.
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-09 Carl HetheringtonHandle storing/recovery of fonts in SMPTE MXF files.
2015-06-09 Carl HetheringtonBasically-working interop subtitle font handling.
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.
2014-05-14 Carl HetheringtonMerge master.
2014-03-18 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge branch 'master' into 1.0
2014-02-26 Carl HetheringtonMerge master; MXF subtitle stuff not included.
2014-02-26 Carl HetheringtonHacks to support MXF-wrapped subtitles.
2014-02-08 Carl HetheringtonFix a couple of errors in Interop XML
2014-01-26 Carl HetheringtonIt builds again.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-22 Carl HetheringtonVarious work.
2014-01-17 Carl HetheringtonAsset -> ContentAsset.
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2014-01-15 Carl HetheringtonUse MXFAsset::_interop to decide on whether to write...
2013-11-25 Carl HetheringtonRemove a possibly dodgy use of fstream.
2013-10-16 Carl HetheringtonComment and header guards.
2013-10-16 Carl HetheringtonComment.
2013-08-29 Carl HetheringtonTry to fix application of namespace to MainStereoscopic...
2013-08-26 Carl HetheringtonTry to add correct namespace for 3D CPLs.
2013-07-02 Carl HetheringtonMerge master; at least partially.
2013-06-20 Carl HetheringtonInclude trimming.
2013-06-18 Carl HetheringtonMerge master.
2013-06-07 Carl HetheringtonMerge branch 'master' into cxml
2013-06-02 Carl HetheringtonMerge master.
2013-05-13 Carl HetheringtonUse libxml++ for writing XML.
2013-05-13 Carl HetheringtonTry to move XML bits out into parse/ subdir.
2013-05-13 Carl HetheringtonUse libcxml. Lump all static configuration flags into...
2013-04-15 Carl HetheringtonTry to give basic progress indication on dcpdiff.
2013-04-15 Carl HetheringtonUse boost::function for making notes during equals...
2013-01-14 Carl HetheringtonMerge master
2013-01-01 Carl HetheringtonUse libxml++ to write CPLs.
2012-12-22 Carl HetheringtonMore various fixes to subtitle XML writing.
2012-12-22 Carl HetheringtonFix numerous bugs in subtitle XML generation.
2012-10-19 Carl HetheringtonInitial work on subtitle writing.
2012-10-02 Carl HetheringtonClean up DCP comparison a bit.
2012-09-18 Carl HetheringtonReelNumber is sometimes a string, it seems.
2012-09-09 Carl HetheringtonClean up and fix subtitle parsing a bit.
2012-08-22 Carl HetheringtonMore subs tests.
2012-08-22 Carl HetheringtonVery slightly less verbose subs checking.
2012-08-22 Carl HetheringtonAllow <Font> nodes inside <Subtitle> nodes.
2012-08-21 Carl HetheringtonSome maths operations with Time.
2012-08-21 Carl HetheringtonVertical align.
2012-08-21 Carl HetheringtonDo effects with an enum.
2012-08-21 Carl HetheringtonPick up effect and effect color.
2012-08-21 Carl HetheringtonPick up subtitle color.
2012-08-21 Carl HetheringtonTweak font handling.
2012-08-21 Carl HetheringtonRecurse into font nodes and pick up details of italics.
2012-08-21 Carl HetheringtonRecursively scan font tags in subtitles.
2012-08-21 Carl HetheringtonRemove unnecessary stuff.
2012-08-21 Carl HetheringtonDe-hackify subtitle handling a bit.
2012-08-13 Carl HetheringtonSubtitles at method.
2012-08-13 Carl HetheringtonBasic subtitle test works.
2012-08-13 Carl HetheringtonMissing files.