dcpomatic.git
4 years agoBump libdcp/libsub versions in wscript. v2.14.0
Carl Hetherington [Tue, 30 Apr 2019 21:10:25 +0000 (21:10 +0000)]
Bump libdcp/libsub versions in wscript.

4 years agoAdd --j2k-bandwidth to dcpomatic_create. v2.13.158
Carl Hetherington [Tue, 30 Apr 2019 09:41:04 +0000 (09:41 +0000)]
Add --j2k-bandwidth to dcpomatic_create.

4 years agoAdd --fourk to dcpomatic_create.
Carl Hetherington [Tue, 30 Apr 2019 09:05:13 +0000 (10:05 +0100)]
Add --fourk to dcpomatic_create.

4 years agoIgnore the (unrouteable) FTP passive-mode IP address given by v2.13.157
Carl Hetherington [Mon, 29 Apr 2019 20:59:33 +0000 (21:59 +0100)]
Ignore the (unrouteable) FTP passive-mode IP address given by
the Dolby certificate server (#1541).

4 years agoTweak cosmetic appearance of audio mapping view. v2.13.156
Carl Hetherington [Sun, 28 Apr 2019 22:45:14 +0000 (23:45 +0100)]
Tweak cosmetic appearance of audio mapping view.

4 years agopot/merge. v2.13.155
Carl Hetherington [Sun, 28 Apr 2019 20:18:42 +0000 (21:18 +0100)]
pot/merge.

4 years agoRestore ISDCF subtitle language option as an override (#1536).
Carl Hetherington [Sun, 28 Apr 2019 20:11:21 +0000 (20:11 +0000)]
Restore ISDCF subtitle language option as an override (#1536).

4 years agoFix AudioMappingView scrolling so that only the body of the grid is scrolled. v2.13.154
Carl Hetherington [Sat, 27 Apr 2019 22:11:50 +0000 (22:11 +0000)]
Fix AudioMappingView scrolling so that only the body of the grid is scrolled.

4 years agoNudge audio mapping view sizes up a little.
Carl Hetherington [Sat, 27 Apr 2019 21:16:07 +0000 (21:16 +0000)]
Nudge audio mapping view sizes up a little.

4 years agoFix channel numbering in tooltip.
Carl Hetherington [Sat, 27 Apr 2019 11:11:27 +0000 (11:11 +0000)]
Fix channel numbering in tooltip.

4 years agoRe-work of audio mapping view to use a custom-drawn v2.13.153
Carl Hetherington [Sat, 27 Apr 2019 00:40:04 +0000 (00:40 +0000)]
Re-work of audio mapping view to use a custom-drawn
canvas rather than wxGrid.

Inspired by the accumulation of odd problems due to the use of 3
separate panels, and also the endless resizing loop weird bug #1535.

4 years agoUpdated de_DE translation from Carsten Kurz.
Carl Hetherington [Fri, 26 Apr 2019 21:34:43 +0000 (22:34 +0100)]
Updated de_DE translation from Carsten Kurz.

4 years agoMake sure at least one position change event is emitted after
Carl Hetherington [Fri, 26 Apr 2019 21:31:24 +0000 (22:31 +0100)]
Make sure at least one position change event is emitted after
a timeline drag (with frequent=false), even if lots have been sent
with frequent=true.

Otherwise the code in the CHNAGE_TYPE_DONE branch of Butler::player_change
never gets to seek (since frequent is true, it ignores the signal).
Without the seek things go wrong.

Believed to fix #1534.

4 years agoBump libdcp for fix to recognition of non-DCP MXFs. v2.13.152
Carl Hetherington [Thu, 25 Apr 2019 15:50:45 +0000 (16:50 +0100)]
Bump libdcp for fix to recognition of non-DCP MXFs.

4 years agoFix preview update when fade is changed (#1531).
Carl Hetherington [Thu, 25 Apr 2019 15:33:16 +0000 (16:33 +0100)]
Fix preview update when fade is changed (#1531).

4 years agoFix or remove several broken pixel formats in Image::fade and add
Carl Hetherington [Thu, 25 Apr 2019 15:19:25 +0000 (16:19 +0100)]
Fix or remove several broken pixel formats in Image::fade and add
unit tests for the remainder.  Fixes #1532.

4 years agoDon't try to upload to TMS after export.
Carl Hetherington [Thu, 25 Apr 2019 11:45:17 +0000 (12:45 +0100)]
Don't try to upload to TMS after export.

4 years agoToken commit to bump version since changes to the Windows build environment (#1529). v2.13.151
Carl Hetherington [Wed, 24 Apr 2019 21:54:37 +0000 (22:54 +0100)]
Token commit to bump version since changes to the Windows build environment (#1529).

4 years agoUpdated zh_CN translation from 刘汉源 v2.13.150
Carl Hetherington [Mon, 22 Apr 2019 21:16:58 +0000 (22:16 +0100)]
Updated zh_CN translation from 刘汉源

5 years agoBump default J2K bandwidth to 150MBit/s (#1523).
Carl Hetherington [Sat, 20 Apr 2019 00:55:07 +0000 (01:55 +0100)]
Bump default J2K bandwidth to 150MBit/s (#1523).

5 years agoDon't set up decoder parts for DCPs unless they can be played v2.13.149
Carl Hetherington [Fri, 19 Apr 2019 23:29:55 +0000 (00:29 +0100)]
Don't set up decoder parts for DCPs unless they can be played
(i.e. are not encrypted and not missing assets).  Fixes full audio
buffers on locates with large encrypted DCPs and no KDMs; in these
cases silent audio is created by the fill_audio() at the bottom of
Player::pass() but no video is created by anybody.

5 years agoComment tweaks.
Carl Hetherington [Fri, 19 Apr 2019 23:29:49 +0000 (00:29 +0100)]
Comment tweaks.

5 years agoHopefully better errors on large video/audio disagreements.
Carl Hetherington [Fri, 19 Apr 2019 00:34:03 +0000 (00:34 +0000)]
Hopefully better errors on large video/audio disagreements.

5 years agoDon't offer setting for line spacing with DCP subs (#1527). v2.13.148
Carl Hetherington [Wed, 17 Apr 2019 20:15:37 +0000 (20:15 +0000)]
Don't offer setting for line spacing with DCP subs (#1527).

5 years agoFix errors when adding reels containing audio after referenced reels (#1528). v2.13.147
Carl Hetherington [Wed, 17 Apr 2019 15:52:02 +0000 (16:52 +0100)]
Fix errors when adding reels containing audio after referenced reels (#1528).

5 years agoAdd test for bug #1528.
Carl Hetherington [Wed, 17 Apr 2019 15:20:35 +0000 (16:20 +0100)]
Add test for bug #1528.

5 years agoFix a few links from http -> https.
Carl Hetherington [Tue, 16 Apr 2019 13:07:44 +0000 (14:07 +0100)]
Fix a few links from http -> https.

5 years agoMissing file from RPM. v2.13.146
Carl Hetherington [Mon, 15 Apr 2019 22:28:30 +0000 (23:28 +0100)]
Missing file from RPM.

5 years agoBump rtaudio-cdist for mis-merge fix.
Carl Hetherington [Mon, 15 Apr 2019 21:54:19 +0000 (22:54 +0100)]
Bump rtaudio-cdist for mis-merge fix.

5 years agoBump rtaudio to git head (with some patches of mine)
Carl Hetherington [Mon, 15 Apr 2019 13:12:35 +0000 (14:12 +0100)]
Bump rtaudio to git head (with some patches of mine)
in order to get WASAPI fixes.

5 years agoAdd some details of the what the configured sound output means.
Carl Hetherington [Sun, 14 Apr 2019 23:07:16 +0000 (00:07 +0100)]
Add some details of the what the configured sound output means.

5 years agoAllow WASAPI or DS as the Windows sound API as DirectSound (at
Carl Hetherington [Sun, 14 Apr 2019 21:08:14 +0000 (21:08 +0000)]
Allow WASAPI or DS as the Windows sound API as DirectSound (at
least with RtAudio) does not seem to support > 2 channels.

5 years agoTweak some capitalisation in Windows .lnk files.
Carl Hetherington [Sun, 14 Apr 2019 20:40:13 +0000 (21:40 +0100)]
Tweak some capitalisation in Windows .lnk files.

5 years agoAdd donation nag after 20 successful DCP encodes.
Carl Hetherington [Sun, 14 Apr 2019 20:07:32 +0000 (21:07 +0100)]
Add donation nag after 20 successful DCP encodes.

5 years agoStore successful DCP encodes.
Carl Hetherington [Sun, 14 Apr 2019 19:17:35 +0000 (20:17 +0100)]
Store successful DCP encodes.

5 years agoRemove unused include.
Carl Hetherington [Sun, 14 Apr 2019 00:16:27 +0000 (00:16 +0000)]
Remove unused include.

5 years agoRemove unused method.
Carl Hetherington [Sun, 14 Apr 2019 00:03:35 +0000 (00:03 +0000)]
Remove unused method.

5 years agoCurrent mxe is not building addr2line for the target; remove it from the install...
Carl Hetherington [Mon, 8 Apr 2019 21:55:50 +0000 (22:55 +0100)]
Current mxe is not building addr2line for the target; remove it from the install for now.

5 years agoPut file in right place.
Carl Hetherington [Mon, 8 Apr 2019 21:21:03 +0000 (22:21 +0100)]
Put file in right place.

5 years agoAdd missing debug file.
Carl Hetherington [Mon, 8 Apr 2019 21:00:40 +0000 (22:00 +0100)]
Add missing debug file.

5 years agoFix crash when adding subtitles. v2.13.145
Carl Hetherington [Sun, 7 Apr 2019 23:09:00 +0000 (00:09 +0100)]
Fix crash when adding subtitles.

5 years agoAdd Ubuntu 19.04 deps.
Carl Hetherington [Sat, 6 Apr 2019 21:47:07 +0000 (22:47 +0100)]
Add Ubuntu 19.04 deps.

5 years agoUpdated da_DK translation from Anders Uhl Pedersen. v2.13.144
Carl Hetherington [Sat, 6 Apr 2019 20:58:59 +0000 (21:58 +0100)]
Updated da_DK translation from Anders Uhl Pedersen.

5 years agoTest updates.
Carl Hetherington [Fri, 5 Apr 2019 23:19:27 +0000 (23:19 +0000)]
Test updates.

5 years agoOption to choose CCAP track (part of #1516). v2.13.143
Carl Hetherington [Fri, 5 Apr 2019 23:15:10 +0000 (00:15 +0100)]
Option to choose CCAP track (part of #1516).

5 years agoAdd fonts.conf to OS X build to try to fix failure to synthesize v2.13.142
Carl Hetherington [Wed, 3 Apr 2019 21:58:44 +0000 (22:58 +0100)]
Add fonts.conf to OS X build to try to fix failure to synthesize
bold/italic on 10.12 (Sierra) and earlier (#1524).

5 years agoAdd script for ad-hoc OSX environment.
Carl Hetherington [Wed, 3 Apr 2019 08:41:06 +0000 (09:41 +0100)]
Add script for ad-hoc OSX environment.

5 years agoMake a note about ISDCFMetadata SubtitleLanguage being set (part of #1516).
Carl Hetherington [Wed, 3 Apr 2019 00:37:21 +0000 (00:37 +0000)]
Make a note about ISDCFMetadata SubtitleLanguage being set (part of #1516).

5 years agoBOOST_FOREACH addition.
Carl Hetherington [Wed, 3 Apr 2019 00:36:59 +0000 (00:36 +0000)]
BOOST_FOREACH addition.

5 years agoExtract subtitle language from text content rather than ISDCFMetadata (part of #1516).
Carl Hetherington [Tue, 2 Apr 2019 23:43:54 +0000 (23:43 +0000)]
Extract subtitle language from text content rather than ISDCFMetadata (part of #1516).

5 years agoTry to fix strange behaviour of the preview slider towards the end
Carl Hetherington [Mon, 1 Apr 2019 23:58:53 +0000 (00:58 +0100)]
Try to fix strange behaviour of the preview slider towards the end
of content where there is a section at the end with no keyframe (#1522).

5 years agotest updates.
Carl Hetherington [Mon, 1 Apr 2019 23:58:35 +0000 (00:58 +0100)]
test updates.

5 years agoAdd episode/promo content types.
Carl Hetherington [Fri, 29 Mar 2019 15:55:18 +0000 (15:55 +0000)]
Add episode/promo content types.

5 years agoFix typo in wscript. v2.13.141
Carl Hetherington [Fri, 29 Mar 2019 02:02:34 +0000 (02:02 +0000)]
Fix typo in wscript.

5 years agoDon't crash when loading DCPs with multiple CCAP assets per reel (part of #1516). v2.13.140
Carl Hetherington [Fri, 29 Mar 2019 01:19:44 +0000 (01:19 +0000)]
Don't crash when loading DCPs with multiple CCAP assets per reel (part of #1516).

5 years agoSet CCAP language tag correctly.
Carl Hetherington [Fri, 29 Mar 2019 01:05:03 +0000 (01:05 +0000)]
Set CCAP language tag correctly.

5 years agoDon't warn about overlapping CCAPs in SMPTE DCPs (part of #1516).
Carl Hetherington [Fri, 29 Mar 2019 00:41:48 +0000 (00:41 +0000)]
Don't warn about overlapping CCAPs in SMPTE DCPs (part of #1516).

5 years agoRemove fi_FI translation reference.
Carl Hetherington [Fri, 29 Mar 2019 00:40:04 +0000 (00:40 +0000)]
Remove fi_FI translation reference.

5 years agoFix build warnings about -Wno-maybe-uninitialized on OS X.
Carl Hetherington [Fri, 29 Mar 2019 00:38:35 +0000 (00:38 +0000)]
Fix build warnings about -Wno-maybe-uninitialized on OS X.

5 years agoFix Windows build. v2.13.139
Carl Hetherington [Thu, 28 Mar 2019 23:26:14 +0000 (23:26 +0000)]
Fix Windows build.

5 years agoAllow explicit specification of email protocol (plain/STARTTLS/SSL). v2.13.138
Carl Hetherington [Thu, 28 Mar 2019 23:10:56 +0000 (23:10 +0000)]
Allow explicit specification of email protocol (plain/STARTTLS/SSL).

5 years agoDisable maybe-uninitialized warnings to shut gcc up about _t in optional.
Carl Hetherington [Wed, 27 Mar 2019 14:42:23 +0000 (14:42 +0000)]
Disable maybe-uninitialized warnings to shut gcc up about _t in optional.

5 years agoRemove untouched fi_FI translation.
Carl Hetherington [Wed, 27 Mar 2019 14:32:57 +0000 (14:32 +0000)]
Remove untouched fi_FI translation.

5 years agoHack to avoid empty tracks appearing in the DCP Track control.
Carl Hetherington [Wed, 27 Mar 2019 11:17:22 +0000 (11:17 +0000)]
Hack to avoid empty tracks appearing in the DCP Track control.

5 years agoFix CHARSET in tr_TR.
Carl Hetherington [Wed, 27 Mar 2019 10:41:55 +0000 (10:41 +0000)]
Fix CHARSET in tr_TR.

5 years agoBeginnings of tr_TR translation from Gökhan Aksoy.
Carl Hetherington [Wed, 27 Mar 2019 10:39:39 +0000 (10:39 +0000)]
Beginnings of tr_TR translation from Gökhan Aksoy.

5 years agoUpdated ru_RU translation from Igor Voytovich.
Carl Hetherington [Tue, 26 Mar 2019 22:39:49 +0000 (22:39 +0000)]
Updated ru_RU translation from Igor Voytovich.

5 years agoUpdated de_DE translation from Carsten Kurz.
Carl Hetherington [Tue, 26 Mar 2019 13:56:45 +0000 (13:56 +0000)]
Updated de_DE translation from Carsten Kurz.

5 years agoNag/warn when removing KDM decryption certificate. v2.13.137
Carl Hetherington [Tue, 26 Mar 2019 00:44:54 +0000 (00:44 +0000)]
Nag/warn when removing KDM decryption certificate.

5 years agoIncrease and tidy up spacing around message.
Carl Hetherington [Tue, 26 Mar 2019 00:44:34 +0000 (00:44 +0000)]
Increase and tidy up spacing around message.

5 years agoTry to extend minimum size of OS X prefs panels to fix #1502.
Carl Hetherington [Tue, 26 Mar 2019 00:14:23 +0000 (00:14 +0000)]
Try to extend minimum size of OS X prefs panels to fix #1502.

5 years agoUnset _awaiting on a regular seek. This fixes bad behaviour in the sequence:
Carl Hetherington [Tue, 26 Mar 2019 00:06:01 +0000 (00:06 +0000)]
Unset _awaiting on a regular seek.  This fixes bad behaviour in the sequence:

- some player_change; _awaiting is set
- regular seek occurs (perhaps to a time much earlier than _awaiting)
- another player_change occurs; player_change handler wrongly seeks back to _awaiting

May help with #1505.

5 years agoFix path in startup script.
Carl Hetherington [Mon, 25 Mar 2019 23:01:45 +0000 (23:01 +0000)]
Fix path in startup script.

5 years agoFix missing serial number controls in certificate download dialogue (#1508).
Carl Hetherington [Mon, 25 Mar 2019 22:56:04 +0000 (22:56 +0000)]
Fix missing serial number controls in certificate download dialogue (#1508).

5 years agoRemove nasty border from wxSplitterWindow.
Carl Hetherington [Mon, 25 Mar 2019 22:38:09 +0000 (22:38 +0000)]
Remove nasty border from wxSplitterWindow.

5 years agoUpdated fr_FR translation from Thierry Journet.
Carl Hetherington [Mon, 25 Mar 2019 20:57:30 +0000 (20:57 +0000)]
Updated fr_FR translation from Thierry Journet.

5 years agoUpdated de_DE translation from Carsten Kurz.
Carl Hetherington [Mon, 25 Mar 2019 20:53:34 +0000 (20:53 +0000)]
Updated de_DE translation from Carsten Kurz.

5 years agoFix crash on pressing spacebar in the player with no film loaded (#1506).
Carl Hetherington [Mon, 25 Mar 2019 20:51:13 +0000 (20:51 +0000)]
Fix crash on pressing spacebar in the player with no film loaded (#1506).

5 years agoTry to fix missing inbuilt translations of wxWidgets in Fedora (#1502). v2.13.136
Carl Hetherington [Mon, 25 Mar 2019 00:43:58 +0000 (00:43 +0000)]
Try to fix missing inbuilt translations of wxWidgets in Fedora (#1502).

5 years agoSort KDM CPL list in reverse timestamp order (#1496).
Carl Hetherington [Mon, 25 Mar 2019 00:30:19 +0000 (00:30 +0000)]
Sort KDM CPL list in reverse timestamp order (#1496).

5 years agoTry to fix server status window being opened behind others (#1503).
Carl Hetherington [Mon, 25 Mar 2019 00:07:03 +0000 (00:07 +0000)]
Try to fix server status window being opened behind others (#1503).

5 years agoUpdated nl_NL translation from Rob van Nieuwkerk.
Carl Hetherington [Sun, 24 Mar 2019 21:15:16 +0000 (21:15 +0000)]
Updated nl_NL translation from Rob van Nieuwkerk.

5 years agoPossibly fix OSX startup error in batch converter (#1501).
Carl Hetherington [Sun, 24 Mar 2019 21:07:27 +0000 (21:07 +0000)]
Possibly fix OSX startup error in batch converter (#1501).

5 years agopot/merge.
Carl Hetherington [Sun, 24 Mar 2019 00:53:28 +0000 (00:53 +0000)]
pot/merge.

5 years agoDifferentiate Y in a couple of i18n places.
Carl Hetherington [Sun, 24 Mar 2019 00:52:43 +0000 (00:52 +0000)]
Differentiate Y in a couple of i18n places.

5 years agoAnother attempt to fix build. v2.13.135
Carl Hetherington [Sat, 23 Mar 2019 08:44:58 +0000 (08:44 +0000)]
Another attempt to fix build.

5 years agoTry to fix Windows build.
Carl Hetherington [Sat, 23 Mar 2019 07:52:10 +0000 (07:52 +0000)]
Try to fix Windows build.

5 years agoMissing file. v2.13.134
Carl Hetherington [Fri, 22 Mar 2019 21:34:37 +0000 (21:34 +0000)]
Missing file.

5 years agoFix referencing of trimmed multi-reel DCPs (#1495).
Carl Hetherington [Fri, 22 Mar 2019 21:31:37 +0000 (21:31 +0000)]
Fix referencing of trimmed multi-reel DCPs (#1495).

5 years agoAdd test to trigger #1495.
Carl Hetherington [Fri, 22 Mar 2019 16:50:46 +0000 (16:50 +0000)]
Add test to trigger #1495.

5 years agoMake careful_string_filter a little better and use it for KDM filenames. v2.13.133
Carl Hetherington [Fri, 22 Mar 2019 00:09:07 +0000 (00:09 +0000)]
Make careful_string_filter a little better and use it for KDM filenames.

5 years agofr_FR updates from Dan Cohen.
Carl Hetherington [Thu, 21 Mar 2019 23:14:52 +0000 (23:14 +0000)]
fr_FR updates from Dan Cohen.

5 years agoFix instant-translation when things are changed more than once.
Carl Hetherington [Thu, 21 Mar 2019 23:07:44 +0000 (23:07 +0000)]
Fix instant-translation when things are changed more than once.

5 years agoTidy up translation emails slightly.
Carl Hetherington [Thu, 21 Mar 2019 23:07:03 +0000 (23:07 +0000)]
Tidy up translation emails slightly.

5 years agoUpdated nl_NL translation from Rob van Nieuwkerk.
Carl Hetherington [Tue, 19 Mar 2019 11:32:36 +0000 (11:32 +0000)]
Updated nl_NL translation from Rob van Nieuwkerk.

5 years agoMore missing translations.
Carl Hetherington [Mon, 18 Mar 2019 17:30:08 +0000 (17:30 +0000)]
More missing translations.

5 years agoI said we were in string freeze, but only nl_NL has come in so
Carl Hetherington [Mon, 18 Mar 2019 14:05:25 +0000 (14:05 +0000)]
I said we were in string freeze, but only nl_NL has come in so
far and robn has asked to translate these, so ;)

5 years agoBump libsub. v2.13.132
Carl Hetherington [Sat, 16 Mar 2019 00:49:55 +0000 (00:49 +0000)]
Bump libsub.

5 years agoBump libdcp for SMPTE subtitle image loading fix. v2.13.131
Carl Hetherington [Fri, 15 Mar 2019 23:49:46 +0000 (23:49 +0000)]
Bump libdcp for SMPTE subtitle image loading fix.

5 years agoDraw 'masking' even when there's no _frame; stops a jump in the
Carl Hetherington [Fri, 15 Mar 2019 23:46:50 +0000 (23:46 +0000)]
Draw 'masking' even when there's no _frame; stops a jump in the
size of the image when doing play-to-end, then play; in this case
we start playing again, _frame goes to 0 and we stop.