summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-30Fix incorrect VPosition in subtitles.Carl Hetherington
2015-04-30Rename subtitle_test -> read_subtitle_test.Carl Hetherington
2015-04-30Fix incorrect day-of-month in LocalTime.Carl Hetherington
2015-04-30Add comments.Carl Hetherington
2015-04-22Add p3_to_xyz colour conversion preset.Carl Hetherington
2015-04-22Header guard.Carl Hetherington
2015-04-22Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0Carl Hetherington
2015-04-22Fix crash in previous.Carl Hetherington
2015-04-22Express colour conversions as chromaticities and adjust so thatCarl Hetherington
2015-04-22TO_PORT.Carl Hetherington
2015-04-21Remove FrameInfo serialization and give it a default constructor.Carl Hetherington
2015-03-06Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0Carl Hetherington
2015-03-06Add TO_PORT.Carl Hetherington
2015-02-17Use 2.222222 for the power in the modified Rec. 709 input gammaCarl Hetherington
2015-02-17Rec 709 -> XYZ and sRGB -> XYZ matrices are, it seems, the same;Carl Hetherington
2015-02-17Typo causing wrong matrix to be used for Rec. 709.Carl Hetherington
2015-02-06Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0Carl Hetherington
2015-02-06Fix cscript.Carl Hetherington
2015-02-03Fix build.Carl Hetherington
2015-02-03Fix previous.Carl Hetherington
2015-02-03Try to add basic decryption support to dcpdiff.Carl Hetherington
2015-02-03Fix library path in run/tools/dcpdiff.Carl Hetherington
2015-02-02Remove Image and ARGBImage and just dump RGB data intoCarl Hetherington
2015-02-02Rename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.Carl Hetherington
2015-02-02Make ::swap virtual.Carl Hetherington
2015-02-02Unpack XYZ to RGB into an Image class rather than a raw buffer.Carl Hetherington
2015-01-28Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0Carl Hetherington
2015-01-28Some OS X build fixes.Carl Hetherington
2015-01-28Auto-detect OS X build.Carl Hetherington
2015-01-21Add SMPTESubtitleContent::valid_mxf.Carl Hetherington
2015-01-16Movements in libdcp-test-private.Carl Hetherington
2015-01-15Reduce precision for vposition attribute.Carl Hetherington
2015-01-15Fix code and tests so that SubtitleString::v_position is between 0 and 1 (not...Carl Hetherington
2015-01-11Fix uninitialised variable.Carl Hetherington
2015-01-11Add Time::to_seconds.Carl Hetherington
2015-01-10Fix handling of timing in SMPTE subtitles.Carl Hetherington
2015-01-07Rename mxf filename ignoring stuff slightly.Carl Hetherington
2015-01-07Rename --names to --mxf-names.Carl Hetherington
2015-01-07Don't build tests on OS X.Carl Hetherington
2015-01-07Remove unused variable.Carl Hetherington
2015-01-07Fix build on OS X.Carl Hetherington
2015-01-07Pass notes through MonoPictureFrame::rgb_frame().Carl Hetherington
2015-01-07Clamp out-of-range XYZ values in xyz_to_rgb() and pass notes about their exis...Carl Hetherington
2015-01-07Fix LD_LIBRARY_PATH.Carl Hetherington
2015-01-07Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0Carl Hetherington
2015-01-07Use a typedef for a note-taking functor.Carl Hetherington
2015-01-05Thought-necessary protection of TransferFunction::lut() for access from multi...Carl Hetherington
2015-01-04Try to fix static initialisation order problems.Carl Hetherington
2015-01-04Missing files.Carl Hetherington
2015-01-04Make a parent for SMPTELoadFont and InteropLoadFont.Carl Hetherington