summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-28Bump versionv0.104.0Carl Hetherington
2015-07-26Bump versionCarl Hetherington
2015-07-26Bump versionv0.103.0Carl Hetherington
2015-07-26Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcpCarl Hetherington
2015-07-26Bump versionCarl Hetherington
2015-07-26Bump versionv0.102.0Carl Hetherington
2015-07-26Use a release version of libcxml.Carl Hetherington
2015-06-25Clamp out-of-range XYZ values rather than assert()ing.Carl Hetherington
2015-06-25No-op: whitespace.Carl Hetherington
2015-06-01Update tests for previous change.Carl Hetherington
2015-06-01Merge branch 'master' of git.carlh.net:git/libdcpCarl Hetherington
2015-06-01More changes to X509{Issuer,Subject}Name.Carl Hetherington
Before, we had a fixed order for the components of a name like dnQualifier=\+LLvuYNO4YBJSp9Jjmlv8oippzQ=,CN=.DC.DMS.DC2.SMPTE,OU=DC.DOREMILABS.COM,O=DC2.SMPTE.DOREMILABS.COM It started off as dnQualifier,CN,OU,O then we changed it to O,OU,CN,dnQualifier This is another speculative change which uses a libssl function to get the name, rather than building it up from components ourselves. It may help or hinder ingestion of signed DCPS and/or KDMs.
2015-05-29Use markdown for README.Carl Hetherington
2015-05-21Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcpCarl Hetherington
2015-05-21Typo.Carl Hetherington
2015-05-18Rename CPL/PKL files to be {cpl,pkl}_uuid.xml rather thanCarl Hetherington
uuid_{cpl,pkl}.xml as this seems to be more conventional.
2015-05-15Bump versionCarl Hetherington
2015-05-15Bump versionv0.101.0Carl Hetherington
2015-05-06Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcpCarl Hetherington
2015-05-06Fix centos build.Carl Hetherington
2015-05-06Increase number of channels in the Channel enum just in caseCarl Hetherington
casting to it from int is undefined if the int is out of range.
2015-05-05Bump libcxml for Centos build fix.Carl Hetherington
2015-05-05Try to make tests more locale-independent.Carl Hetherington
2015-05-05Try again.Carl Hetherington
2015-05-05Try to fix incorrect test failures.Carl Hetherington
2015-05-05Re-enable tests on Linux in cscript; don't know why it was turned off.Carl Hetherington
2015-05-05Add test() to cscript.Carl Hetherington
2015-05-04Tests amnesty.Carl Hetherington
2015-04-22Put our version of compose.hpp inside the libdcp namespace,Carl Hetherington
otherwise libdcp will end up calling DCP-o-matic's version on OS X, with bad results.
2015-04-20Remove writing of FrameInfos to disk.Carl Hetherington
2015-04-14Add a multiply by a Bradford matrix to rgb->xyz conversion.Carl Hetherington
2015-04-12Add Rec 601 RGB->XYZ matrix from Dennis Couzin.Carl Hetherington
2015-04-12Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcpCarl Hetherington
2015-04-12Fix srgb_to_xyz and rec709_to_xyz to be the same (as they should be) and ↵Carl Hetherington
using Dennis Couzin's calculated values.
2015-03-20Bump versionCarl Hetherington
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