summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-03Don't complain if there is no Vposition on a subtitle <Text> node.Carl Hetherington
2015-12-16Merge branch 'master' of git.carlh.net:git/libdcpCarl Hetherington
2015-12-06Add comment.Carl Hetherington
2015-09-29Hack to not complain about multiple PKLs.Carl Hetherington
2015-09-21Re-fix Atmos ignoring.Carl Hetherington
2015-09-21Try to ignore Atmos tracks when loading CPLs.Carl Hetherington
2015-09-14Throw an exception rather than crashing if an asset is not found.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-01Merge branch 'master' of git.carlh.net:git/libdcpCarl Hetherington
2015-06-01More changes to X509{Issuer,Subject}Name.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
2015-05-06Increase number of channels in the Channel enum just in caseCarl Hetherington
2015-04-22Put our version of compose.hpp inside the libdcp namespace,Carl Hetherington
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-12Fix srgb_to_xyz and rec709_to_xyz to be the same (as they should be) and usin...Carl 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-16Support horizontal alignment specification in subtitles.Carl Hetherington
2015-01-14Remove debugging code.Carl Hetherington
2015-01-14Fix subtitle parser to cope withCarl Hetherington
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
2014-11-30Fix comment.Carl Hetherington
2014-11-02Tidy operator<= for libdcp::Time somewhat. Change subtitles_at to subtitles_...Carl Hetherington
2014-11-02Fix tests. Fix rounding of time creation from seconds of frame counts.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 CP...Carl Hetherington
2014-10-16Tweak comment.12bitCarl Hetherington
2014-10-16Merge branch 'master' into 12bitCarl Hetherington
2014-10-07Add Subtitle::set_text()Carl Hetherington
2014-10-06Fix heinous bug with conversion to libdcp::Time causing missing subtitles (an...Carl Hetherington
2014-09-14Missing include.Carl Hetherington
2014-07-14Add <Hash> to CPL asset entries; this is optional but apparently Technicolor ...Carl 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-05-28Throw NotEncryptedError on an attempt to generate KDM for a non-encrypted ass...Carl Hetherington
2014-05-28Add CPL::filename().Carl Hetherington
2014-05-28Modify KDM code to take a CPL disk file instead of a whole CPL object.Carl Hetherington
2014-05-15Fix tm_to_string to use local timezone on all platforms. Some comments.Carl Hetherington
2014-05-14Increase precision of raw_convert with float/double.Carl Hetherington