libdcp.git
2015-06-04 Carl HetheringtonStart of work. 1.0-smpte-subs
2015-06-04 Carl Hetheringtonto_* to as_* in a few method names.
2015-06-04 Carl HetheringtonHopefully finished with TO_PORT.
2015-06-04 Carl HetheringtonSupport optional milliseconds in LocalTime.
2015-06-03 Carl HetheringtonAdd halign to SubtitleString's operator<< and use it...
2015-06-03 Carl HetheringtonAdd set_h_position.
2015-06-03 Carl HetheringtonBasic HAlign / HPosition support.
2015-06-03 Carl HetheringtonAdd accessor.
2015-06-03 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-06-03 Carl HetheringtonAdd AspectAdjust to subtitles.
2015-06-02 Carl HetheringtonNo-op; comments.
2015-05-29 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-05-29 Carl HetheringtonUse markdown for README.
2015-05-29 Carl HetheringtonSome comments.
2015-05-29 Carl HetheringtonFix comment in example code.
2015-05-27 Carl HetheringtonImproved error messages; better equals() with corrupted...
2015-05-25 Carl HetheringtonAdd equality option to allow reel annotation texts...
2015-05-24 Carl HetheringtonRename CPL/PKL files to be {cpl,pkl}_uuid.xml rather...
2015-05-23 Carl HetheringtonUpdate TO_PORT.
2015-05-23 Carl HetheringtonPut our version of compose.hpp inside the libdcp namespace,
2015-05-23 Carl HetheringtonSomewhat speculative reordering of Certificate::name_fo...
2015-05-23 Carl HetheringtonBetter Magick++ library checking.
2015-05-13 Carl HetheringtonSmall thinko fix.
2015-05-09 Carl HetheringtonAdd more channels to the enum.
2015-05-06 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-05-06 Carl HetheringtonPad times with zeros; add Time::rebase().
2015-05-05 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-05-05 Carl HetheringtonSpecify libcxml revision.
2015-05-04 Carl HetheringtonAdd test() to cscript.
2015-05-04 Carl HetheringtonMoved test-private location.
2015-04-30 Carl HetheringtonSome BOOST_FOREACH.
2015-04-30 Carl HetheringtonAdd basic Font asset class.
2015-04-30 Carl HetheringtonFix header install list.
2015-04-30 Carl HetheringtonRename some things to ...Node.
2015-04-30 Carl HetheringtonRemove some unused code.
2015-04-30 Carl HetheringtonTweak comment.
2015-04-30 Carl HetheringtonSlightly better write subtitle tests.
2015-04-30 Carl HetheringtonCheck for required executables before starting tests.
2015-04-30 Carl HetheringtonAdd a very simple test for writing subtitles.
2015-04-30 Carl HetheringtonFix incorrect VPosition in subtitles.
2015-04-30 Carl HetheringtonRename subtitle_test -> read_subtitle_test.
2015-04-30 Carl HetheringtonFix incorrect day-of-month in LocalTime.
2015-04-30 Carl HetheringtonAdd comments.
2015-04-22 Carl HetheringtonAdd p3_to_xyz colour conversion preset.
2015-04-22 Carl HetheringtonHeader guard.
2015-04-22 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-04-22 Carl HetheringtonFix crash in previous.
2015-04-22 Carl HetheringtonExpress colour conversions as chromaticities and adjust...
2015-04-22 Carl HetheringtonTO_PORT.
2015-04-21 Carl HetheringtonRemove FrameInfo serialization and give it a default...
2015-03-06 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-03-06 Carl HetheringtonAdd TO_PORT.
2015-02-17 Carl HetheringtonUse 2.222222 for the power in the modified Rec. 709...
2015-02-17 Carl HetheringtonRec 709 -> XYZ and sRGB -> XYZ matrices are, it seems...
2015-02-17 Carl HetheringtonTypo causing wrong matrix to be used for Rec. 709.
2015-02-06 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-02-06 Carl HetheringtonFix cscript.
2015-02-03 Carl HetheringtonFix build.
2015-02-03 Carl HetheringtonFix previous.
2015-02-03 Carl HetheringtonTry to add basic decryption support to dcpdiff.
2015-02-03 Carl HetheringtonFix library path in run/tools/dcpdiff.
2015-02-02 Carl HetheringtonRemove Image and ARGBImage and just dump RGB data into
2015-02-02 Carl HetheringtonRename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.
2015-02-02 Carl HetheringtonMake ::swap virtual.
2015-02-02 Carl HetheringtonUnpack XYZ to RGB into an Image class rather than a...
2015-01-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-01-28 Carl HetheringtonSome OS X build fixes.
2015-01-28 Carl HetheringtonAuto-detect OS X build.
2015-01-21 Carl HetheringtonAdd SMPTESubtitleContent::valid_mxf.
2015-01-16 Carl HetheringtonMovements in libdcp-test-private.
2015-01-15 Carl HetheringtonReduce precision for vposition attribute.
2015-01-15 Carl HetheringtonFix code and tests so that SubtitleString::v_position...
2015-01-11 Carl HetheringtonFix uninitialised variable.
2015-01-11 Carl HetheringtonAdd Time::to_seconds.
2015-01-10 Carl HetheringtonFix handling of timing in SMPTE subtitles.
2015-01-07 Carl HetheringtonRename mxf filename ignoring stuff slightly.
2015-01-07 Carl HetheringtonRename --names to --mxf-names.
2015-01-07 Carl HetheringtonDon't build tests on OS X.
2015-01-07 Carl HetheringtonRemove unused variable.
2015-01-07 Carl HetheringtonFix build on OS X.
2015-01-07 Carl HetheringtonPass notes through MonoPictureFrame::rgb_frame().
2015-01-07 Carl HetheringtonClamp out-of-range XYZ values in xyz_to_rgb() and pass...
2015-01-07 Carl HetheringtonFix LD_LIBRARY_PATH.
2015-01-07 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-01-07 Carl HetheringtonUse a typedef for a note-taking functor.
2015-01-05 Carl HetheringtonThought-necessary protection of TransferFunction::lut...
2015-01-04 Carl HetheringtonTry to fix static initialisation order problems.
2015-01-04 Carl HetheringtonMissing files.
2015-01-04 Carl HetheringtonMake a parent for SMPTELoadFont and InteropLoadFont.
2015-01-03 Carl HetheringtonTests are now not Windows-compatible.
2015-01-03 Carl HetheringtonAdd support for reading non-MXF-wrapped SMPTE subtitle...
2015-01-03 Carl HetheringtonFix +x on run/coverage.
2015-01-03 Carl HetheringtonReinstate Image::swap.
2015-01-03 Carl HetheringtonTweaks to test setup; don't always compute coverage.
2015-01-03 Carl HetheringtonVarious fixes to XYZ/RGB transforms.
2014-12-28 Carl HetheringtonRename subtitle_tests -> subtitle_test.
2014-12-28 Carl HetheringtonAdd a basic stereo test.
2014-12-28 Carl HetheringtonRename test DCP from foo to dcp_test1.
2014-12-28 Carl HetheringtonRemove Image:swap(); add some more tests.
2014-12-28 Carl HetheringtonAdd another test.
next