libdcp.git
9 years agoFix handling of timing in SMPTE subtitles.
Carl Hetherington [Sat, 10 Jan 2015 00:07:47 +0000 (00:07 +0000)]
Fix handling of timing in SMPTE subtitles.

9 years agoRename mxf filename ignoring stuff slightly.
Carl Hetherington [Wed, 7 Jan 2015 16:33:22 +0000 (16:33 +0000)]
Rename mxf filename ignoring stuff slightly.

9 years agoRename --names to --mxf-names.
Carl Hetherington [Wed, 7 Jan 2015 16:28:48 +0000 (16:28 +0000)]
Rename --names to --mxf-names.

9 years agoDon't build tests on OS X.
Carl Hetherington [Wed, 7 Jan 2015 15:23:33 +0000 (15:23 +0000)]
Don't build tests on OS X.

9 years agoRemove unused variable.
Carl Hetherington [Wed, 7 Jan 2015 15:17:17 +0000 (15:17 +0000)]
Remove unused variable.

9 years agoFix build on OS X.
Carl Hetherington [Wed, 7 Jan 2015 15:08:58 +0000 (15:08 +0000)]
Fix build on OS X.

9 years agoPass notes through MonoPictureFrame::rgb_frame().
Carl Hetherington [Wed, 7 Jan 2015 10:57:27 +0000 (10:57 +0000)]
Pass notes through MonoPictureFrame::rgb_frame().

9 years agoClamp out-of-range XYZ values in xyz_to_rgb() and pass notes about their existance.
Carl Hetherington [Wed, 7 Jan 2015 10:55:47 +0000 (10:55 +0000)]
Clamp out-of-range XYZ values in xyz_to_rgb() and pass notes about their existance.

9 years agoFix LD_LIBRARY_PATH.
Carl Hetherington [Wed, 7 Jan 2015 10:44:30 +0000 (10:44 +0000)]
Fix LD_LIBRARY_PATH.

9 years agoMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Carl Hetherington [Wed, 7 Jan 2015 10:23:47 +0000 (10:23 +0000)]
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0

9 years agoUse a typedef for a note-taking functor.
Carl Hetherington [Wed, 7 Jan 2015 10:23:39 +0000 (10:23 +0000)]
Use a typedef for a note-taking functor.

9 years agoThought-necessary protection of TransferFunction::lut() for access from multiple...
Carl Hetherington [Mon, 5 Jan 2015 23:05:29 +0000 (23:05 +0000)]
Thought-necessary protection of TransferFunction::lut() for access from multiple threads.

9 years agoTry to fix static initialisation order problems.
Carl Hetherington [Sun, 4 Jan 2015 13:54:15 +0000 (13:54 +0000)]
Try to fix static initialisation order problems.

9 years agoMissing files.
Carl Hetherington [Sun, 4 Jan 2015 01:13:55 +0000 (01:13 +0000)]
Missing files.

9 years agoMake a parent for SMPTELoadFont and InteropLoadFont.
Carl Hetherington [Sun, 4 Jan 2015 01:13:33 +0000 (01:13 +0000)]
Make a parent for SMPTELoadFont and InteropLoadFont.

9 years agoTests are now not Windows-compatible.
Carl Hetherington [Sat, 3 Jan 2015 23:38:38 +0000 (23:38 +0000)]
Tests are now not Windows-compatible.

9 years agoAdd support for reading non-MXF-wrapped SMPTE subtitle files.
Carl Hetherington [Sat, 3 Jan 2015 23:31:26 +0000 (23:31 +0000)]
Add support for reading non-MXF-wrapped SMPTE subtitle files.

9 years agoFix +x on run/coverage.
Carl Hetherington [Sat, 3 Jan 2015 22:52:51 +0000 (22:52 +0000)]
Fix +x on run/coverage.

9 years agoReinstate Image::swap.
Carl Hetherington [Sat, 3 Jan 2015 22:46:53 +0000 (22:46 +0000)]
Reinstate Image::swap.

