dcpomatic.git
10 years agoMerge 1.0
Carl Hetherington [Tue, 31 Dec 2013 15:44:51 +0000 (15:44 +0000)]
Merge 1.0

10 years agoChangeLog.
Carl Hetherington [Mon, 30 Dec 2013 23:59:17 +0000 (23:59 +0000)]
ChangeLog.

10 years agoDon't flush audio if Player is not supposed to be playing it.
Carl Hetherington [Mon, 30 Dec 2013 23:52:56 +0000 (23:52 +0000)]
Don't flush audio if Player is not supposed to be playing it.

10 years agoHandle exceptions thrown from ServerFinder.
Carl Hetherington [Mon, 30 Dec 2013 23:10:49 +0000 (23:10 +0000)]
Handle exceptions thrown from ServerFinder.

10 years agoCatch exceptions from Encoder threads.
Carl Hetherington [Mon, 30 Dec 2013 23:01:54 +0000 (23:01 +0000)]
Catch exceptions from Encoder threads.

10 years agoVaguely improve exception safety of ThreadedStaticText.
Carl Hetherington [Mon, 30 Dec 2013 22:53:23 +0000 (22:53 +0000)]
Vaguely improve exception safety of ThreadedStaticText.

10 years agoImprove exception handling in dcpomatic_server.
Carl Hetherington [Mon, 30 Dec 2013 22:49:08 +0000 (22:49 +0000)]
Improve exception handling in dcpomatic_server.

10 years agoComment and slightly tidy ExceptionStore.
Carl Hetherington [Mon, 30 Dec 2013 21:46:10 +0000 (21:46 +0000)]
Comment and slightly tidy ExceptionStore.

10 years agoAdd nascent dcpomatic_create.
Carl Hetherington [Mon, 30 Dec 2013 00:52:01 +0000 (00:52 +0000)]
Add nascent dcpomatic_create.

10 years agoAnother attempt to fix clang build.
Carl Hetherington [Sun, 29 Dec 2013 21:35:24 +0000 (21:35 +0000)]
Another attempt to fix clang build.

10 years agoTry to fix clang build.
Carl Hetherington [Sun, 29 Dec 2013 21:17:32 +0000 (21:17 +0000)]
Try to fix clang build.

10 years agoFix crash when processing audio before time 0.
Carl Hetherington [Sun, 29 Dec 2013 20:50:28 +0000 (20:50 +0000)]
Fix crash when processing audio before time 0.

10 years agoFix playback after start trim.
Carl Hetherington [Sun, 29 Dec 2013 20:12:35 +0000 (20:12 +0000)]
Fix playback after start trim.

10 years agoMerge branch '1.0' into 1.0-seek
Carl Hetherington [Sun, 29 Dec 2013 19:30:59 +0000 (19:30 +0000)]
Merge branch '1.0' into 1.0-seek

10 years agoBump version
Carl Hetherington [Sun, 29 Dec 2013 01:13:25 +0000 (01:13 +0000)]
Bump version

10 years agoBump version
Carl Hetherington [Sun, 29 Dec 2013 01:13:25 +0000 (01:13 +0000)]
Bump version

10 years agoChangeLog.
Carl Hetherington [Sun, 29 Dec 2013 01:12:00 +0000 (01:12 +0000)]
ChangeLog.

10 years agoRestore layout to how it was.
Carl Hetherington [Sun, 29 Dec 2013 00:25:21 +0000 (00:25 +0000)]
Restore layout to how it was.

10 years agoFix previous.
Carl Hetherington [Sun, 29 Dec 2013 00:25:12 +0000 (00:25 +0000)]
Fix previous.

10 years agoFix a number of missing fopen_boost replacements; might fix problems with adding...
Carl Hetherington [Sun, 29 Dec 2013 00:16:22 +0000 (00:16 +0000)]
Fix a number of missing fopen_boost replacements; might fix problems with adding content from non-Latin directories.

10 years agoContentMenu was keeping its initial film and not using the current one; should fix...
Carl Hetherington [Sat, 28 Dec 2013 23:49:56 +0000 (23:49 +0000)]
ContentMenu was keeping its initial film and not using the current one; should fix #255.

10 years agoFix typo breaking remote encoding.
Carl Hetherington [Sat, 28 Dec 2013 15:43:44 +0000 (15:43 +0000)]
Fix typo breaking remote encoding.

10 years agoMerge 1.0
Carl Hetherington [Sat, 28 Dec 2013 15:09:30 +0000 (15:09 +0000)]
Merge 1.0

10 years agoRemove unused Film::content_paths_valid; fix ImageDecoder to throw an OpenFileError...
Carl Hetherington [Sat, 28 Dec 2013 15:00:38 +0000 (15:00 +0000)]
Remove unused Film::content_paths_valid; fix ImageDecoder to throw an OpenFileError when a file is missing so that it gets treated as missing content; rename Content::path_valid -> paths_valid.

