libdcp.git
7 years agoAdd some accessors.
Carl Hetherington [Thu, 28 Jul 2016 15:43:20 +0000 (16:43 +0100)]
Add some accessors.

7 years agoBump version
Carl Hetherington [Sun, 3 Jul 2016 21:04:48 +0000 (22:04 +0100)]
Bump version

7 years agoBump version v1.3.4
Carl Hetherington [Sun, 3 Jul 2016 21:04:48 +0000 (22:04 +0100)]
Bump version

7 years agoUse release version of asdcplib-cth.
Carl Hetherington [Sun, 3 Jul 2016 21:01:24 +0000 (22:01 +0100)]
Use release version of asdcplib-cth.

7 years agoasdcp headers moved into subdirectory.
Carl Hetherington [Fri, 1 Jul 2016 11:32:42 +0000 (12:32 +0100)]
asdcp headers moved into subdirectory.

7 years agoMore detailed notes when audio descriptor comparisons fail.
Carl Hetherington [Thu, 30 Jun 2016 09:29:27 +0000 (10:29 +0100)]
More detailed notes when audio descriptor comparisons fail.

7 years agoMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Carl Hetherington [Fri, 24 Jun 2016 11:24:24 +0000 (12:24 +0100)]
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0

7 years agoSupport underlining of subtitles.
Carl Hetherington [Fri, 24 Jun 2016 11:24:16 +0000 (12:24 +0100)]
Support underlining of subtitles.

7 years agoMissing exit
Carl Hetherington [Fri, 24 Jun 2016 11:24:05 +0000 (12:24 +0100)]
Missing exit

7 years agoExpress standard differences in FontNode more neatly.
Carl Hetherington [Fri, 24 Jun 2016 11:12:23 +0000 (12:12 +0100)]
Express standard differences in FontNode more neatly.

7 years agoSmall callgrind-informed optimisation.
Carl Hetherington [Wed, 22 Jun 2016 01:04:03 +0000 (02:04 +0100)]
Small callgrind-informed optimisation.

7 years agoFix thinko in dependencies specification.
Carl Hetherington [Wed, 15 Jun 2016 21:41:02 +0000 (22:41 +0100)]
Fix thinko in dependencies specification.

7 years agoRe-add support for OpenJPEG version 1.5.x.
Carl Hetherington [Tue, 14 Jun 2016 20:47:00 +0000 (21:47 +0100)]
Re-add support for OpenJPEG version 1.5.x.

7 years agoMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Carl Hetherington [Tue, 14 Jun 2016 13:09:52 +0000 (14:09 +0100)]
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0

7 years agoFix tab/whitespace error.
Carl Hetherington [Tue, 14 Jun 2016 13:09:44 +0000 (14:09 +0100)]
Fix tab/whitespace error.

7 years agoTighten up time parsing, and also allow the previously
Carl Hetherington [Mon, 13 Jun 2016 23:20:06 +0000 (00:20 +0100)]
Tighten up time parsing, and also allow the previously
unsupported Interop HH:MM:SS.sss format for times.

7 years agoMore consistent error message in a subtitle exception.
Carl Hetherington [Mon, 13 Jun 2016 22:11:20 +0000 (23:11 +0100)]
More consistent error message in a subtitle exception.

7 years agoFix up for new cdist.
Carl Hetherington [Mon, 13 Jun 2016 12:46:18 +0000 (13:46 +0100)]
Fix up for new cdist.

7 years agoAdd OpenSSL licence exception.
Carl Hetherington [Mon, 13 Jun 2016 11:40:54 +0000 (12:40 +0100)]
Add OpenSSL licence exception.

7 years agoMore ToolkitVersion churn; hopefully that's it for now.
Carl Hetherington [Fri, 10 Jun 2016 08:02:01 +0000 (09:02 +0100)]
More ToolkitVersion churn; hopefully that's it for now.