9 years agoTweaks to test setup; don't always compute coverage.
Carl Hetherington [Sat, 3 Jan 2015 22:31:56 +0000 (22:31 +0000)]
Tweaks to test setup; don't always compute coverage.

9 years agoVarious fixes to XYZ/RGB transforms.
Carl Hetherington [Sat, 3 Jan 2015 21:33:30 +0000 (21:33 +0000)]
Various fixes to XYZ/RGB transforms.

9 years agoRename subtitle_tests -> subtitle_test.
Carl Hetherington [Sun, 28 Dec 2014 18:07:48 +0000 (18:07 +0000)]
Rename subtitle_tests -> subtitle_test.

9 years agoAdd a basic stereo test.
Carl Hetherington [Sun, 28 Dec 2014 17:47:55 +0000 (17:47 +0000)]
Add a basic stereo test.

9 years agoRename test DCP from foo to dcp_test1.
Carl Hetherington [Sun, 28 Dec 2014 17:31:07 +0000 (17:31 +0000)]
Rename test DCP from foo to dcp_test1.

9 years agoRemove Image:swap(); add some more tests.
Carl Hetherington [Sun, 28 Dec 2014 15:05:42 +0000 (15:05 +0000)]
Remove Image:swap(); add some more tests.

9 years agoAdd another test.
Carl Hetherington [Sun, 28 Dec 2014 14:54:04 +0000 (14:54 +0000)]
Add another test.

9 years agoExamine gcov result for all test programs.
Carl Hetherington [Sun, 28 Dec 2014 14:34:50 +0000 (14:34 +0000)]
Examine gcov result for all test programs.

9 years agoAnother test.
Carl Hetherington [Sun, 28 Dec 2014 02:50:49 +0000 (02:50 +0000)]
Another test.

9 years agoMore tests.
Carl Hetherington [Sun, 28 Dec 2014 02:41:13 +0000 (02:41 +0000)]
More tests.

9 years agoAdd test; shuffle IDs.
Carl Hetherington [Sun, 28 Dec 2014 02:10:33 +0000 (02:10 +0000)]
Add test; shuffle IDs.

9 years agoFix build of gcov stuff.
Carl Hetherington [Sun, 28 Dec 2014 01:34:11 +0000 (01:34 +0000)]
Fix build of gcov stuff.

9 years agoMissing noncopyable.
Carl Hetherington [Sun, 28 Dec 2014 01:19:35 +0000 (01:19 +0000)]
Missing noncopyable.

9 years agoPurge assert() from src/, at least (not asdcplib).
Carl Hetherington [Sun, 28 Dec 2014 01:15:24 +0000 (01:15 +0000)]
Purge assert() from src/, at least (not asdcplib).

9 years agoChange colourspace handling round a bit: 1.0-colour-cleanup
Carl Hetherington [Sat, 27 Dec 2014 20:02:16 +0000 (20:02 +0000)]
Change colourspace handling round a bit:

- move the essence of GammaLUT into TransferFunction and handle
  different bit depths more neatly
- add ColourConversion to describe input gamma correction, colour
  transformation and then output gamma correction in one class.
- add default ColourConversions for sRGB->XYZ, Rec709->XYZ and
  XYZ->RGB.

9 years agoMore tests.
Carl Hetherington [Sun, 28 Dec 2014 00:45:03 +0000 (00:45 +0000)]
More tests.

9 years agoRemove unused method.
Carl Hetherington [Sun, 28 Dec 2014 00:32:18 +0000 (00:32 +0000)]
Remove unused method.

9 years agoNew test.
Carl Hetherington [Sun, 28 Dec 2014 00:16:50 +0000 (00:16 +0000)]
New test.

9 years agoDon't calculate coverage for system/boost etc..
Carl Hetherington [Sat, 27 Dec 2014 23:57:43 +0000 (23:57 +0000)]
Don't calculate coverage for system/boost etc..

9 years agoMore tests.
Carl Hetherington [Sat, 27 Dec 2014 23:47:44 +0000 (23:47 +0000)]
More tests.

