libdcp.git
11 years agoComment tweaks.
Carl Hetherington [Thu, 17 Jan 2013 20:29:51 +0000 (20:29 +0000)]
Comment tweaks.

11 years agoTidy up slightly.
Carl Hetherington [Thu, 17 Jan 2013 20:28:51 +0000 (20:28 +0000)]
Tidy up slightly.

11 years agoAdd duration, starting off as intrinsic_duration but changeable.
Carl Hetherington [Thu, 17 Jan 2013 20:26:06 +0000 (20:26 +0000)]
Add duration, starting off as intrinsic_duration but changeable.

11 years agoReplace length with intrinsic_duration.
Carl Hetherington [Thu, 17 Jan 2013 20:23:43 +0000 (20:23 +0000)]
Replace length with intrinsic_duration.

11 years agoPull entry point out of the constructor.
Carl Hetherington [Thu, 17 Jan 2013 20:16:10 +0000 (20:16 +0000)]
Pull entry point out of the constructor.

11 years agoUse new Size struct.
Carl Hetherington [Thu, 17 Jan 2013 19:44:58 +0000 (19:44 +0000)]
Use new Size struct.

11 years agoUse boost starts/ends with methods.
Carl Hetherington [Sun, 13 Jan 2013 13:46:20 +0000 (13:46 +0000)]
Use boost starts/ends with methods.

11 years agoSome comment tweaks.
Carl Hetherington [Sun, 13 Jan 2013 13:13:35 +0000 (13:13 +0000)]
Some comment tweaks.

11 years agoRemove unused progress parameter to make_digest; some comment tweaks.
Carl Hetherington [Sun, 13 Jan 2013 13:04:43 +0000 (13:04 +0000)]
Remove unused progress parameter to make_digest; some comment tweaks.

11 years agoComment tweaks.
Carl Hetherington [Sun, 13 Jan 2013 12:55:21 +0000 (12:55 +0000)]
Comment tweaks.

11 years agoMake variable to say whether we were built with debug or not.
Carl Hetherington [Sun, 13 Jan 2013 12:41:59 +0000 (12:41 +0000)]
Make variable to say whether we were built with debug or not.

11 years agoBump version
Carl Hetherington [Sat, 12 Jan 2013 19:32:33 +0000 (19:32 +0000)]
Bump version

11 years agoBump version v0.36
Carl Hetherington [Sat, 12 Jan 2013 19:28:41 +0000 (19:28 +0000)]
Bump version