7 years agoBump asdcplib-cth for MXF version number tweak.
Carl Hetherington [Thu, 9 Jun 2016 19:25:11 +0000 (20:25 +0100)]
Bump asdcplib-cth for MXF version number tweak.

7 years agoBump asdcplib-cth for Centos 5 build fix.
Carl Hetherington [Thu, 9 Jun 2016 15:18:11 +0000 (16:18 +0100)]
Bump asdcplib-cth for Centos 5 build fix.

8 years agoAdd some explicit declarations to constructors.
Carl Hetherington [Thu, 2 Jun 2016 09:28:16 +0000 (10:28 +0100)]
Add some explicit declarations to constructors.

8 years agoFix uninitialised variable.
Carl Hetherington [Thu, 2 Jun 2016 08:57:18 +0000 (09:57 +0100)]
Fix uninitialised variable.

8 years agoRemove unused variable.
Carl Hetherington [Thu, 2 Jun 2016 08:57:05 +0000 (09:57 +0100)]
Remove unused variable.

8 years agoMissing noncopyable.
Carl Hetherington [Thu, 2 Jun 2016 08:56:56 +0000 (09:56 +0100)]
Missing noncopyable.

8 years agoAdd Asset::set_hash().
Carl Hetherington [Thu, 2 Jun 2016 08:26:39 +0000 (09:26 +0100)]
Add Asset::set_hash().

8 years agoVarious tweaks to ReelAsset hashes.
Carl Hetherington [Thu, 2 Jun 2016 08:20:19 +0000 (09:20 +0100)]
Various tweaks to ReelAsset hashes.

Make ReelAsset::_hash optional.  When writing the ReelAsset to the
CPL, use _hash rather than re-fetching it from the asset.  Provide
accessor for _hash.

8 years agoUse optional<> for _hash and make it private.
Carl Hetherington [Thu, 2 Jun 2016 08:14:15 +0000 (09:14 +0100)]
Use optional<> for _hash and make it private.

8 years agoIgnore deprecated declarations for now.
Carl Hetherington [Thu, 2 Jun 2016 00:11:20 +0000 (01:11 +0100)]
Ignore deprecated declarations for now.

8 years agoStill more licence fixups.
Carl Hetherington [Wed, 1 Jun 2016 22:54:58 +0000 (23:54 +0100)]
Still more licence fixups.

8 years agoMore licence fixups.
Carl Hetherington [Wed, 1 Jun 2016 22:53:43 +0000 (23:53 +0100)]
More licence fixups.

8 years agoAdd Reader classes to permit much more efficient DCP reading.
Carl Hetherington [Wed, 1 Jun 2016 22:53:06 +0000 (23:53 +0100)]
Add Reader classes to permit much more efficient DCP reading.

8 years agoNo-op; Fix GPL address and mention libdcp by name.
Carl Hetherington [Wed, 25 May 2016 19:46:53 +0000 (20:46 +0100)]
No-op; Fix GPL address and mention libdcp by name.

8 years agoID churn.
Carl Hetherington [Wed, 25 May 2016 14:12:53 +0000 (15:12 +0100)]
ID churn.

8 years agoFix crash with no atmos.
Carl Hetherington [Wed, 25 May 2016 14:09:45 +0000 (15:09 +0100)]
Fix crash with no atmos.

8 years agoBasic writing of DCPs containing Atmos MXFs; untested.
Carl Hetherington [Wed, 25 May 2016 14:08:21 +0000 (15:08 +0100)]
Basic writing of DCPs containing Atmos MXFs; untested.

8 years agoMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Carl Hetherington [Wed, 25 May 2016 13:21:47 +0000 (14:21 +0100)]
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0

8 years agoAdd very minimal Atmos asset.
Carl Hetherington [Wed, 25 May 2016 13:21:37 +0000 (14:21 +0100)]
Add very minimal Atmos asset.

8 years agoMerge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
Carl Hetherington [Tue, 24 May 2016 22:02:38 +0000 (23:02 +0100)]
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0

