Tidying.
[libdcp.git] / src / subtitle_asset.cc
2021-01-24 Carl HetheringtonTidying.
2021-01-22 Carl HetheringtonAssorted c++11 cleanups.
2021-01-21 Carl HetheringtonSome more use of enum class.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
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-02 Carl HetheringtonFix equals() with image subtitles to not compare unique...
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()
2019-12-22 Carl HetheringtonAdd fix_empty_font_ids() to replace empty Font ids...
2018-09-23 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-09-22 Carl HetheringtonFix build with newer boost.
2018-07-14 Carl HetheringtonFix thinko causing hang in ::equals().
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 HetheringtonBasic interop bitmap writing.
2018-07-07 Carl HetheringtonSubtitleString -> shared_ptr<Subtitle>
2018-06-08 Carl HetheringtonFix incorrect default effect colour.
2016-10-06 Carl HetheringtonRework subtitle writing to fix incorrect output with
2016-09-12 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2016-09-12 Carl HetheringtonRemove mysterious use of locked_stringstream.
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-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 HetheringtonSupport underlining of subtitles.
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-04-12 Carl HetheringtonAdd direction support for SMPTE subtitles; fix pragma...
2016-04-04 Carl HetheringtonBasic untested support for bold in subtitles.
2015-11-26 Carl HetheringtonSmall method name cleanup.
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-11-26 Carl HetheringtonExtract examine_subtitle_nodes into its own method.
2015-09-12 Carl HetheringtonA number of SMPTE subtitle syntax fixes.
2015-07-05 Carl HetheringtonExtend SubtitleAsset::subtitles_during to allow asking...
2015-07-03 Carl HetheringtonWrite very small VPosition values as 0.
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-18 Carl HetheringtonFix several missing binary specifiers to fopen.
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-05-11 Carl HetheringtonUse raw_convert instead of boost::lexical_cast as it...
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-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-19 Carl HetheringtonSome more boost::filesystem::path.
2013-08-29 Carl HetheringtonChange to libcxml API.
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-14 Carl HetheringtonFix corpus tests wrt alphabetical sorting; fix some...
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-03-13 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-02-10 Carl HetheringtonDerive exceptions from boost::exception and use boost...
2013-01-14 Carl HetheringtonMerge master
2013-01-01 Carl HetheringtonUse libxml++ to write CPLs.
2012-12-22 Carl HetheringtonA couple more little fixes to subtitle XML.
2012-12-22 Carl HetheringtonMore various fixes to subtitle XML writing.
2012-12-22 Carl HetheringtonFix up constructor.
2012-12-22 Carl HetheringtonFix numerous bugs in subtitle XML generation.
2012-10-26 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-10-26 Carl HetheringtonFix a warning and add a missing include.
2012-10-25 Carl HetheringtonUse signals2 rather than sigc++
2012-10-19 Carl HetheringtonInitial work on subtitle writing.
2012-09-18 Carl HetheringtonReelNumber is sometimes a string, it seems.
2012-09-18 Carl HetheringtonSome renaming of XML-related methods.
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.
next