9 years agoAdd gcov test coverage (written to build/test/coverage) and a couple more tests.
Carl Hetherington [Sat, 27 Dec 2014 23:25:50 +0000 (23:25 +0000)]
Add gcov test coverage (written to build/test/coverage) and a couple more tests.

9 years agoRemove unused OpenDCP LUTs.
Carl Hetherington [Sat, 27 Dec 2014 20:36:25 +0000 (20:36 +0000)]
Remove unused OpenDCP LUTs.

9 years agoRename color -> colour.
Carl Hetherington [Sat, 27 Dec 2014 20:35:19 +0000 (20:35 +0000)]
Rename color -> colour.

9 years agoSome missed bits from 0.x.
Carl Hetherington [Tue, 23 Dec 2014 22:29:44 +0000 (22:29 +0000)]
Some missed bits from 0.x.

9 years agoPick up alternative capitalisation of VAlign parameter in subtitles.
Carl Hetherington [Sun, 21 Dec 2014 03:01:38 +0000 (03:01 +0000)]
Pick up alternative capitalisation of VAlign parameter in subtitles.

9 years agoSecond part of defaulting reel number to 1.
Carl Hetherington [Sun, 21 Dec 2014 01:45:48 +0000 (01:45 +0000)]
Second part of defaulting reel number to 1.

9 years agoDefault to reel number 1 in SubtitleContent.
Carl Hetherington [Sun, 21 Dec 2014 01:07:31 +0000 (01:07 +0000)]
Default to reel number 1 in SubtitleContent.

9 years agoBasic comparison of subtitle assets; tweaks to InteropLoadFont.
Carl Hetherington [Sat, 20 Dec 2014 22:25:55 +0000 (22:25 +0000)]
Basic comparison of subtitle assets; tweaks to InteropLoadFont.

9 years agoAdd an accessor for _load_font_nodes.
Carl Hetherington [Mon, 15 Dec 2014 15:02:25 +0000 (15:02 +0000)]
Add an accessor for _load_font_nodes.

9 years agoMissing header installs.
Carl Hetherington [Mon, 15 Dec 2014 15:02:14 +0000 (15:02 +0000)]
Missing header installs.

9 years agoMissing header installs.
Carl Hetherington [Mon, 15 Dec 2014 01:15:36 +0000 (01:15 +0000)]
Missing header installs.

9 years agoSupport multiple fonts in subtitles.
Carl Hetherington [Sun, 14 Dec 2014 23:01:42 +0000 (23:01 +0000)]
Support multiple fonts in subtitles.

9 years agoSwitch subtitle string font specs to be the font ID; split SubtitleContent into Inter...
Carl Hetherington [Sun, 14 Dec 2014 22:44:23 +0000 (22:44 +0000)]
Switch subtitle string font specs to be the font ID; split SubtitleContent into Interop and SMPTE.

9 years agoComment.
Carl Hetherington [Sun, 14 Dec 2014 17:44:45 +0000 (17:44 +0000)]
Comment.

9 years agoRemove over-zealous assert().
Carl Hetherington [Thu, 11 Dec 2014 15:56:37 +0000 (15:56 +0000)]
Remove over-zealous assert().

9 years agoAdd constructor of MonoPictureFrame from a JPEG2000 codestream file.
Carl Hetherington [Mon, 24 Nov 2014 09:37:22 +0000 (09:37 +0000)]
Add constructor of MonoPictureFrame from a JPEG2000 codestream file.

9 years agoForward-port time rounding fix from 0.x.
Carl Hetherington [Sun, 2 Nov 2014 00:32:33 +0000 (00:32 +0000)]
Forward-port time rounding fix from 0.x.

9 years agoDon't build examples from cscript, to avoid Debian unstable confusion with ImageMagic...
Carl Hetherington [Sun, 26 Oct 2014 09:49:33 +0000 (09:49 +0000)]
Don't build examples from cscript, to avoid Debian unstable confusion with ImageMagick/GraphicsMagick.

9 years agoAdd xyz_to_xyz, forward ported from 0.x.
Carl Hetherington [Sat, 25 Oct 2014 13:07:10 +0000 (14:07 +0100)]
Add xyz_to_xyz, forward ported from 0.x.

