| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-02 | Tidy operator<= for libdcp::Time somewhat. Change subtitles_at to ↵ | Carl Hetherington | |
| subtitles_during as it's a better API for dcptocomps. | |||
| 2014-05-11 | Use raw_convert instead of boost::lexical_cast as it seems | Carl Hetherington | |
| that lexical_cast will sometimes use a thousands separator (i.e. it will convert 1234 to a string 1,234). It appears not to be possible safely to turn this off (you have to set the global locale). Instead, raw_convert uses a stringstream which you can imbue() with std::locale::classic() to turn off the locale-specific behaviour. | |||
| 2014-02-26 | Hacks to support MXF-wrapped subtitles. | Carl Hetherington | |
| 2014-01-15 | Use MXFAsset::_interop to decide on whether to write asset XML as Interop or ↵ | Carl Hetherington | |
| SMPTE. | |||
| 2013-11-25 | Remove a possibly dodgy use of fstream. | Carl Hetherington | |
| 2013-10-19 | Some more boost::filesystem::path. | Carl Hetherington | |
| 2013-08-29 | Change to libcxml API. | Carl Hetherington | |
| 2013-08-29 | Try to fix application of namespace to MainStereoscopicPicture nodes. | Carl Hetherington | |
| 2013-08-26 | Try to add correct namespace for 3D CPLs. | Carl Hetherington | |
| 2013-07-02 | Merge master; at least partially. | Carl Hetherington | |
| 2013-06-20 | Include trimming. | Carl Hetherington | |
| 2013-06-18 | Merge master. | Carl Hetherington | |
| 2013-05-14 | Fix corpus tests wrt alphabetical sorting; fix some bugs with subtitles that ↵ | Carl Hetherington | |
| were shown up. | |||
| 2013-05-13 | Use libxml++ for writing XML. | Carl Hetherington | |
| 2013-05-13 | Try to move XML bits out into parse/ subdir. | Carl Hetherington | |
| 2013-05-13 | Use libcxml. Lump all static configuration flags into one. | Carl Hetherington | |
| 2013-02-10 | Derive exceptions from boost::exception and use boost::throw_exception to ↵ | Carl Hetherington | |
| enable thread-safe exception handling by callers. | |||
| 2013-01-01 | Use libxml++ to write CPLs. | Carl Hetherington | |
| 2012-12-22 | A couple more little fixes to subtitle XML. | Carl Hetherington | |
| 2012-12-22 | More various fixes to subtitle XML writing. | Carl Hetherington | |
| 2012-12-22 | Fix up constructor. | Carl Hetherington | |
| 2012-12-22 | Fix numerous bugs in subtitle XML generation. | Carl Hetherington | |
| 2012-10-26 | Fix a warning and add a missing include. | Carl Hetherington | |
| 2012-10-25 | Use signals2 rather than sigc++ | Carl Hetherington | |
| 2012-10-19 | Initial work on subtitle writing. | Carl Hetherington | |
| 2012-09-18 | ReelNumber is sometimes a string, it seems. | Carl Hetherington | |
| 2012-09-18 | Some renaming of XML-related methods. | Carl Hetherington | |
| 2012-09-09 | Clean up and fix subtitle parsing a bit. | Carl Hetherington | |
| 2012-08-22 | More subs tests. | Carl Hetherington | |
| 2012-08-22 | Very slightly less verbose subs checking. | Carl Hetherington | |
| 2012-08-22 | Allow <Font> nodes inside <Subtitle> nodes. | Carl Hetherington | |
| 2012-08-22 | Some maths operations with Time. | Carl Hetherington | |
| 2012-08-21 | Vertical align. | Carl Hetherington | |
| 2012-08-21 | Do effects with an enum. | Carl Hetherington | |
| 2012-08-21 | Pick up effect and effect color. | Carl Hetherington | |
| 2012-08-21 | Pick up subtitle color. | Carl Hetherington | |
| 2012-08-21 | Tweak font handling. | Carl Hetherington | |
| 2012-08-21 | Recurse into font nodes and pick up details of italics. | Carl Hetherington | |
| 2012-08-21 | Recursively scan font tags in subtitles. | Carl Hetherington | |
| 2012-08-21 | Remove unnecessary stuff. | Carl Hetherington | |
| 2012-08-21 | De-hackify subtitle handling a bit. | Carl Hetherington | |
| 2012-08-13 | Subtitles at method. | Carl Hetherington | |
| 2012-08-13 | Basic subtitle test works. | Carl Hetherington | |
| 2012-08-13 | Missing files. | Carl Hetherington | |
