summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.cc
AgeCommit message (Expand)Author
2016-10-07Rework subtitle writing to fix incorrect output withCarl Hetherington
2016-09-12Remove mysterious use of locked_stringstream.Carl Hetherington
2016-08-30Neater and more correct XML subtitle parser.Carl Hetherington
2016-07-21Trim some unused stream includes / usings.Carl Hetherington
2016-07-01asdcp headers moved into subdirectory.Carl Hetherington
2016-06-24Support underlining of subtitles.Carl Hetherington
2016-06-13Add OpenSSL licence exception.Carl Hetherington
2016-06-01Still more licence fixups.Carl Hetherington
2016-05-25No-op; Fix GPL address and mention libdcp by name.Carl Hetherington
2016-04-12Add direction support for SMPTE subtitles; fix pragma warnings with non-openm...Carl Hetherington
2016-04-05Basic untested support for bold in subtitles.Carl Hetherington
2015-11-26Small method name cleanup.Carl Hetherington
2015-11-26Tidy up; more/better use of BOOST_FOREACH.Carl Hetherington
2015-11-26Allow <Subtitle> nodes as the root of subtitles, not just <Font>Carl Hetherington
2015-11-26Extract examine_subtitle_nodes into its own method.Carl Hetherington
2015-09-12A number of SMPTE subtitle syntax fixes.Carl Hetherington
2015-07-06Extend SubtitleAsset::subtitles_during to allow asking for subtitles either s...Carl Hetherington
2015-07-03Write very small VPosition values as 0.Carl Hetherington
2015-06-24Fix various SNAFUs with Font ID handling.Carl Hetherington
2015-06-24Give Data a loading constructor.Carl Hetherington
2015-06-24No-op: whitespace.Carl Hetherington
2015-06-18Fix several missing binary specifiers to fopen.Carl Hetherington
2015-06-10Rename Font -> FontAsset; add dcpdumpsub tool.Carl Hetherington
2015-06-09Handle storing/recovery of fonts in SMPTE MXF files.Carl Hetherington
2015-06-09Basically-working interop subtitle font handling.Carl Hetherington
2015-06-05Small tidy-ups and comments.Carl Hetherington
2015-06-05Initial work on SMPTE subtitles.Carl Hetherington
2015-06-05Rename some stuff Content -> Asset.Carl Hetherington
2014-01-26It builds again.Carl Hetherington
2014-01-22Various work.Carl Hetherington
2014-01-17Asset -> ContentAsset.Carl Hetherington
2014-01-17namespace libdcp -> dcp.Carl Hetherington
2014-01-15Use MXFAsset::_interop to decide on whether to write asset XML as Interop or ...Carl Hetherington
2013-11-25Remove a possibly dodgy use of fstream.Carl Hetherington
2013-10-19Some more boost::filesystem::path.Carl Hetherington
2013-08-29Change to libcxml API.Carl Hetherington
2013-08-29Try to fix application of namespace to MainStereoscopicPicture nodes.Carl Hetherington
2013-08-26Try to add correct namespace for 3D CPLs.Carl Hetherington
2013-07-02Merge master; at least partially.Carl Hetherington
2013-06-20Include trimming.Carl Hetherington
2013-06-18Merge master.Carl Hetherington
2013-05-14Fix corpus tests wrt alphabetical sorting; fix some bugs with subtitles that ...Carl Hetherington
2013-05-13Use libxml++ for writing XML.Carl Hetherington
2013-05-13Try to move XML bits out into parse/ subdir.Carl Hetherington
2013-05-13Use libcxml. Lump all static configuration flags into one.Carl Hetherington
2013-02-10Derive exceptions from boost::exception and use boost::throw_exception to ena...Carl Hetherington
2013-01-01Use libxml++ to write CPLs.Carl Hetherington
2012-12-22A couple more little fixes to subtitle XML.Carl Hetherington
2012-12-22More various fixes to subtitle XML writing.Carl Hetherington
2012-12-22Fix up constructor.Carl Hetherington