9 years agoMerge 12-bit fix from 0.x.
Carl Hetherington [Tue, 21 Oct 2014 17:39:33 +0000 (18:39 +0100)]
Merge 12-bit fix from 0.x.

9 years agoForward-port heinous time thinko from 0.x.
Carl Hetherington [Mon, 6 Oct 2014 19:39:32 +0000 (20:39 +0100)]
Forward-port heinous time thinko from 0.x.

9 years agoAdd set_size to SubtitleString.
Carl Hetherington [Wed, 1 Oct 2014 23:26:58 +0000 (00:26 +0100)]
Add set_size to SubtitleString.

9 years agoClarify subtitle position with comments; add SubtitleString::set_v_position.
Carl Hetherington [Wed, 1 Oct 2014 23:12:49 +0000 (00:12 +0100)]
Clarify subtitle position with comments; add SubtitleString::set_v_position.

9 years agoQuote openssl -subj strings.
Carl Hetherington [Thu, 18 Sep 2014 22:45:09 +0000 (23:45 +0100)]
Quote openssl -subj strings.

9 years agoAllow Signer and certificate chains to be made with specified organisation, common...
Carl Hetherington [Thu, 11 Sep 2014 13:06:19 +0000 (14:06 +0100)]
Allow Signer and certificate chains to be made with specified organisation, common name etc.

9 years agoHeader guard.
Carl Hetherington [Tue, 5 Aug 2014 14:00:19 +0000 (15:00 +0100)]
Header guard.

9 years agoopenjpeg-cdist bump again.
Carl Hetherington [Tue, 22 Jul 2014 18:56:36 +0000 (19:56 +0100)]
openjpeg-cdist bump again.

9 years agoBump openjpeg-cdist.
Carl Hetherington [Tue, 22 Jul 2014 18:55:02 +0000 (19:55 +0100)]
Bump openjpeg-cdist.

9 years agocdist changes.
Carl Hetherington [Tue, 22 Jul 2014 18:53:48 +0000 (19:53 +0100)]
cdist changes.

9 years agoSome include trimming,.
Carl Hetherington [Tue, 22 Jul 2014 12:50:57 +0000 (13:50 +0100)]
Some include trimming,.

9 years agoImprove error.
Carl Hetherington [Tue, 22 Jul 2014 09:46:29 +0000 (10:46 +0100)]
Improve error.

9 years agoImprove a couple of errors.
Carl Hetherington [Tue, 22 Jul 2014 08:46:32 +0000 (09:46 +0100)]
Improve a couple of errors.

9 years agoVarious attempts to clean up DCP comparison code.
Carl Hetherington [Mon, 21 Jul 2014 23:49:15 +0000 (00:49 +0100)]
Various attempts to clean up DCP comparison code.

9 years agoFix up some equals() prototype confusion.
Carl Hetherington [Mon, 21 Jul 2014 14:49:51 +0000 (15:49 +0100)]
Fix up some equals() prototype confusion.

9 years agoRemove some shared_ptr-itis.
Carl Hetherington [Mon, 21 Jul 2014 14:42:48 +0000 (15:42 +0100)]
Remove some shared_ptr-itis.

9 years agoVarious fix-ups and warning fixes from OS X.
Carl Hetherington [Mon, 21 Jul 2014 12:47:40 +0000 (13:47 +0100)]
Various fix-ups and warning fixes from OS X.

9 years agoAllow loading of EncryptedKDMs from strings.
Carl Hetherington [Sun, 20 Jul 2014 22:38:07 +0000 (23:38 +0100)]
Allow loading of EncryptedKDMs from strings.

9 years agoFix some warnings.
Carl Hetherington [Sun, 20 Jul 2014 22:34:44 +0000 (23:34 +0100)]
Fix some warnings.

9 years agoReflect return of <KeyId> tags in test refs.
Carl Hetherington [Sun, 20 Jul 2014 22:34:17 +0000 (23:34 +0100)]
Reflect return of <KeyId> tags in test refs.