8 years agoBump asdcplib version.
Carl Hetherington [Tue, 24 May 2016 22:01:57 +0000 (23:01 +0100)]
Bump asdcplib version.

8 years agoAdd somewhat speculative Rec 1886 and Rec 2020 colour conversions.
Carl Hetherington [Tue, 24 May 2016 11:25:22 +0000 (12:25 +0100)]
Add somewhat speculative Rec 1886 and Rec 2020 colour conversions.

8 years agoMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Carl Hetherington [Tue, 24 May 2016 10:28:06 +0000 (11:28 +0100)]
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0

8 years agoAdd reporting of DCP type.
Carl Hetherington [Tue, 24 May 2016 10:26:50 +0000 (11:26 +0100)]
Add reporting of DCP type.

8 years agoUpdate tests for asdcplib library version bump; this gets into the MXFs.
Carl Hetherington [Tue, 24 May 2016 10:26:13 +0000 (11:26 +0100)]
Update tests for asdcplib library version bump; this gets into the MXFs.

8 years agoMove namespaces into variables.
Carl Hetherington [Tue, 24 May 2016 08:55:53 +0000 (09:55 +0100)]
Move namespaces into variables.

8 years agoAdd missing virtual destructor.
Carl Hetherington [Mon, 23 May 2016 20:00:11 +0000 (21:00 +0100)]
Add missing virtual destructor.

8 years agoFix to previous gcc version hack.
Carl Hetherington [Mon, 23 May 2016 13:51:20 +0000 (14:51 +0100)]
Fix to previous gcc version hack.

8 years agoMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Carl Hetherington [Mon, 23 May 2016 13:38:50 +0000 (14:38 +0100)]
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0

8 years agoTry to allow build with gcc 4.1.
Carl Hetherington [Mon, 23 May 2016 13:38:41 +0000 (14:38 +0100)]
Try to allow build with gcc 4.1.

8 years agoPass annotation text from decrypted to encrypted KDMs.
Carl Hetherington [Sun, 15 May 2016 23:10:16 +0000 (00:10 +0100)]
Pass annotation text from decrypted to encrypted KDMs.

8 years agoTry to fix comparison of encrypted sound assets.
Carl Hetherington [Sun, 15 May 2016 21:55:56 +0000 (22:55 +0100)]
Try to fix comparison of encrypted sound assets.

8 years agoBump version
Carl Hetherington [Sun, 24 Apr 2016 23:53:59 +0000 (00:53 +0100)]
Bump version

8 years agoBump version v1.3.3
Carl Hetherington [Sun, 24 Apr 2016 23:53:58 +0000 (00:53 +0100)]
Bump version

8 years agoKDM AnnotationText is optional.
Carl Hetherington [Sun, 24 Apr 2016 22:00:34 +0000 (23:00 +0100)]
KDM AnnotationText is optional.

8 years agoMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Carl Hetherington [Fri, 22 Apr 2016 10:48:05 +0000 (11:48 +0100)]
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0

8 years agoImprove detection of other stuff after certificates.
Carl Hetherington [Fri, 22 Apr 2016 10:44:50 +0000 (11:44 +0100)]
Improve detection of other stuff after certificates.

8 years agoReplace hack with use of generic_string from boost::filesystem.
Carl Hetherington [Mon, 18 Apr 2016 21:17:54 +0000 (22:17 +0100)]
Replace hack with use of generic_string from boost::filesystem.

8 years agoHide boost::optional<> warnings.
Carl Hetherington [Sat, 16 Apr 2016 23:01:35 +0000 (00:01 +0100)]
Hide boost::optional<> warnings.

8 years agoBump version
Carl Hetherington [Fri, 15 Apr 2016 19:01:52 +0000 (20:01 +0100)]
Bump version

8 years agoBump version v1.3.2
Carl Hetherington [Fri, 15 Apr 2016 19:01:52 +0000 (20:01 +0100)]
Bump version

