summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-20Bump versionv0.100.0Carl Hetherington
2015-03-04Somewhat speculative reordering of Certificate::name_for_xml.Carl Hetherington
2015-01-22Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcpCarl Hetherington
2015-01-22Fix error.Carl Hetherington
2015-01-20Bump versionCarl Hetherington
2015-01-20Bump versionv0.99.0Carl Hetherington
2015-01-16Support horizontal alignment specification in subtitles.Carl Hetherington
2015-01-14Remove debugging code.Carl Hetherington
2015-01-14Fix subtitle parser to cope withCarl Hetherington
<Text>Hello this is some <Font italic="yes">italic</Font> text</Text>. The data structures are unable to cope, so hack it to use Pango markup in those cases (formatting changes during a line).
2015-01-09Fix harmless extravagent extra multiplies.Carl Hetherington
2015-01-09Uninitialised variable.Carl Hetherington
2015-01-08Change libdcp::Time to allow sub-second units to be anything, so thatCarl Hetherington
we can support SMPTE subtitles which use TimeCodeRate as the base rather than the arbitrary "ticks" (4ms) of Interop.
2014-11-30Fix comment.Carl Hetherington
2014-11-02Tidy operator<= for libdcp::Time somewhat. Change subtitles_at to ↵Carl Hetherington
subtitles_during as it's a better API for dcptocomps.
2014-11-02Fix tests. Fix rounding of time creation from seconds of frame counts.Carl Hetherington
2014-11-01Add another test.Carl Hetherington
2014-10-24Add xyz_to_xyz to do what rgb_to_xyz does without the colourspace conversion.Carl Hetherington
2014-10-20Fix comment; image must be little-endian (assuming we are on little-endian ↵Carl Hetherington
CPUs...).
2014-10-16Merge branch '12bit'Carl Hetherington
2014-10-16Whitespace.Carl Hetherington
2014-10-16Tweak comment.12bitCarl Hetherington
2014-10-16Merge branch 'master' into 12bitCarl Hetherington
2014-10-16Bump versionCarl Hetherington
2014-10-16Bump versionv0.98.0Carl Hetherington
2014-10-16Bump required libcxml version.Carl Hetherington
2014-10-07Add Subtitle::set_text()Carl Hetherington
2014-10-06Fix heinous bug with conversion to libdcp::Time causing missing subtitles ↵Carl Hetherington
(and probably other problems).
2014-10-06Fix test running when LD_LIBRARY_PATH is set in the environment.Carl Hetherington
2014-09-14Remove unused using statement.Carl Hetherington
2014-09-14Missing include.Carl Hetherington
2014-09-10Build with 0.11.0 of libcxml.Carl Hetherington
2014-08-26Bump versionCarl Hetherington
2014-08-26Bump versionv0.97.0Carl Hetherington
2014-08-02cdist updates.Carl Hetherington
2014-07-14Disable building of tests on --static Linux package builds.Carl Hetherington
2014-07-14Bump libcxml for Centos build fix.Carl Hetherington
2014-07-14Add <Hash> to CPL asset entries; this is optional but apparently Technicolor ↵Carl Hetherington
like it.
2014-07-14Use a real DCP for this test.Carl Hetherington
2014-07-12Bump versionCarl Hetherington
2014-07-12Bump versionv0.96.0Carl Hetherington
2014-07-0712-bit hacks.Carl Hetherington
2014-06-26Try to support different KDM formulations.Carl Hetherington
2014-06-26Add optional precision parameter to raw_convert.hCarl Hetherington
2014-06-23Missing set of SubtitleAsset edit rate.0.95-branchCarl Hetherington
2014-06-03Stop valgrind warning from ContainerDuration.Carl Hetherington
2014-06-02Minor trimming of false positives from valgrind.Carl Hetherington
2014-06-02No-op: formatting fix.Carl Hetherington
2014-05-28Bump versionCarl Hetherington
2014-05-28Bump versionv0.95.0Carl Hetherington
2014-05-28Throw NotEncryptedError on an attempt to generate KDM for a non-encrypted ↵Carl Hetherington
asset. Tidy exceptions a bit.