libdcp.git
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.
2014-12-28 Carl HetheringtonExamine gcov result for all test programs.
2014-12-28 Carl HetheringtonAnother test.
2014-12-28 Carl HetheringtonMore tests.
2014-12-28 Carl HetheringtonAdd test; shuffle IDs.
2014-12-28 Carl HetheringtonFix build of gcov stuff.
2014-12-28 Carl HetheringtonMissing noncopyable.
2014-12-28 Carl HetheringtonPurge assert() from src/, at least (not asdcplib).
2014-12-28 Carl HetheringtonChange colourspace handling round a bit: 1.0-colour-cleanup
2014-12-28 Carl HetheringtonMore tests.
2014-12-28 Carl HetheringtonRemove unused method.
2014-12-28 Carl HetheringtonNew test.
2014-12-27 Carl HetheringtonDon't calculate coverage for system/boost etc..
2014-12-27 Carl HetheringtonMore tests.
2014-12-27 Carl HetheringtonAdd gcov test coverage (written to build/test/coverage...
2014-12-27 Carl HetheringtonRemove unused OpenDCP LUTs.
2014-12-27 Carl HetheringtonRename color -> colour.
2014-12-23 Carl HetheringtonSome missed bits from 0.x.
2014-12-21 Carl HetheringtonPick up alternative capitalisation of VAlign parameter...
2014-12-21 Carl HetheringtonSecond part of defaulting reel number to 1.
2014-12-21 Carl HetheringtonDefault to reel number 1 in SubtitleContent.
2014-12-20 Carl HetheringtonBasic comparison of subtitle assets; tweaks to InteropL...
2014-12-15 Carl HetheringtonAdd an accessor for _load_font_nodes.
next