8 years agoParse Interop subtitle directions.
Carl Hetherington [Tue, 12 Apr 2016 14:05:45 +0000 (15:05 +0100)]
Parse Interop subtitle directions.

8 years agoDetect errors correctly from dcpinfo.
Carl Hetherington [Tue, 12 Apr 2016 14:04:54 +0000 (15:04 +0100)]
Detect errors correctly from dcpinfo.

8 years agoAdd direction support for SMPTE subtitles; fix pragma warnings with non-openmp builds.
Carl Hetherington [Tue, 12 Apr 2016 00:37:00 +0000 (01:37 +0100)]
Add direction support for SMPTE subtitles; fix pragma warnings with non-openmp builds.

8 years agoAdd make_digest test (for profiling really).
Carl Hetherington [Mon, 11 Apr 2016 20:01:15 +0000 (21:01 +0100)]
Add make_digest test (for profiling really).

8 years agoAdd a couple of small bold tests.
Carl Hetherington [Mon, 4 Apr 2016 23:27:31 +0000 (00:27 +0100)]
Add a couple of small bold tests.

8 years agoBasic untested support for bold in subtitles.
Carl Hetherington [Mon, 4 Apr 2016 23:22:32 +0000 (00:22 +0100)]
Basic untested support for bold in subtitles.

8 years agoRemove some unnecessary includes.
Carl Hetherington [Sat, 5 Mar 2016 13:47:13 +0000 (13:47 +0000)]
Remove some unnecessary includes.

8 years agoAdd new LocalTime constructor.
Carl Hetherington [Sat, 5 Mar 2016 13:44:36 +0000 (13:44 +0000)]
Add new LocalTime constructor.

8 years agoBump version
Carl Hetherington [Wed, 2 Mar 2016 20:15:26 +0000 (20:15 +0000)]
Bump version

8 years agoBump version v1.3.1
Carl Hetherington [Wed, 2 Mar 2016 20:15:26 +0000 (20:15 +0000)]
Bump version

8 years agoTest data change after actually turning on HMACs.
Carl Hetherington [Wed, 2 Mar 2016 20:14:19 +0000 (20:14 +0000)]
Test data change after actually turning on HMACs.

8 years agoActually turn on HMAC use.
Carl Hetherington [Wed, 2 Mar 2016 20:11:32 +0000 (20:11 +0000)]
Actually turn on HMAC use.

8 years agoModified data after adding HMACs.
Carl Hetherington [Tue, 1 Mar 2016 21:23:29 +0000 (21:23 +0000)]
Modified data after adding HMACs.

8 years agoBump version
Carl Hetherington [Tue, 1 Mar 2016 19:49:33 +0000 (19:49 +0000)]
Bump version

8 years agoBump version v1.3.0
Carl Hetherington [Tue, 1 Mar 2016 19:49:33 +0000 (19:49 +0000)]
Bump version

8 years agoBump libcxml to firm version.
Carl Hetherington [Tue, 1 Mar 2016 19:47:40 +0000 (19:47 +0000)]
Bump libcxml to firm version.

8 years agoUse fixed-version asdcplib-cth dep.
Carl Hetherington [Tue, 1 Mar 2016 19:43:31 +0000 (19:43 +0000)]
Use fixed-version asdcplib-cth dep.

8 years agoAdd workaround for (apparently) incorrectly-labelled stereo MXFs.
Carl Hetherington [Mon, 29 Feb 2016 01:00:02 +0000 (01:00 +0000)]
Add workaround for (apparently) incorrectly-labelled stereo MXFs.

8 years agoFix erroneous extra character.
Carl Hetherington [Mon, 29 Feb 2016 00:36:51 +0000 (00:36 +0000)]
Fix erroneous extra character.

8 years agoUse a HMAC context to write HMAC stuff to encrypted MXFs.
Carl Hetherington [Sun, 28 Feb 2016 23:27:23 +0000 (23:27 +0000)]
Use a HMAC context to write HMAC stuff to encrypted MXFs.

