dcpomatic.git
10 years agoMore noncopyable.
Carl Hetherington [Tue, 16 Jul 2013 21:20:39 +0000 (22:20 +0100)]
More noncopyable.

10 years agoSome missing copy constructors / operator= / noncopyable.
Carl Hetherington [Tue, 16 Jul 2013 20:57:42 +0000 (21:57 +0100)]
Some missing copy constructors / operator= / noncopyable.

10 years agoMake test independent of config settings.
Carl Hetherington [Tue, 16 Jul 2013 20:57:34 +0000 (21:57 +0100)]
Make test independent of config settings.

10 years agoRemove unused Film copy-constructor.
Carl Hetherington [Tue, 16 Jul 2013 18:05:32 +0000 (19:05 +0100)]
Remove unused Film copy-constructor.

10 years agoSmall bits of tidying up.
Carl Hetherington [Tue, 16 Jul 2013 12:52:16 +0000 (13:52 +0100)]
Small bits of tidying up.

10 years agoFix a couple of resource leaks on exceptions being thrown.
Carl Hetherington [Tue, 16 Jul 2013 12:02:54 +0000 (13:02 +0100)]
Fix a couple of resource leaks on exceptions being thrown.

10 years agoRemove some unnecessary includes in film.h
Carl Hetherington [Tue, 16 Jul 2013 11:47:10 +0000 (12:47 +0100)]
Remove some unnecessary includes in film.h

10 years agoRename Film::player to reflect the fact that it creates a new Player on each call.
Carl Hetherington [Tue, 16 Jul 2013 11:11:17 +0000 (12:11 +0100)]
Rename Film::player to reflect the fact that it creates a new Player on each call.

10 years agoGPL boilerplate.
Carl Hetherington [Tue, 16 Jul 2013 10:57:02 +0000 (11:57 +0100)]
GPL boilerplate.

