| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-03 | Don't complain if there is no Vposition on a subtitle <Text> node. | Carl Hetherington | |
| 2015-12-16 | Merge branch 'master' of git.carlh.net:git/libdcp | Carl Hetherington | |
| 2015-12-06 | Add comment. | Carl Hetherington | |
| 2015-09-29 | Hack to not complain about multiple PKLs. | Carl Hetherington | |
| 2015-09-21 | Re-fix Atmos ignoring. | Carl Hetherington | |
| 2015-09-21 | Try to ignore Atmos tracks when loading CPLs. | Carl Hetherington | |
| 2015-09-14 | Throw an exception rather than crashing if an asset is not found. | Carl Hetherington | |
| 2015-06-25 | Clamp out-of-range XYZ values rather than assert()ing. | Carl Hetherington | |
| 2015-06-25 | No-op: whitespace. | Carl Hetherington | |
| 2015-06-01 | Merge branch 'master' of git.carlh.net:git/libdcp | Carl Hetherington | |
| 2015-06-01 | More 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-21 | Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcp | Carl Hetherington | |
| 2015-05-21 | Typo. | Carl Hetherington | |
| 2015-05-18 | Rename CPL/PKL files to be {cpl,pkl}_uuid.xml rather than | Carl Hetherington | |
| uuid_{cpl,pkl}.xml as this seems to be more conventional. | |||
| 2015-05-06 | Increase number of channels in the Channel enum just in case | Carl Hetherington | |
| casting to it from int is undefined if the int is out of range. | |||
| 2015-04-22 | Put 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-20 | Remove writing of FrameInfos to disk. | Carl Hetherington | |
| 2015-04-14 | Add a multiply by a Bradford matrix to rgb->xyz conversion. | Carl Hetherington | |
| 2015-04-12 | Add Rec 601 RGB->XYZ matrix from Dennis Couzin. | Carl Hetherington | |
| 2015-04-12 | Fix 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-04 | Somewhat speculative reordering of Certificate::name_for_xml. | Carl Hetherington | |
| 2015-01-22 | Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcp | Carl Hetherington | |
| 2015-01-22 | Fix error. | Carl Hetherington | |
| 2015-01-16 | Support horizontal alignment specification in subtitles. | Carl Hetherington | |
| 2015-01-14 | Remove debugging code. | Carl Hetherington | |
| 2015-01-14 | Fix subtitle parser to cope with | Carl 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-09 | Fix harmless extravagent extra multiplies. | Carl Hetherington | |
| 2015-01-09 | Uninitialised variable. | Carl Hetherington | |
| 2015-01-08 | Change libdcp::Time to allow sub-second units to be anything, so that | Carl Hetherington | |
| we can support SMPTE subtitles which use TimeCodeRate as the base rather than the arbitrary "ticks" (4ms) of Interop. | |||
| 2014-11-30 | Fix comment. | Carl Hetherington | |
| 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-11-02 | Fix tests. Fix rounding of time creation from seconds of frame counts. | Carl Hetherington | |
| 2014-10-24 | Add xyz_to_xyz to do what rgb_to_xyz does without the colourspace conversion. | Carl Hetherington | |
| 2014-10-20 | Fix comment; image must be little-endian (assuming we are on little-endian ↵ | Carl Hetherington | |
| CPUs...). | |||
| 2014-10-16 | Tweak comment.12bit | Carl Hetherington | |
| 2014-10-16 | Merge branch 'master' into 12bit | Carl Hetherington | |
| 2014-10-07 | Add Subtitle::set_text() | Carl Hetherington | |
| 2014-10-06 | Fix heinous bug with conversion to libdcp::Time causing missing subtitles ↵ | Carl Hetherington | |
| (and probably other problems). | |||
| 2014-09-14 | Missing include. | Carl Hetherington | |
| 2014-07-14 | Add <Hash> to CPL asset entries; this is optional but apparently Technicolor ↵ | Carl Hetherington | |
| like it. | |||
| 2014-07-07 | 12-bit hacks. | Carl Hetherington | |
| 2014-06-26 | Try to support different KDM formulations. | Carl Hetherington | |
| 2014-06-26 | Add optional precision parameter to raw_convert.h | Carl Hetherington | |
| 2014-06-23 | Missing set of SubtitleAsset edit rate.0.95-branch | Carl Hetherington | |
| 2014-06-03 | Stop valgrind warning from ContainerDuration. | Carl Hetherington | |
| 2014-05-28 | Throw NotEncryptedError on an attempt to generate KDM for a non-encrypted ↵ | Carl Hetherington | |
| asset. Tidy exceptions a bit. | |||
| 2014-05-28 | Add CPL::filename(). | Carl Hetherington | |
| 2014-05-28 | Modify KDM code to take a CPL disk file instead of a whole CPL object. | Carl Hetherington | |
| 2014-05-15 | Fix tm_to_string to use local timezone on all platforms. Some comments. | Carl Hetherington | |
| 2014-05-14 | Increase precision of raw_convert with float/double. | Carl Hetherington | |