8 years agoAdd SoundAsset::valid_mxf().
Carl Hetherington [Sun, 28 Feb 2016 19:39:14 +0000 (19:39 +0000)]
Add SoundAsset::valid_mxf().

8 years agoLimit values that we use for <ScreenAspectRatio> tags in Interop
Carl Hetherington [Sun, 14 Feb 2016 23:11:50 +0000 (23:11 +0000)]
Limit values that we use for <ScreenAspectRatio> tags in Interop
CPLs to the list allowed by the standard.

8 years agoAdd openssl dep to tests for Fedora.
Carl Hetherington [Fri, 5 Feb 2016 15:54:28 +0000 (15:54 +0000)]
Add openssl dep to tests for Fedora.

8 years agoBump openjpeg2-cdist.
Carl Hetherington [Wed, 3 Feb 2016 21:57:18 +0000 (21:57 +0000)]
Bump openjpeg2-cdist.

8 years agoVarious build system / dependency fixes.
Carl Hetherington [Wed, 3 Feb 2016 11:43:14 +0000 (11:43 +0000)]
Various build system / dependency fixes.

8 years agoA little #include tidying.
Carl Hetherington [Wed, 3 Feb 2016 13:28:12 +0000 (13:28 +0000)]
A little #include tidying.

8 years agoUpdate test data again; don't know why unfortunately.
Carl Hetherington [Fri, 29 Jan 2016 14:14:57 +0000 (14:14 +0000)]
Update test data again; don't know why unfortunately.

8 years agoTry to fix cscript build.
Carl Hetherington [Thu, 28 Jan 2016 21:30:43 +0000 (21:30 +0000)]
Try to fix cscript build.

8 years agoMerge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
Carl Hetherington [Thu, 28 Jan 2016 21:16:13 +0000 (21:16 +0000)]
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0

8 years agoTry to fix cscript build.
Carl Hetherington [Thu, 28 Jan 2016 21:16:02 +0000 (21:16 +0000)]
Try to fix cscript build.

8 years agoFix asdcplib-cth branch name.
Carl Hetherington [Thu, 28 Jan 2016 09:02:10 +0000 (09:02 +0000)]
Fix asdcplib-cth branch name.

8 years agoCheck for trailing data when loading certificates.
Carl Hetherington [Wed, 27 Jan 2016 21:06:26 +0000 (21:06 +0000)]
Check for trailing data when loading certificates.

8 years agoMXF changes with newer version of asdcplib.
Carl Hetherington [Wed, 27 Jan 2016 16:17:52 +0000 (16:17 +0000)]
MXF changes with newer version of asdcplib.

8 years agoChange default MonoPictureFrame constructor to something more useful.
Carl Hetherington [Sat, 16 Jan 2016 18:02:20 +0000 (18:02 +0000)]
Change default MonoPictureFrame constructor to something more useful.

8 years agoFix asdcplib dep.
Carl Hetherington [Sat, 16 Jan 2016 17:59:01 +0000 (17:59 +0000)]
Fix asdcplib dep.

8 years agoRemove asdcplib from .pc file.
Carl Hetherington [Fri, 15 Jan 2016 18:19:35 +0000 (18:19 +0000)]
Remove asdcplib from .pc file.

8 years agoUse out-of-tree asdcplib-cth
Carl Hetherington [Thu, 14 Jan 2016 23:54:53 +0000 (23:54 +0000)]
Use out-of-tree asdcplib-cth

8 years agoAllow fractional frames per second when computing Time from frames.
Carl Hetherington [Wed, 13 Jan 2016 21:43:02 +0000 (21:43 +0000)]
Allow fractional frames per second when computing Time from frames.

8 years agoSmall cleanup.
Carl Hetherington [Tue, 12 Jan 2016 14:16:27 +0000 (14:16 +0000)]
Small cleanup.