11 years agoAdd simple support for generating audio MXFs from part of a WAV file (for multi-reel...
Carl Hetherington [Sat, 12 Jan 2013 19:26:57 +0000 (19:26 +0000)]
Add simple support for generating audio MXFs from part of a WAV file (for multi-reel DCP generation).

11 years agoComment tweaks.
Carl Hetherington [Wed, 9 Jan 2013 23:18:13 +0000 (23:18 +0000)]
Comment tweaks.

11 years agoA couple more little fixes to subtitle XML.
Carl Hetherington [Sat, 22 Dec 2012 23:35:23 +0000 (23:35 +0000)]
A couple more little fixes to subtitle XML.

11 years agoMore various fixes to subtitle XML writing.
Carl Hetherington [Sat, 22 Dec 2012 23:29:50 +0000 (23:29 +0000)]
More various fixes to subtitle XML writing.

11 years agoFix up constructor.
Carl Hetherington [Sat, 22 Dec 2012 22:33:45 +0000 (22:33 +0000)]
Fix up constructor.

11 years agoFix numerous bugs in subtitle XML generation.
Carl Hetherington [Sat, 22 Dec 2012 22:32:07 +0000 (22:32 +0000)]
Fix numerous bugs in subtitle XML generation.

11 years agoIgnore __pycache__ directory.
Carl Hetherington [Sat, 22 Dec 2012 18:15:04 +0000 (18:15 +0000)]
Ignore __pycache__ directory.

11 years agoBump version
Carl Hetherington [Sat, 22 Dec 2012 13:19:15 +0000 (13:19 +0000)]
Bump version

11 years agoBump version v0.35
Carl Hetherington [Sat, 22 Dec 2012 13:15:37 +0000 (13:15 +0000)]
Bump version

11 years agoMake wscript work on python 2 and 3.
Carl Hetherington [Sat, 22 Dec 2012 13:11:58 +0000 (13:11 +0000)]
Make wscript work on python 2 and 3.

11 years agoBump version
Carl Hetherington [Sun, 9 Dec 2012 13:35:12 +0000 (13:35 +0000)]
Bump version

11 years agoBump version v0.34
Carl Hetherington [Sun, 9 Dec 2012 13:32:56 +0000 (13:32 +0000)]
Bump version

11 years agoUse -O2 rather than -O3, as an experiment, really.
Carl Hetherington [Sun, 9 Dec 2012 13:32:47 +0000 (13:32 +0000)]
Use -O2 rather than -O3, as an experiment, really.

11 years agoBump version
Carl Hetherington [Sun, 9 Dec 2012 13:30:24 +0000 (13:30 +0000)]
Bump version

11 years agoBump version v0.33
Carl Hetherington [Sun, 9 Dec 2012 13:29:01 +0000 (13:29 +0000)]
Bump version

11 years agoDon't explicitly install .so files as I don't think it's necessary, and it fails...
Carl Hetherington [Sun, 9 Dec 2012 13:27:58 +0000 (13:27 +0000)]
Don't explicitly install .so files as I don't think it's necessary, and it fails on windows.

11 years agoMerge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/libdcp
Carl Hetherington [Fri, 7 Dec 2012 22:18:59 +0000 (22:18 +0000)]
Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/libdcp

11 years agoAllow static builds.
Carl Hetherington [Fri, 7 Dec 2012 21:21:49 +0000 (21:21 +0000)]
Allow static builds.

11 years agoRemove exception thrown on a short audio frame. I don't think
Carl Hetherington [Thu, 6 Dec 2012 20:27:00 +0000 (20:27 +0000)]
Remove exception thrown on a short audio frame.  I don't think
the caller can reasonably be expected to know what constitutes
a DCP audio "frame", so it's not really for them to round their
inputs.  libdcp will fill any shortfall with silence, anyway.

11 years agoFix merge.
Carl Hetherington [Mon, 3 Dec 2012 14:25:11 +0000 (14:25 +0000)]
Fix merge.

11 years agoBump version
Carl Hetherington [Mon, 3 Dec 2012 14:22:08 +0000 (14:22 +0000)]
Bump version

11 years agoBump version v0.32
Carl Hetherington [Mon, 3 Dec 2012 14:21:03 +0000 (14:21 +0000)]
Bump version

11 years agoMerge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/libdcp
Carl Hetherington [Mon, 3 Dec 2012 14:20:17 +0000 (14:20 +0000)]
Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/libdcp

11 years agoBump version
Carl Hetherington [Mon, 3 Dec 2012 14:20:09 +0000 (14:20 +0000)]
Bump version

11 years agoBump version v0.31
Carl Hetherington [Mon, 3 Dec 2012 14:18:55 +0000 (14:18 +0000)]
Bump version

11 years agoPrevent crashes with 8 channel sound assets.
Carl Hetherington [Mon, 3 Dec 2012 14:18:44 +0000 (14:18 +0000)]
Prevent crashes with 8 channel sound assets.

11 years agoBump version
Carl Hetherington [Mon, 3 Dec 2012 13:37:17 +0000 (13:37 +0000)]
Bump version

11 years agoBump version
Carl Hetherington [Mon, 3 Dec 2012 13:36:09 +0000 (13:36 +0000)]
Bump version

11 years agoSupport older boost filesystem library.
Carl Hetherington [Mon, 3 Dec 2012 13:35:37 +0000 (13:35 +0000)]
Support older boost filesystem library.

11 years agoBump version
Carl Hetherington [Sat, 1 Dec 2012 19:00:48 +0000 (19:00 +0000)]
Bump version

11 years agoBump version v0.30
Carl Hetherington [Sat, 1 Dec 2012 18:55:54 +0000 (18:55 +0000)]
Bump version

11 years agoReimplement Kumu::DirScanner using boost to avoid dependency on msvcr100 on Windows.
Carl Hetherington [Sat, 1 Dec 2012 18:51:07 +0000 (18:51 +0000)]
Reimplement Kumu::DirScanner using boost to avoid dependency on msvcr100 on Windows.

11 years agoBump version
Carl Hetherington [Fri, 30 Nov 2012 23:59:55 +0000 (23:59 +0000)]
Bump version

11 years agoBump version v0.29
Carl Hetherington [Fri, 30 Nov 2012 23:53:28 +0000 (23:53 +0000)]
Bump version

11 years agoUndo mis-release.
Carl Hetherington [Fri, 30 Nov 2012 23:53:25 +0000 (23:53 +0000)]
Undo mis-release.

11 years agoBump version
Carl Hetherington [Fri, 30 Nov 2012 23:53:02 +0000 (23:53 +0000)]
Bump version

11 years agoTry to fix up version confusion.
Carl Hetherington [Fri, 30 Nov 2012 23:51:34 +0000 (23:51 +0000)]
Try to fix up version confusion.

11 years agoMerge.
Carl Hetherington [Fri, 30 Nov 2012 23:50:45 +0000 (23:50 +0000)]
Merge.

11 years agoBump version
Carl Hetherington [Fri, 30 Nov 2012 09:30:20 +0000 (09:30 +0000)]
Bump version

11 years agoBump version v0.28
Carl Hetherington [Fri, 30 Nov 2012 09:28:52 +0000 (09:28 +0000)]
Bump version

11 years agoOops; munge version.
Carl Hetherington [Fri, 30 Nov 2012 09:28:27 +0000 (09:28 +0000)]
Oops; munge version.

11 years agoBump version
Carl Hetherington [Fri, 30 Nov 2012 09:27:09 +0000 (09:27 +0000)]
Bump version

11 years agoBump version v0.26
Carl Hetherington [Fri, 30 Nov 2012 09:26:10 +0000 (09:26 +0000)]
Bump version

11 years agoAdd msvcr100 link back in again.
Carl Hetherington [Fri, 30 Nov 2012 09:25:47 +0000 (09:25 +0000)]
Add msvcr100 link back in again.

11 years agoAdd missing virtual destructor.
Carl Hetherington [Fri, 30 Nov 2012 09:25:32 +0000 (09:25 +0000)]
Add missing virtual destructor.

11 years agoAdd clarification needed by newer GCC.
Carl Hetherington [Fri, 30 Nov 2012 09:25:23 +0000 (09:25 +0000)]
Add clarification needed by newer GCC.

11 years agoBump version
Carl Hetherington [Sun, 25 Nov 2012 02:06:56 +0000 (02:06 +0000)]
Bump version

11 years agoBump version v0.27
Carl Hetherington [Sun, 25 Nov 2012 02:06:31 +0000 (02:06 +0000)]
Bump version

11 years agoOoops.
Carl Hetherington [Sun, 25 Nov 2012 02:06:25 +0000 (02:06 +0000)]
Ooops.

11 years agoBump version
Carl Hetherington [Sun, 25 Nov 2012 02:04:35 +0000 (02:04 +0000)]
Bump version

11 years agoRevert "Add windows runtime link that seems to be needed with newer mingw."
Carl Hetherington [Sun, 25 Nov 2012 02:04:12 +0000 (02:04 +0000)]
Revert "Add windows runtime link that seems to be needed with newer mingw."

This reverts commit 357e04626b8e682bc621f98e5976c95bf2f71364.

11 years agoBump version
Carl Hetherington [Thu, 22 Nov 2012 21:09:32 +0000 (21:09 +0000)]
Bump version

11 years agoBump version v0.25
Carl Hetherington [Thu, 22 Nov 2012 21:08:37 +0000 (21:08 +0000)]
Bump version

11 years agoAdd windows runtime link that seems to be needed with newer mingw.
Carl Hetherington [Thu, 22 Nov 2012 21:07:52 +0000 (21:07 +0000)]
Add windows runtime link that seems to be needed with newer mingw.

11 years agoMerge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/libdcp
Carl Hetherington [Sat, 27 Oct 2012 00:52:55 +0000 (01:52 +0100)]
Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/libdcp

11 years agoRound J2K output image size more correctly (I think) when performing reductions durin...
Carl Hetherington [Fri, 26 Oct 2012 19:07:49 +0000 (20:07 +0100)]
Round J2K output image size more correctly (I think) when performing reductions during decode.

11 years agoMerge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/libdcp
Carl Hetherington [Fri, 26 Oct 2012 18:13:38 +0000 (19:13 +0100)]
Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/libdcp

11 years agoFix a warning and add a missing include.
Carl Hetherington [Fri, 26 Oct 2012 18:13:35 +0000 (19:13 +0100)]
Fix a warning and add a missing include.

11 years agoBump version
Carl Hetherington [Thu, 25 Oct 2012 20:07:24 +0000 (21:07 +0100)]
Bump version

11 years agoMissing -f flag to git clean in release script.
Carl Hetherington [Thu, 25 Oct 2012 20:06:01 +0000 (21:06 +0100)]
Missing -f flag to git clean in release script.

11 years agoBump version v0.24
Carl Hetherington [Thu, 25 Oct 2012 20:04:48 +0000 (21:04 +0100)]
Bump version

11 years agoUse signals2 rather than sigc++
Carl Hetherington [Thu, 25 Oct 2012 19:52:58 +0000 (20:52 +0100)]
Use signals2 rather than sigc++

11 years agoImprove an error message.
Carl Hetherington [Mon, 22 Oct 2012 19:25:34 +0000 (20:25 +0100)]
Improve an error message.

11 years agoInitial work on subtitle writing.
Carl Hetherington [Fri, 19 Oct 2012 18:42:26 +0000 (19:42 +0100)]
Initial work on subtitle writing.

11 years agoBump version
Carl Hetherington [Thu, 4 Oct 2012 17:50:56 +0000 (18:50 +0100)]
Bump version

11 years agoBump version v0.23
Carl Hetherington [Thu, 4 Oct 2012 17:49:51 +0000 (18:49 +0100)]
Bump version

11 years agoProvide accessors to ARGBFrame's width and height.
Carl Hetherington [Thu, 4 Oct 2012 13:27:55 +0000 (14:27 +0100)]
Provide accessors to ARGBFrame's width and height.

11 years agoBe more unixy and be quiet on success.
Carl Hetherington [Wed, 3 Oct 2012 10:01:07 +0000 (11:01 +0100)]
Be more unixy and be quiet on success.

11 years agoAllow some error in audio when comparing.
Carl Hetherington [Wed, 3 Oct 2012 10:00:30 +0000 (11:00 +0100)]
Allow some error in audio when comparing.

11 years agoNote first difference on an audio equals() discrepancy.
Carl Hetherington [Tue, 2 Oct 2012 23:16:29 +0000 (00:16 +0100)]
Note first difference on an audio equals() discrepancy.

11 years agoRemove bitwise DCP comparison, which I think is fairly useless (just use diff, no?)
Carl Hetherington [Tue, 2 Oct 2012 20:55:37 +0000 (21:55 +0100)]
Remove bitwise DCP comparison, which I think is fairly useless (just use diff, no?)

11 years agoClean up DCP comparison a bit.
Carl Hetherington [Tue, 2 Oct 2012 20:51:56 +0000 (21:51 +0100)]
Clean up DCP comparison a bit.

11 years agoFix comparison of audio assets to not just compare the first frame.
Carl Hetherington [Tue, 2 Oct 2012 20:22:46 +0000 (21:22 +0100)]
Fix comparison of audio assets to not just compare the first frame.

11 years agoBump version
Carl Hetherington [Wed, 19 Sep 2012 10:22:56 +0000 (11:22 +0100)]
Bump version

11 years agoBump version v0.22
Carl Hetherington [Wed, 19 Sep 2012 10:22:11 +0000 (11:22 +0100)]
Bump version

11 years agoCope with DCPs that don't specify the picture as stereoscopic but are 3D and indicate...
Carl Hetherington [Wed, 19 Sep 2012 02:13:38 +0000 (03:13 +0100)]
Cope with DCPs that don't specify the picture as stereoscopic but are 3D and indicate it by having differing EditRate and FrameRate.

11 years agoAnother content kind seen capitalised.
Carl Hetherington [Wed, 19 Sep 2012 01:43:08 +0000 (02:43 +0100)]
Another content kind seen capitalised.

11 years agoReelNumber is sometimes a string, it seems.
Carl Hetherington [Tue, 18 Sep 2012 22:50:32 +0000 (23:50 +0100)]
ReelNumber is sometimes a string, it seems.

11 years agoSome renaming of XML-related methods.
Carl Hetherington [Tue, 18 Sep 2012 22:32:44 +0000 (23:32 +0100)]
Some renaming of XML-related methods.

11 years agoBump version
Carl Hetherington [Mon, 17 Sep 2012 11:58:32 +0000 (12:58 +0100)]
Bump version

11 years agoBump version v0.21
Carl Hetherington [Mon, 17 Sep 2012 11:55:40 +0000 (12:55 +0100)]
Bump version

11 years agoFix issue date on Windows.
Carl Hetherington [Mon, 17 Sep 2012 11:39:40 +0000 (12:39 +0100)]
Fix issue date on Windows.

11 years agoTidy up diffing of frames a bit.
Carl Hetherington [Mon, 17 Sep 2012 10:52:33 +0000 (11:52 +0100)]
Tidy up diffing of frames a bit.

11 years agoMissing read() calls in dcpdiff.
Carl Hetherington [Sun, 16 Sep 2012 19:03:58 +0000 (20:03 +0100)]
Missing read() calls in dcpdiff.

11 years agoTweak message.
Carl Hetherington [Sun, 16 Sep 2012 17:59:00 +0000 (18:59 +0100)]
Tweak message.

11 years agoRun ldconfig after install.
Carl Hetherington [Sun, 16 Sep 2012 17:23:54 +0000 (18:23 +0100)]
Run ldconfig after install.

11 years agoBump version
Carl Hetherington [Sun, 9 Sep 2012 21:19:54 +0000 (22:19 +0100)]
Bump version