dcpomatic.git
8 years agoModify previous commit to move restriction code into the UI.
Carl Hetherington [Tue, 16 Jun 2015 18:40:43 +0000 (19:40 +0100)]
Modify previous commit to move restriction code into the UI.

8 years agoPrevent selection of too few DCP channels (#611).
Carl Hetherington [Tue, 16 Jun 2015 16:01:32 +0000 (17:01 +0100)]
Prevent selection of too few DCP channels (#611).

This makes Film::audio_channels() return a minimum of any active
processor's output channel count, even if fewer DCP channels have
been selected.  It may have been neater code-wise to make Player cope
if such a setting is made, but it would probably confuse people
if we don't auto-fix it (like this commit does).

8 years agoSelect newly-added content (#455).
Carl Hetherington [Mon, 15 Jun 2015 20:04:28 +0000 (21:04 +0100)]
Select newly-added content (#455).

8 years agoDon't seek before 0 in FFmpegDecoder; fixes errors on seek close to 0.
Carl Hetherington [Sun, 14 Jun 2015 21:52:42 +0000 (22:52 +0100)]
Don't seek before 0 in FFmpegDecoder; fixes errors on seek close to 0.

8 years agoMerge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
Carl Hetherington [Sun, 14 Jun 2015 21:07:24 +0000 (22:07 +0100)]
Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0

8 years agoFix failure on 1-frame-back seek (#604).
Carl Hetherington [Sun, 14 Jun 2015 21:05:45 +0000 (22:05 +0100)]
Fix failure on 1-frame-back seek (#604).

I don't know why this works, but it's what 1.x has been using;
I can't find any documentation on what AVSEEK_FLAG_BACKWARD is supposed
to mean.

8 years agoBump version
Carl Hetherington [Sun, 14 Jun 2015 18:20:33 +0000 (19:20 +0100)]
Bump version

8 years agoBump version v2.1.3
Carl Hetherington [Sun, 14 Jun 2015 18:20:33 +0000 (19:20 +0100)]
Bump version

8 years agoFix messed up position slider caused by trim changes.
Carl Hetherington [Sun, 14 Jun 2015 18:04:30 +0000 (19:04 +0100)]
Fix messed up position slider caused by trim changes.

8 years agoBump libsub for Unicode BOM fix.
Carl Hetherington [Sun, 14 Jun 2015 17:57:25 +0000 (18:57 +0100)]
Bump libsub for Unicode BOM fix.

8 years agoAdd buttons to set trim from current playhead position (#372).
Carl Hetherington [Sun, 14 Jun 2015 00:34:55 +0000 (01:34 +0100)]
Add buttons to set trim from current playhead position (#372).

8 years agoBump version
Carl Hetherington [Sat, 13 Jun 2015 22:50:59 +0000 (23:50 +0100)]
Bump version

8 years agoBump version v2.1.2
Carl Hetherington [Sat, 13 Jun 2015 22:50:59 +0000 (23:50 +0100)]
Bump version

8 years agoChangeLog.
Carl Hetherington [Sat, 13 Jun 2015 22:50:45 +0000 (23:50 +0100)]
ChangeLog.

8 years agoTry to fix completely broken i18n.
Carl Hetherington [Sat, 13 Jun 2015 22:00:39 +0000 (23:00 +0100)]
Try to fix completely broken i18n.

8 years agoBump version
Carl Hetherington [Sat, 13 Jun 2015 18:46:20 +0000 (19:46 +0100)]
Bump version

8 years agoBump version v2.1.1
Carl Hetherington [Sat, 13 Jun 2015 18:46:20 +0000 (19:46 +0100)]
Bump version

8 years agoCapitalise name of Russia in config dialog.
Carl Hetherington [Sat, 13 Jun 2015 16:46:54 +0000 (17:46 +0100)]
Capitalise name of Russia in config dialog.

8 years agoBump libsub for cscript fix.
Carl Hetherington [Sat, 13 Jun 2015 16:01:53 +0000 (17:01 +0100)]
Bump libsub for cscript fix.

8 years agoCorrect libsub dependency too.
Carl Hetherington [Sat, 13 Jun 2015 15:17:37 +0000 (16:17 +0100)]
Correct libsub dependency too.

8 years agoUse correct specifier for libdcp.
Carl Hetherington [Sat, 13 Jun 2015 15:10:31 +0000 (16:10 +0100)]
Use correct specifier for libdcp.

8 years agoBump version
Carl Hetherington [Sat, 13 Jun 2015 14:50:39 +0000 (15:50 +0100)]
Bump version

8 years agoBump version v2.1.0
Carl Hetherington [Sat, 13 Jun 2015 14:50:39 +0000 (15:50 +0100)]
Bump version

8 years agoBump libdcp/libsub versions.
Carl Hetherington [Sat, 13 Jun 2015 14:50:18 +0000 (15:50 +0100)]
Bump libdcp/libsub versions.

8 years agoAdd program support for ru_RU and fix a couple of translations using the |.
Carl Hetherington [Sat, 13 Jun 2015 14:06:36 +0000 (15:06 +0100)]
Add program support for ru_RU and fix a couple of translations using the |.

8 years agoTry to fix crash.
Carl Hetherington [Sat, 13 Jun 2015 00:22:10 +0000 (01:22 +0100)]
Try to fix crash.

8 years agoTidy progress report when sending problem report email.
Carl Hetherington [Fri, 12 Jun 2015 23:50:48 +0000 (00:50 +0100)]
Tidy progress report when sending problem report email.

8 years agoUpdate progress bar when finding subtitles in FFmpeg content.
Carl Hetherington [Fri, 12 Jun 2015 23:50:30 +0000 (00:50 +0100)]
Update progress bar when finding subtitles in FFmpeg content.

8 years agoLayout the audio mapping's sizer after it changes (#597).
Carl Hetherington [Fri, 12 Jun 2015 23:10:17 +0000 (00:10 +0100)]
Layout the audio mapping's sizer after it changes (#597).

8 years agoAdd a close button to the AudioDialog on Linux in case it doesn't get a close button...
Carl Hetherington [Fri, 12 Jun 2015 22:55:51 +0000 (23:55 +0100)]
Add a close button to the AudioDialog on Linux in case it doesn't get a close button (#602).

8 years agoCalm down credits slightly.
Carl Hetherington [Fri, 12 Jun 2015 22:44:07 +0000 (23:44 +0100)]
Calm down credits slightly.

8 years agoVarious alterations to the manual.
Carl Hetherington [Fri, 12 Jun 2015 22:41:40 +0000 (23:41 +0100)]
Various alterations to the manual.

8 years agoCredit Gerald Maruccia for the upmixer algorithm.
Carl Hetherington [Fri, 12 Jun 2015 22:35:20 +0000 (23:35 +0100)]
Credit Gerald Maruccia for the upmixer algorithm.

8 years agoFix M/S decoder input names.
Carl Hetherington [Fri, 12 Jun 2015 22:20:54 +0000 (23:20 +0100)]
Fix M/S decoder input names.

8 years agoUpdate manual screenshots.
Carl Hetherington [Fri, 12 Jun 2015 20:47:15 +0000 (21:47 +0100)]
Update manual screenshots.

8 years agoBump version
Carl Hetherington [Fri, 12 Jun 2015 20:19:55 +0000 (21:19 +0100)]
Bump version

8 years agoBump version v2.0.51
Carl Hetherington [Fri, 12 Jun 2015 20:19:55 +0000 (21:19 +0100)]
Bump version

8 years agoNew ru_RU translation from Igor Voytovich.
Carl Hetherington [Fri, 12 Jun 2015 20:06:00 +0000 (21:06 +0100)]
New ru_RU translation from Igor Voytovich.

8 years agoComment.
Carl Hetherington [Fri, 12 Jun 2015 16:26:36 +0000 (17:26 +0100)]
Comment.

8 years agoAdd a pixel format to ::fade().
Carl Hetherington [Fri, 12 Jun 2015 16:25:44 +0000 (17:25 +0100)]
Add a pixel format to ::fade().

8 years agoComment.
Carl Hetherington [Fri, 12 Jun 2015 12:49:05 +0000 (13:49 +0100)]
Comment.

8 years agoRemove PassReason stuff.
Carl Hetherington [Fri, 12 Jun 2015 12:47:35 +0000 (13:47 +0100)]
Remove PassReason stuff.

This feels wrong: it means that it is possible for FFmpegDecoder
to discard packets.  I can't see how this is ok in all cases:
maybe we were lucky that it worked at all.

8 years agoFix FFmpeg subtitle stream serialisation.
Carl Hetherington [Fri, 12 Jun 2015 12:38:05 +0000 (13:38 +0100)]
Fix FFmpeg subtitle stream serialisation.

8 years agoUn-map non-selected audio streams when loading old files.
Carl Hetherington [Fri, 12 Jun 2015 11:02:29 +0000 (12:02 +0100)]
Un-map non-selected audio streams when loading old files.

8 years agoSome support for Zanata translations.
Carl Hetherington [Fri, 12 Jun 2015 09:31:20 +0000 (10:31 +0100)]
Some support for Zanata translations.

8 years agoSmall optimisation.
Carl Hetherington [Fri, 12 Jun 2015 08:40:31 +0000 (09:40 +0100)]
Small optimisation.

8 years agoSmall tidy-up.
Carl Hetherington [Fri, 12 Jun 2015 08:40:25 +0000 (09:40 +0100)]
Small tidy-up.

8 years agoBump libdcp for build fix.
Carl Hetherington [Fri, 12 Jun 2015 07:54:37 +0000 (08:54 +0100)]
Bump libdcp for build fix.

8 years agoRemove unused method.
Carl Hetherington [Thu, 11 Jun 2015 15:34:21 +0000 (16:34 +0100)]
Remove unused method.

8 years agoUse better J2KImageProxy::same() method.
Carl Hetherington [Thu, 11 Jun 2015 15:31:20 +0000 (16:31 +0100)]
Use better J2KImageProxy::same() method.

8 years agoCheck for J2K data before checking for similarity of frames; fixes #599.
Carl Hetherington [Thu, 11 Jun 2015 15:24:36 +0000 (16:24 +0100)]
Check for J2K data before checking for similarity of frames; fixes #599.

8 years agoBump libpdc.
Carl Hetherington [Thu, 11 Jun 2015 15:19:04 +0000 (16:19 +0100)]
Bump libpdc.

8 years agoBump libdcp.
Carl Hetherington [Thu, 11 Jun 2015 12:53:01 +0000 (13:53 +0100)]
Bump libdcp.

8 years agoLog a warning rather than getting stuck when clamping XYZ values in RGB->XYZ conversi...
Carl Hetherington [Thu, 11 Jun 2015 12:47:00 +0000 (13:47 +0100)]
Log a warning rather than getting stuck when clamping XYZ values in RGB->XYZ conversion (#600).

8 years agoMore powa.
Carl Hetherington [Thu, 11 Jun 2015 12:39:23 +0000 (13:39 +0100)]
More powa.

8 years agopot/merge.
Carl Hetherington [Thu, 11 Jun 2015 11:38:19 +0000 (12:38 +0100)]
pot/merge.

8 years agoChangeLog.
Carl Hetherington [Thu, 11 Jun 2015 08:40:55 +0000 (09:40 +0100)]
ChangeLog.

8 years agoFix audio analyis hang with duplicate stream IDs (#598).
Carl Hetherington [Thu, 11 Jun 2015 08:39:15 +0000 (09:39 +0100)]
Fix audio analyis hang with duplicate stream IDs (#598).

There was existing code to work around the case when FFmpeg files
have all-zero stream IDs.  Extend this to cope with duplicate
stream IDs, as these have been seen in the wild.

8 years agoAdd new test.
Carl Hetherington [Thu, 11 Jun 2015 08:15:32 +0000 (09:15 +0100)]
Add new test.

8 years agoSome manual updates.
Carl Hetherington [Wed, 10 Jun 2015 23:11:35 +0000 (00:11 +0100)]
Some manual updates.

8 years agoSome manual bits from master.
Carl Hetherington [Wed, 10 Jun 2015 22:02:41 +0000 (23:02 +0100)]
Some manual bits from master.

8 years agoBump version
Carl Hetherington [Wed, 10 Jun 2015 20:51:08 +0000 (21:51 +0100)]
Bump version

8 years agoBump version v2.0.50
Carl Hetherington [Wed, 10 Jun 2015 20:51:08 +0000 (21:51 +0100)]
Bump version

8 years agoSkip audio analysis when there is no audio content (#596).
Carl Hetherington [Wed, 10 Jun 2015 15:38:55 +0000 (16:38 +0100)]
Skip audio analysis when there is no audio content (#596).

8 years agoTweak error message.
Carl Hetherington [Wed, 10 Jun 2015 15:31:48 +0000 (16:31 +0100)]
Tweak error message.

8 years agoResurrect neater repeat-write handling.
Carl Hetherington [Wed, 10 Jun 2015 15:12:40 +0000 (16:12 +0100)]
Resurrect neater repeat-write handling.

8 years agoRemove unused declaration.
Carl Hetherington [Wed, 10 Jun 2015 14:42:17 +0000 (15:42 +0100)]
Remove unused declaration.

8 years agoTake a JPEG2000 header marked as SRGB to mean that no XYZ -> RGB conversion should...
Carl Hetherington [Wed, 10 Jun 2015 14:28:29 +0000 (15:28 +0100)]
Take a JPEG2000 header marked as SRGB to mean that no XYZ -> RGB conversion should happen.

8 years agoBuild fix for Debian 8.
Carl Hetherington [Wed, 10 Jun 2015 14:08:11 +0000 (15:08 +0100)]
Build fix for Debian 8.

8 years agoBump libdcp.
Carl Hetherington [Wed, 10 Jun 2015 14:06:24 +0000 (15:06 +0100)]
Bump libdcp.

8 years agoShift 8-bit XYZ images up so that they are at least visible (part of #497).
Carl Hetherington [Wed, 10 Jun 2015 13:58:26 +0000 (14:58 +0100)]
Shift 8-bit XYZ images up so that they are at least visible (part of #497).

8 years agoTidy up J2KImageProxy a bit.
Carl Hetherington [Wed, 10 Jun 2015 13:26:44 +0000 (14:26 +0100)]
Tidy up J2KImageProxy a bit.

8 years agoRename EncodedData -> Data and trim it a bit.
Carl Hetherington [Wed, 10 Jun 2015 13:04:10 +0000 (14:04 +0100)]
Rename EncodedData -> Data and trim it a bit.

8 years agoRecognise JP2 files.
Carl Hetherington [Wed, 10 Jun 2015 12:44:11 +0000 (13:44 +0100)]
Recognise JP2 files.

8 years agoFix build.
Carl Hetherington [Wed, 10 Jun 2015 11:07:48 +0000 (12:07 +0100)]
Fix build.

8 years agoHave to use git.carlh.net for the submodule at the moment so Jenkins works.
Carl Hetherington [Wed, 10 Jun 2015 10:43:00 +0000 (11:43 +0100)]
Have to use git.carlh.net for the submodule at the moment so Jenkins works.

8 years agoUse Image::operator== to compare RawImageProxy which should be faster.
Carl Hetherington [Wed, 10 Jun 2015 10:41:05 +0000 (11:41 +0100)]
Use Image::operator== to compare RawImageProxy which should be faster.

8 years agoFix digester to take digest of the whole image, not just the first line.
Carl Hetherington [Wed, 10 Jun 2015 10:37:12 +0000 (11:37 +0100)]
Fix digester to take digest of the whole image, not just the first line.

8 years agoBump libdcp.
Carl Hetherington [Wed, 10 Jun 2015 10:36:57 +0000 (11:36 +0100)]
Bump libdcp.

8 years agoUpdated test data.
Carl Hetherington [Wed, 10 Jun 2015 09:15:07 +0000 (10:15 +0100)]
Updated test data.

8 years agoFix for new file naming.
Carl Hetherington [Wed, 10 Jun 2015 09:15:01 +0000 (10:15 +0100)]
Fix for new file naming.

8 years agotest/data updates.
Carl Hetherington [Wed, 10 Jun 2015 09:07:31 +0000 (10:07 +0100)]
test/data updates.

8 years agoIgnore differing SMPTE subtitle issue dates when comparing DCPs.
Carl Hetherington [Wed, 10 Jun 2015 08:56:55 +0000 (09:56 +0100)]
Ignore differing SMPTE subtitle issue dates when comparing DCPs.

8 years agoSet xml_subtitle_test back to using SMPTE.
Carl Hetherington [Wed, 10 Jun 2015 08:20:37 +0000 (09:20 +0100)]
Set xml_subtitle_test back to using SMPTE.

8 years agoCopy debian-8 dependencies from master cscript.
Carl Hetherington [Wed, 10 Jun 2015 08:07:49 +0000 (09:07 +0100)]
Copy debian-8 dependencies from master cscript.

8 years agoFix warnings.
Carl Hetherington [Tue, 9 Jun 2015 23:11:40 +0000 (00:11 +0100)]
Fix warnings.

8 years agoTry to fix test.
Carl Hetherington [Tue, 9 Jun 2015 23:11:33 +0000 (00:11 +0100)]
Try to fix test.

8 years agoRemove unused variable.
Carl Hetherington [Tue, 9 Jun 2015 22:49:13 +0000 (23:49 +0100)]
Remove unused variable.

8 years agoBump version
Carl Hetherington [Tue, 9 Jun 2015 22:19:17 +0000 (23:19 +0100)]
Bump version

8 years agoBump version v2.0.49
Carl Hetherington [Tue, 9 Jun 2015 22:19:17 +0000 (23:19 +0100)]
Bump version

8 years agoTidy layout of keys prefs a bit (#460).
Carl Hetherington [Tue, 9 Jun 2015 22:07:19 +0000 (23:07 +0100)]
Tidy layout of keys prefs a bit (#460).

8 years agoUpdate hints properly when fonts are changed.
Carl Hetherington [Tue, 9 Jun 2015 15:38:14 +0000 (16:38 +0100)]
Update hints properly when fonts are changed.

8 years agoHide Font members behind accessors.
Carl Hetherington [Tue, 9 Jun 2015 15:18:00 +0000 (16:18 +0100)]
Hide Font members behind accessors.

8 years agoAdd hint about > 640kB font files (#588).
Carl Hetherington [Tue, 9 Jun 2015 15:05:59 +0000 (16:05 +0100)]
Add hint about > 640kB font files (#588).

8 years agoSubtitle naming fixes.
Carl Hetherington [Tue, 9 Jun 2015 13:46:50 +0000 (14:46 +0100)]
Subtitle naming fixes.

8 years agoBump libdcp.
Carl Hetherington [Tue, 9 Jun 2015 13:07:35 +0000 (14:07 +0100)]
Bump libdcp.

8 years agoMerge.
Carl Hetherington [Mon, 8 Jun 2015 23:30:08 +0000 (00:30 +0100)]
Merge.

8 years agolibdcp bump.
Carl Hetherington [Mon, 8 Jun 2015 23:29:47 +0000 (00:29 +0100)]
libdcp bump.

8 years agoSome work on SMPTE subs.
Carl Hetherington [Mon, 8 Jun 2015 15:20:18 +0000 (16:20 +0100)]
Some work on SMPTE subs.

8 years agoFix detection of same-frame to speed up simple encodes (#548).
Carl Hetherington [Mon, 8 Jun 2015 13:58:53 +0000 (14:58 +0100)]
Fix detection of same-frame to speed up simple encodes (#548).