10 years agoFix OS X waf wrapper.
Carl Hetherington [Sat, 28 Dec 2013 14:25:02 +0000 (14:25 +0000)]
Fix OS X waf wrapper.

10 years agoFix termination of decodes.
Carl Hetherington [Sat, 28 Dec 2013 00:12:32 +0000 (00:12 +0000)]
Fix termination of decodes.

10 years agoMerge branch '1.0' into 1.0-seek
Carl Hetherington [Fri, 27 Dec 2013 21:16:40 +0000 (21:16 +0000)]
Merge branch '1.0' into 1.0-seek

10 years agoRemove unused variable.
Carl Hetherington [Fri, 27 Dec 2013 16:06:05 +0000 (16:06 +0000)]
Remove unused variable.

10 years agoRemove unused variable.
Carl Hetherington [Fri, 27 Dec 2013 15:37:19 +0000 (15:37 +0000)]
Remove unused variable.

10 years agoRemove erroneous float passed as int parameter.
Carl Hetherington [Fri, 27 Dec 2013 15:36:11 +0000 (15:36 +0000)]
Remove erroneous float passed as int parameter.

10 years agoFix non-update of video information on changing DCP resolution (#299).
Carl Hetherington [Fri, 27 Dec 2013 14:28:08 +0000 (14:28 +0000)]
Fix non-update of video information on changing DCP resolution (#299).

10 years agoDo the right thing on closing the window.
Carl Hetherington [Fri, 27 Dec 2013 14:27:31 +0000 (14:27 +0000)]
Do the right thing on closing the window.

10 years agoSupporter.
Carl Hetherington [Fri, 27 Dec 2013 12:26:42 +0000 (12:26 +0000)]
Supporter.

10 years agoBump version
Carl Hetherington [Fri, 27 Dec 2013 12:17:11 +0000 (12:17 +0000)]
Bump version

10 years agoBump version
Carl Hetherington [Fri, 27 Dec 2013 12:17:11 +0000 (12:17 +0000)]
Bump version

10 years agoAdd setup of progression order change (POC) in J2K for 4K (from OpenDCP).
Carl Hetherington [Fri, 27 Dec 2013 12:04:10 +0000 (12:04 +0000)]
Add setup of progression order change (POC) in J2K for 4K (from OpenDCP).

10 years agoFix DCP building with subs.
Carl Hetherington [Thu, 26 Dec 2013 20:01:43 +0000 (20:01 +0000)]
Fix DCP building with subs.

10 years agoImprove seek speed.
Carl Hetherington [Thu, 26 Dec 2013 19:05:12 +0000 (19:05 +0000)]
Improve seek speed.

10 years agoFix subtitle position.
Carl Hetherington [Thu, 26 Dec 2013 18:57:37 +0000 (18:57 +0000)]
Fix subtitle position.

10 years agoMore transport tidying up.
Carl Hetherington [Thu, 26 Dec 2013 18:49:33 +0000 (18:49 +0000)]
More transport tidying up.

10 years agoTidy up playback slightly.
Carl Hetherington [Tue, 24 Dec 2013 16:27:55 +0000 (16:27 +0000)]
Tidy up playback slightly.

10 years agoSome fixes to playback of drop-frame content.
Carl Hetherington [Tue, 24 Dec 2013 02:52:35 +0000 (02:52 +0000)]
Some fixes to playback of drop-frame content.

10 years agoMerge 1.0 and some subtitling fixes.
Carl Hetherington [Tue, 24 Dec 2013 01:12:40 +0000 (01:12 +0000)]
Merge 1.0 and some subtitling fixes.

10 years agoMerge 1.0.
Carl Hetherington [Tue, 24 Dec 2013 00:18:03 +0000 (00:18 +0000)]
Merge 1.0.

10 years agoBump version
Carl Hetherington [Mon, 23 Dec 2013 23:55:45 +0000 (23:55 +0000)]
Bump version

10 years agoBump version
Carl Hetherington [Mon, 23 Dec 2013 23:55:45 +0000 (23:55 +0000)]
Bump version

10 years agoA couple of potential fixes for 4K.
Carl Hetherington [Mon, 23 Dec 2013 23:53:40 +0000 (23:53 +0000)]
A couple of potential fixes for 4K.

10 years agoBump version
Carl Hetherington [Mon, 23 Dec 2013 22:12:56 +0000 (22:12 +0000)]
Bump version

10 years agoBump version
Carl Hetherington [Mon, 23 Dec 2013 22:12:56 +0000 (22:12 +0000)]
Bump version

10 years agoMissing files.
Carl Hetherington [Mon, 23 Dec 2013 22:12:21 +0000 (22:12 +0000)]
Missing files.

10 years agoBump version
Carl Hetherington [Mon, 23 Dec 2013 22:10:29 +0000 (22:10 +0000)]
Bump version

10 years agoBump version
Carl Hetherington [Mon, 23 Dec 2013 22:10:29 +0000 (22:10 +0000)]
Bump version

10 years agoBump version
Carl Hetherington [Mon, 23 Dec 2013 21:59:39 +0000 (21:59 +0000)]
Bump version

10 years agoBump version
Carl Hetherington [Mon, 23 Dec 2013 21:59:39 +0000 (21:59 +0000)]
Bump version

10 years agoMerge.
Carl Hetherington [Mon, 23 Dec 2013 21:54:54 +0000 (21:54 +0000)]
Merge.

10 years agoMove default config options into their own tab; support user/password for SMTP TLS...
Carl Hetherington [Mon, 23 Dec 2013 21:53:51 +0000 (21:53 +0000)]
Move default config options into their own tab; support user/password for SMTP TLS/SSL.

10 years agoBump version
Carl Hetherington [Mon, 23 Dec 2013 01:59:16 +0000 (01:59 +0000)]
Bump version

10 years agoBump version
Carl Hetherington [Mon, 23 Dec 2013 01:59:16 +0000 (01:59 +0000)]
Bump version

10 years agoAdd start/end time option to KDM email.
Carl Hetherington [Mon, 23 Dec 2013 01:58:30 +0000 (01:58 +0000)]
Add start/end time option to KDM email.

10 years agoAdd top/bottom option for 3D frames.
Carl Hetherington [Mon, 23 Dec 2013 01:20:52 +0000 (01:20 +0000)]
Add top/bottom option for 3D frames.

10 years agoVarious fixes to film viewer.
Carl Hetherington [Sun, 22 Dec 2013 15:54:24 +0000 (15:54 +0000)]
Various fixes to film viewer.

10 years agoFix play of 3D.
Carl Hetherington [Sun, 22 Dec 2013 14:24:34 +0000 (14:24 +0000)]
Fix play of 3D.

10 years agoRemove some debug code.
Carl Hetherington [Sun, 22 Dec 2013 11:01:22 +0000 (11:01 +0000)]
Remove some debug code.

10 years agoVarious test / seek fixes.
Carl Hetherington [Sun, 22 Dec 2013 01:20:39 +0000 (01:20 +0000)]
Various test / seek fixes.

10 years agoAdd some more tests; improve seeking.
Carl Hetherington [Sat, 21 Dec 2013 18:44:52 +0000 (18:44 +0000)]
Add some more tests; improve seeking.

10 years agoMerge branch '1.0' into 1.0-seek
Carl Hetherington [Fri, 20 Dec 2013 21:28:47 +0000 (21:28 +0000)]
Merge branch '1.0' into 1.0-seek

10 years agoAllow configuration of default audio delay (#276).
Carl Hetherington [Fri, 20 Dec 2013 21:26:17 +0000 (21:26 +0000)]
Allow configuration of default audio delay (#276).

10 years agoBump version
Carl Hetherington [Fri, 20 Dec 2013 20:53:40 +0000 (20:53 +0000)]
Bump version

10 years agoBump version
Carl Hetherington [Fri, 20 Dec 2013 20:53:40 +0000 (20:53 +0000)]
Bump version

10 years agoTry to fix OS X build on 10.9.
Carl Hetherington [Fri, 20 Dec 2013 20:23:26 +0000 (20:23 +0000)]
Try to fix OS X build on 10.9.

10 years agoAttempt to fix OS X build on Mavericks.
Carl Hetherington [Fri, 20 Dec 2013 17:59:24 +0000 (17:59 +0000)]
Attempt to fix OS X build on Mavericks.

10 years agoBump libdcp to fix build on OS X.
Carl Hetherington [Fri, 20 Dec 2013 17:38:11 +0000 (17:38 +0000)]
Bump libdcp to fix build on OS X.

10 years agoSome small optimisations to player.
Carl Hetherington [Fri, 20 Dec 2013 17:36:31 +0000 (17:36 +0000)]
Some small optimisations to player.

10 years agoDon't emit things from player that are turned off.
Carl Hetherington [Thu, 19 Dec 2013 20:03:29 +0000 (20:03 +0000)]
Don't emit things from player that are turned off.

10 years agoFix erroneous rename.
Carl Hetherington [Thu, 19 Dec 2013 19:21:50 +0000 (19:21 +0000)]
Fix erroneous rename.

10 years agoRemove unused variable.
Carl Hetherington [Thu, 19 Dec 2013 19:21:31 +0000 (19:21 +0000)]
Remove unused variable.

10 years agoMerge branch '1.0' into 1.0-seek
Carl Hetherington [Thu, 19 Dec 2013 17:49:51 +0000 (17:49 +0000)]
Merge branch '1.0' into 1.0-seek

10 years agoBump version
Carl Hetherington [Thu, 19 Dec 2013 16:26:56 +0000 (16:26 +0000)]
Bump version

10 years agoBump version
Carl Hetherington [Thu, 19 Dec 2013 16:26:56 +0000 (16:26 +0000)]
Bump version

10 years agoChangeLog.
Carl Hetherington [Thu, 19 Dec 2013 16:26:44 +0000 (16:26 +0000)]
ChangeLog.

10 years agoBump libdcp for more Win32 fixes.
Carl Hetherington [Thu, 19 Dec 2013 15:21:32 +0000 (15:21 +0000)]
Bump libdcp for more Win32 fixes.

10 years agoBump libdcp again.
Carl Hetherington [Thu, 19 Dec 2013 13:08:30 +0000 (13:08 +0000)]
Bump libdcp again.

10 years agoAttempt to move resampling into AudioDecoder.
Carl Hetherington [Wed, 18 Dec 2013 23:43:55 +0000 (23:43 +0000)]
Attempt to move resampling into AudioDecoder.

10 years agoA couple of sndfile fixes for the new world order.
Carl Hetherington [Wed, 18 Dec 2013 21:24:17 +0000 (21:24 +0000)]
A couple of sndfile fixes for the new world order.

10 years agoMerge branch '1.0' into 1.0-seek
Carl Hetherington [Wed, 18 Dec 2013 20:48:34 +0000 (20:48 +0000)]
Merge branch '1.0' into 1.0-seek

10 years agoBump version
Carl Hetherington [Wed, 18 Dec 2013 19:55:16 +0000 (19:55 +0000)]
Bump version

10 years agoBump version
Carl Hetherington [Wed, 18 Dec 2013 19:55:16 +0000 (19:55 +0000)]
Bump version

10 years agoBump libdcp again.
Carl Hetherington [Wed, 18 Dec 2013 19:17:06 +0000 (19:17 +0000)]
Bump libdcp again.

10 years agoMerge branch '1.0' into 1.0-seek
Carl Hetherington [Wed, 18 Dec 2013 16:32:44 +0000 (16:32 +0000)]
Merge branch '1.0' into 1.0-seek

10 years agoBump version
Carl Hetherington [Wed, 18 Dec 2013 16:28:55 +0000 (16:28 +0000)]
Bump version

10 years agoBump version
Carl Hetherington [Wed, 18 Dec 2013 16:28:55 +0000 (16:28 +0000)]
Bump version

10 years agoBump libdcp version to get fix for stereo DCP intrinsic durations.
Carl Hetherington [Wed, 18 Dec 2013 16:23:12 +0000 (16:23 +0000)]
Bump libdcp version to get fix for stereo DCP intrinsic durations.

10 years agoFix progress reporting for 3D DCPs.
Carl Hetherington [Wed, 18 Dec 2013 16:21:16 +0000 (16:21 +0000)]
Fix progress reporting for 3D DCPs.

10 years agoVIDEO_FRAME_TYPE needs to invalidate the player's pieces.
Carl Hetherington [Wed, 18 Dec 2013 15:54:50 +0000 (15:54 +0000)]
VIDEO_FRAME_TYPE needs to invalidate the player's pieces.

10 years agoRepeat frames rather than using black for missing frames when we're inside some content.
Carl Hetherington [Wed, 18 Dec 2013 14:49:57 +0000 (14:49 +0000)]
Repeat frames rather than using black for missing frames when we're inside some content.

10 years agoFix seek with respect to video/audio frame boundary alignment.
Carl Hetherington [Wed, 18 Dec 2013 12:09:35 +0000 (12:09 +0000)]
Fix seek with respect to video/audio frame boundary alignment.

10 years agoDisplay description with all video content, not just FFmpeg.
Carl Hetherington [Wed, 18 Dec 2013 11:04:26 +0000 (11:04 +0000)]
Display description with all video content, not just FFmpeg.

10 years agoMerge branch '1.0' into 1.0-seek
Carl Hetherington [Wed, 18 Dec 2013 10:45:24 +0000 (10:45 +0000)]
Merge branch '1.0' into 1.0-seek

10 years agoHopefully fix crash on new film in some strange cases.
Carl Hetherington [Wed, 18 Dec 2013 10:45:17 +0000 (10:45 +0000)]
Hopefully fix crash on new film in some strange cases.

10 years agoAdd missing file.
Carl Hetherington [Wed, 18 Dec 2013 10:32:06 +0000 (10:32 +0000)]
Add missing file.