10 years agoPrevent viewer updates on timeline drag (#175).
Carl Hetherington [Tue, 16 Jul 2013 10:49:08 +0000 (11:49 +0100)]
Prevent viewer updates on timeline drag (#175).

10 years agoUpdate and merge po files.
Carl Hetherington [Mon, 15 Jul 2013 21:07:43 +0000 (22:07 +0100)]
Update and merge po files.

10 years agoFix mis-merge.
Carl Hetherington [Mon, 15 Jul 2013 21:05:28 +0000 (22:05 +0100)]
Fix mis-merge.

10 years agoMerge.
Carl Hetherington [Mon, 15 Jul 2013 20:48:02 +0000 (21:48 +0100)]
Merge.

10 years agoAdd some player tests. Fix seek with content at non-DCP frame rate. A few other...
Carl Hetherington [Mon, 15 Jul 2013 15:36:49 +0000 (16:36 +0100)]
Add some player tests.  Fix seek with content at non-DCP frame rate.  A few other small fixes.

10 years agoDVD -> DCP.
Carl Hetherington [Mon, 15 Jul 2013 15:35:55 +0000 (16:35 +0100)]
DVD -> DCP.

10 years agoMaybe re-sequence video when DCP frame rate changes.
Carl Hetherington [Mon, 15 Jul 2013 15:35:31 +0000 (16:35 +0100)]
Maybe re-sequence video when DCP frame rate changes.

10 years agoAdd comment note.
Carl Hetherington [Mon, 15 Jul 2013 15:35:03 +0000 (16:35 +0100)]
Add comment note.

10 years agoRearrange tests for no particular reason.
Carl Hetherington [Mon, 15 Jul 2013 15:34:44 +0000 (16:34 +0100)]
Rearrange tests for no particular reason.

10 years agoDVD -> DCP.
Carl Hetherington [Mon, 15 Jul 2013 15:33:47 +0000 (16:33 +0100)]
DVD -> DCP.

10 years agoDVD -> DCP.
Carl Hetherington [Mon, 15 Jul 2013 15:33:39 +0000 (16:33 +0100)]
DVD -> DCP.

10 years agoDecide best DCP rate based on the largest difference between a particular content...
Carl Hetherington [Mon, 15 Jul 2013 13:20:23 +0000 (14:20 +0100)]
Decide best DCP rate based on the largest difference between a particular content's frame rate and the DCP one, rather than a sum of all the differences.

10 years agoUse wait_for_jobs more.
Carl Hetherington [Mon, 15 Jul 2013 12:51:19 +0000 (13:51 +0100)]
Use wait_for_jobs more.

10 years agoReinstate frame rate test.
Carl Hetherington [Mon, 15 Jul 2013 12:45:52 +0000 (13:45 +0100)]
Reinstate frame rate test.

10 years agoAdd friend for tests.
Carl Hetherington [Mon, 15 Jul 2013 12:45:30 +0000 (13:45 +0100)]
Add friend for tests.

10 years agoUse wait_for_jobs().
Carl Hetherington [Mon, 15 Jul 2013 12:45:22 +0000 (13:45 +0100)]
Use wait_for_jobs().

10 years agoAdd friend for tests.
Carl Hetherington [Mon, 15 Jul 2013 12:45:10 +0000 (13:45 +0100)]
Add friend for tests.

10 years agoAdd default J2K bandwidth option.
Carl Hetherington [Sun, 14 Jul 2013 23:26:22 +0000 (00:26 +0100)]
Add default J2K bandwidth option.

10 years agoDon't decode things if they are not enabled.
Carl Hetherington [Sun, 14 Jul 2013 22:48:10 +0000 (23:48 +0100)]
Don't decode things if they are not enabled.

10 years agoResequence video (perhaps) on DCP video frame rate change.
Carl Hetherington [Sun, 14 Jul 2013 22:38:45 +0000 (23:38 +0100)]
Resequence video (perhaps) on DCP video frame rate change.

10 years agoSome notes on timing.
Carl Hetherington [Sun, 14 Jul 2013 22:17:56 +0000 (23:17 +0100)]
Some notes on timing.

10 years agoFix glitchness at the start by not seeking to -ve times.
Carl Hetherington [Sun, 14 Jul 2013 21:07:34 +0000 (22:07 +0100)]
Fix glitchness at the start by not seeking to -ve times.

10 years agoA few errant DVD -> DCP.
Carl Hetherington [Sun, 14 Jul 2013 21:02:51 +0000 (22:02 +0100)]
A few errant DVD -> DCP.

10 years agoFix piece video_position, player _video_position and FFmpegDecoder _video_position...
Carl Hetherington [Sun, 14 Jul 2013 20:54:51 +0000 (21:54 +0100)]
Fix piece video_position, player _video_position and FFmpegDecoder _video_position on seek.

10 years agoRevert content notebook to standard tab position.
Carl Hetherington [Sat, 13 Jul 2013 17:19:45 +0000 (18:19 +0100)]
Revert content notebook to standard tab position.

10 years agoAdd ltdl to dmg.
Carl Hetherington [Sat, 13 Jul 2013 13:14:45 +0000 (14:14 +0100)]
Add ltdl to dmg.

10 years agoMore attempts to nail down seek.
Carl Hetherington [Sat, 13 Jul 2013 12:26:43 +0000 (13:26 +0100)]
More attempts to nail down seek.

10 years agoFix initial display of things.
Carl Hetherington [Sat, 13 Jul 2013 12:26:34 +0000 (13:26 +0100)]
Fix initial display of things.

10 years agoFix setup of filters label on load; select first content in newly-loaded films.
Carl Hetherington [Sat, 13 Jul 2013 12:06:52 +0000 (13:06 +0100)]
Fix setup of filters label on load; select first content in newly-loaded films.

10 years agoMake viewer cope with multiple video frames being emitted on a single pass.
Carl Hetherington [Sat, 13 Jul 2013 12:02:29 +0000 (13:02 +0100)]
Make viewer cope with multiple video frames being emitted on a single pass.

10 years agoFix loading via File -> Open.
Carl Hetherington [Sat, 13 Jul 2013 12:02:15 +0000 (13:02 +0100)]
Fix loading via File -> Open.

10 years agoMore seek tidying.
Carl Hetherington [Sat, 13 Jul 2013 11:39:17 +0000 (12:39 +0100)]
More seek tidying.

10 years agoWrite first_audio correctly.
Carl Hetherington [Sat, 13 Jul 2013 11:24:31 +0000 (12:24 +0100)]
Write first_audio correctly.

10 years agoAnother attempt to fix back / same-frame seeks.
Carl Hetherington [Sat, 13 Jul 2013 10:48:52 +0000 (11:48 +0100)]
Another attempt to fix back / same-frame seeks.

10 years agoTry to fix missed static library.
Carl Hetherington [Sat, 13 Jul 2013 10:22:16 +0000 (11:22 +0100)]
Try to fix missed static library.

10 years agoVarious fixes to PTS mangling.
Carl Hetherington [Sat, 13 Jul 2013 10:01:10 +0000 (11:01 +0100)]
Various fixes to PTS mangling.

10 years agoRemove definite libdcp version for a bit.
Carl Hetherington [Sat, 13 Jul 2013 08:30:34 +0000 (09:30 +0100)]
Remove definite libdcp version for a bit.

10 years agoBump libdcp version.
Carl Hetherington [Fri, 12 Jul 2013 23:48:57 +0000 (00:48 +0100)]
Bump libdcp version.

10 years agoTry to improve refetching of last frame and seek backwards.
Carl Hetherington [Fri, 12 Jul 2013 22:52:35 +0000 (23:52 +0100)]
Try to improve refetching of last frame and seek backwards.

10 years agoBump libdcp version.
Carl Hetherington [Fri, 12 Jul 2013 22:13:35 +0000 (23:13 +0100)]
Bump libdcp version.

10 years agoRemove entirely untested colour LUT options.
Carl Hetherington [Fri, 12 Jul 2013 22:12:41 +0000 (23:12 +0100)]
Remove entirely untested colour LUT options.

10 years agoGet libdcp to do RGB->XYZ conversion.
Carl Hetherington [Fri, 12 Jul 2013 21:50:32 +0000 (22:50 +0100)]
Get libdcp to do RGB->XYZ conversion.

10 years agoUse run-time-generated LUTs for XYZ/RGB conversion.
Carl Hetherington [Fri, 12 Jul 2013 19:27:48 +0000 (20:27 +0100)]
Use run-time-generated LUTs for XYZ/RGB conversion.

10 years agoRemove unused RGBPlusAlphaImage; merge Image/SimpleImage.
Carl Hetherington [Fri, 12 Jul 2013 16:12:49 +0000 (17:12 +0100)]
Remove unused RGBPlusAlphaImage; merge Image/SimpleImage.

10 years agoWhitespace.
Carl Hetherington [Fri, 12 Jul 2013 14:21:07 +0000 (15:21 +0100)]
Whitespace.

10 years agoWhitespace.
Carl Hetherington [Fri, 12 Jul 2013 14:20:43 +0000 (15:20 +0100)]
Whitespace.

10 years agoTidy up video state identifer code slightly.
Carl Hetherington [Fri, 12 Jul 2013 14:17:45 +0000 (15:17 +0100)]
Tidy up video state identifer code slightly.

10 years agoMissing insensitivity.
Carl Hetherington [Fri, 12 Jul 2013 13:04:05 +0000 (14:04 +0100)]
Missing insensitivity.

10 years agoTest signal / silence is in the right place.
Carl Hetherington [Fri, 12 Jul 2013 13:01:36 +0000 (14:01 +0100)]
Test signal / silence is in the right place.

10 years agoAdd silence padding test.
Carl Hetherington [Fri, 12 Jul 2013 12:49:57 +0000 (13:49 +0100)]
Add silence padding test.

10 years agoMissing libxml++ dep.
Carl Hetherington [Fri, 12 Jul 2013 11:44:46 +0000 (12:44 +0100)]
Missing libxml++ dep.

10 years agoTry to tidy up wscript a bit.
Carl Hetherington [Fri, 12 Jul 2013 11:20:23 +0000 (12:20 +0100)]
Try to tidy up wscript a bit.

10 years agoRemove unused variable.
Carl Hetherington [Fri, 12 Jul 2013 10:51:52 +0000 (11:51 +0100)]
Remove unused variable.

10 years agoRemove unused variable.
Carl Hetherington [Fri, 12 Jul 2013 10:48:27 +0000 (11:48 +0100)]
Remove unused variable.

10 years agoFix .deb static build.
Carl Hetherington [Fri, 12 Jul 2013 07:20:35 +0000 (08:20 +0100)]
Fix .deb static build.

10 years agoTry again to fix link for static .debs.
Carl Hetherington [Thu, 11 Jul 2013 23:17:37 +0000 (00:17 +0100)]
Try again to fix link for static .debs.

10 years agoBump libdcp.
Carl Hetherington [Thu, 11 Jul 2013 22:14:10 +0000 (23:14 +0100)]
Bump libdcp.

10 years agoMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
Carl Hetherington [Thu, 11 Jul 2013 16:26:16 +0000 (17:26 +0100)]
Merge branch '1.0' of /home/carl/git/dvdomatic into 1.0

10 years agoTypo that has somehow crept in.
Carl Hetherington [Thu, 11 Jul 2013 16:26:08 +0000 (17:26 +0100)]
Typo that has somehow crept in.

10 years agoRemove bad attempt at flushing resamplers.
Carl Hetherington [Thu, 11 Jul 2013 14:53:52 +0000 (15:53 +0100)]
Remove bad attempt at flushing resamplers.

10 years agoAdd test for audio delay, and do it in the player rather than the decoder.
Carl Hetherington [Thu, 11 Jul 2013 14:50:18 +0000 (15:50 +0100)]
Add test for audio delay, and do it in the player rather than the decoder.

10 years agoMissing initialisation of _info.format; fix audio emission into frames rather than...
Carl Hetherington [Thu, 11 Jul 2013 13:33:21 +0000 (14:33 +0100)]
Missing initialisation of _info.format; fix audio emission into frames rather than Time.

10 years agoGPL boilerplate.
Carl Hetherington [Thu, 11 Jul 2013 13:32:56 +0000 (14:32 +0100)]
GPL boilerplate.

10 years agoUpdate test reference.
Carl Hetherington [Thu, 11 Jul 2013 13:32:37 +0000 (14:32 +0100)]
Update test reference.

10 years agoMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
Carl Hetherington [Thu, 11 Jul 2013 13:29:55 +0000 (14:29 +0100)]
Merge branch '1.0' of /home/carl/git/dvdomatic into 1.0

10 years agoTry to update windows installers.
Carl Hetherington [Thu, 11 Jul 2013 13:29:47 +0000 (14:29 +0100)]
Try to update windows installers.

10 years agoUntested audio delay.
Carl Hetherington [Thu, 11 Jul 2013 12:12:43 +0000 (13:12 +0100)]
Untested audio delay.

10 years agoUntested flushing of resamplers.
Carl Hetherington [Thu, 11 Jul 2013 11:57:53 +0000 (12:57 +0100)]
Untested flushing of resamplers.

10 years agoRemove wx2.8 compatibility stuff.
Carl Hetherington [Thu, 11 Jul 2013 11:42:26 +0000 (12:42 +0100)]
Remove wx2.8 compatibility stuff.

10 years agoBasics of allowing setup of DCP audio channels.
Carl Hetherington [Thu, 11 Jul 2013 11:41:09 +0000 (12:41 +0100)]
Basics of allowing setup of DCP audio channels.

10 years agoPrevent crash when there is no subtitle after there having been one.
Carl Hetherington [Thu, 11 Jul 2013 10:06:41 +0000 (11:06 +0100)]
Prevent crash when there is no subtitle after there having been one.

10 years agoUpdate content controls when content is removed.
Carl Hetherington [Thu, 11 Jul 2013 10:02:08 +0000 (11:02 +0100)]
Update content controls when content is removed.

10 years agoTidy up initial subtitle scale display before a film is loaded.
Carl Hetherington [Thu, 11 Jul 2013 09:56:06 +0000 (10:56 +0100)]
Tidy up initial subtitle scale display before a film is loaded.

10 years agoFix sensitivity of use-best button for DCP frame rate.
Carl Hetherington [Wed, 10 Jul 2013 21:57:49 +0000 (22:57 +0100)]
Fix sensitivity of use-best button for DCP frame rate.

10 years agoImprove error message when trying to create a new film where a file already exists.
Carl Hetherington [Wed, 10 Jul 2013 21:50:52 +0000 (22:50 +0100)]
Improve error message when trying to create a new film where a file already exists.

10 years agoClear viewer when doing File -> New.
Carl Hetherington [Wed, 10 Jul 2013 21:45:22 +0000 (22:45 +0100)]
Clear viewer when doing File -> New.

10 years agoGo back to quit for menu option name on Linux / Windows.
Carl Hetherington [Wed, 10 Jul 2013 20:31:18 +0000 (21:31 +0100)]
Go back to quit for menu option name on Linux / Windows.

10 years agoUpdate subtitle offset/scale on load.
Carl Hetherington [Wed, 10 Jul 2013 20:30:42 +0000 (21:30 +0100)]
Update subtitle offset/scale on load.

10 years agoMore layout.
Carl Hetherington [Wed, 10 Jul 2013 20:30:30 +0000 (21:30 +0100)]
More layout.

10 years agoTry to fix link / name tweaking on OS X.
Carl Hetherington [Wed, 10 Jul 2013 20:30:03 +0000 (21:30 +0100)]
Try to fix link / name tweaking on OS X.

10 years agoAbout dialog layout tweaks.
Carl Hetherington [Wed, 10 Jul 2013 20:20:15 +0000 (21:20 +0100)]
About dialog layout tweaks.

10 years agoSet up subtitle streams control.
Carl Hetherington [Wed, 10 Jul 2013 19:31:25 +0000 (20:31 +0100)]
Set up subtitle streams control.

10 years agoMake subtitles work at least a bit.
Carl Hetherington [Wed, 10 Jul 2013 19:29:00 +0000 (20:29 +0100)]
Make subtitles work at least a bit.

10 years agoMerge branch '1.0' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic into 1.0
Carl Hetherington [Wed, 10 Jul 2013 15:47:19 +0000 (16:47 +0100)]
Merge branch '1.0' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic into 1.0

10 years agoAdd SubtitleContent.
Carl Hetherington [Wed, 10 Jul 2013 15:46:08 +0000 (16:46 +0100)]
Add SubtitleContent.

10 years agoOS X dmg typo.
Carl Hetherington [Wed, 10 Jul 2013 15:38:10 +0000 (16:38 +0100)]
OS X dmg typo.

10 years agoFix mis-merge of wscript.
Carl Hetherington [Wed, 10 Jul 2013 15:06:36 +0000 (16:06 +0100)]
Fix mis-merge of wscript.

10 years agoBasic return of subtitles.
Carl Hetherington [Wed, 10 Jul 2013 14:04:57 +0000 (15:04 +0100)]
Basic return of subtitles.

10 years agoBump libdcp version.
Carl Hetherington [Wed, 10 Jul 2013 13:55:46 +0000 (14:55 +0100)]
Bump libdcp version.

10 years agoAdd missing virtual content.
Carl Hetherington [Wed, 10 Jul 2013 13:51:28 +0000 (14:51 +0100)]
Add missing virtual content.

10 years agoRemove old combiner.cc
Carl Hetherington [Wed, 10 Jul 2013 13:39:04 +0000 (14:39 +0100)]
Remove old combiner.cc