9 years agoRemove some unused methods.
Carl Hetherington [Sun, 20 Jul 2014 19:37:17 +0000 (20:37 +0100)]
Remove some unused methods.

9 years agoTidy up KDM generation from CPLs a bit.
Carl Hetherington [Sun, 20 Jul 2014 14:11:57 +0000 (15:11 +0100)]
Tidy up KDM generation from CPLs a bit.

9 years agoPut ReelAsset key id into a new ReelMXFAsset.
Carl Hetherington [Sun, 20 Jul 2014 13:36:16 +0000 (14:36 +0100)]
Put ReelAsset key id into a new ReelMXFAsset.

9 years agoFix cscript for OS X.
Carl Hetherington [Sat, 19 Jul 2014 23:47:40 +0000 (00:47 +0100)]
Fix cscript for OS X.

9 years agoHeader guard.
Carl Hetherington [Fri, 18 Jul 2014 23:42:23 +0000 (00:42 +0100)]
Header guard.

9 years agoMerge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
Carl Hetherington [Fri, 18 Jul 2014 14:29:36 +0000 (15:29 +0100)]
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0

9 years agoMissing initialiser.
Carl Hetherington [Fri, 18 Jul 2014 14:29:30 +0000 (15:29 +0100)]
Missing initialiser.

9 years agoMake tests more robust to different sort behaviours.
Carl Hetherington [Fri, 18 Jul 2014 14:18:58 +0000 (14:18 +0000)]
Make tests more robust to different sort behaviours.

9 years agoDisable tests on Centos only.
Carl Hetherington [Fri, 18 Jul 2014 13:02:56 +0000 (14:02 +0100)]
Disable tests on Centos only.

9 years agoUpdate README.
Carl Hetherington [Fri, 18 Jul 2014 12:53:34 +0000 (13:53 +0100)]
Update README.

9 years agoMissing namespace.
Carl Hetherington [Fri, 18 Jul 2014 12:50:59 +0000 (13:50 +0100)]
Missing namespace.

9 years agoFix operator=.
Carl Hetherington [Fri, 18 Jul 2014 12:13:24 +0000 (13:13 +0100)]
Fix operator=.

9 years agoUse tmpdir for temporary files.
Carl Hetherington [Fri, 18 Jul 2014 12:13:20 +0000 (13:13 +0100)]
Use tmpdir for temporary files.

9 years agoComment fixes.
Carl Hetherington [Fri, 18 Jul 2014 10:48:27 +0000 (11:48 +0100)]
Comment fixes.

9 years agoVarious small tweaks and fixes.
Carl Hetherington [Fri, 18 Jul 2014 10:45:19 +0000 (11:45 +0100)]
Various small tweaks and fixes.

9 years agoQuite large reworking of signer/cert handling.
Carl Hetherington [Thu, 17 Jul 2014 23:15:34 +0000 (00:15 +0100)]
Quite large reworking of signer/cert handling.

9 years agoDisable test building for cdist linux builds.
Carl Hetherington [Thu, 17 Jul 2014 20:51:52 +0000 (21:51 +0100)]
Disable test building for cdist linux builds.

9 years agoGet Signer to take a PEM string rather than a filename.
Carl Hetherington [Thu, 17 Jul 2014 15:52:45 +0000 (16:52 +0100)]
Get Signer to take a PEM string rather than a filename.

9 years agoAdd variousn new bits to CertificateChain.
Carl Hetherington [Thu, 17 Jul 2014 15:12:56 +0000 (16:12 +0100)]
Add variousn new bits to CertificateChain.

9 years agoMore tests.
Carl Hetherington [Thu, 17 Jul 2014 14:07:23 +0000 (15:07 +0100)]
More tests.

9 years agoAdd verify() to CertificateChain.
Carl Hetherington [Thu, 17 Jul 2014 14:04:11 +0000 (15:04 +0100)]
Add verify() to CertificateChain.

9 years agoVarious test fixes.
Carl Hetherington [Wed, 16 Jul 2014 13:02:23 +0000 (14:02 +0100)]
Various test fixes.