dcpomatic.git
2 years agoFix appimage build.
Carl Hetherington [Thu, 17 Feb 2022 19:17:35 +0000 (20:17 +0100)]
Fix appimage build.

2 years agoInhibit dbgsym package creation in non-debug mode.
Carl Hetherington [Wed, 16 Feb 2022 18:42:31 +0000 (19:42 +0100)]
Inhibit dbgsym package creation in non-debug mode.

2 years agoRemove unnecessary build when packaging for Linux.
Carl Hetherington [Wed, 16 Feb 2022 11:54:56 +0000 (12:54 +0100)]
Remove unnecessary build when packaging for Linux.

2 years agoRemove old dependencies.
Carl Hetherington [Wed, 16 Feb 2022 09:33:02 +0000 (10:33 +0100)]
Remove old dependencies.

2 years agoBuild with an ffmpeg that includes libdav1d.
Carl Hetherington [Tue, 15 Feb 2022 21:53:20 +0000 (22:53 +0100)]
Build with an ffmpeg that includes libdav1d.

2 years agoAdd an assert.
Carl Hetherington [Tue, 15 Feb 2022 13:35:48 +0000 (14:35 +0100)]
Add an assert.

2 years agoTry to handle EAGAIN from avcodec_send_packet() properly.
Carl Hetherington [Tue, 15 Feb 2022 21:47:48 +0000 (22:47 +0100)]
Try to handle EAGAIN from avcodec_send_packet() properly.

The docs say on EAGAIN we should call avcodec_receive_frame()
and then re-send the same packet again.  This should do that.

This is a fix for errors trigged by the accompanying test.

2 years agoKeep Waker around for longer so it works better (#2184).
Carl Hetherington [Wed, 16 Feb 2022 23:57:54 +0000 (00:57 +0100)]
Keep Waker around for longer so it works better (#2184).

2 years agoHead off some cert validity warnings.
Carl Hetherington [Mon, 14 Feb 2022 14:00:16 +0000 (15:00 +0100)]
Head off some cert validity warnings.

2 years agoFix hints tests by changing the test signer chain for one that is only valid for...
Carl Hetherington [Mon, 14 Feb 2022 12:11:04 +0000 (13:11 +0100)]
Fix hints tests by changing the test signer chain for one that is only valid for 10 years.

2 years agoAdd hint about excessive certificate validity.
Carl Hetherington [Mon, 14 Feb 2022 09:56:39 +0000 (10:56 +0100)]
Add hint about excessive certificate validity.

2 years agoExtract check_certificates() method.
Carl Hetherington [Mon, 14 Feb 2022 09:36:07 +0000 (10:36 +0100)]
Extract check_certificates() method.

2 years agoAdd re-make signing certificates button to the main config page.
Carl Hetherington [Mon, 14 Feb 2022 09:27:04 +0000 (10:27 +0100)]
Add re-make signing certificates button to the main config page.

2 years agoMove some logic from the caller into MakeChainDialog.
Carl Hetherington [Mon, 14 Feb 2022 09:12:04 +0000 (10:12 +0100)]
Move some logic from the caller into MakeChainDialog.

2 years agoNo-op: tidying.
Carl Hetherington [Mon, 14 Feb 2022 08:50:39 +0000 (09:50 +0100)]
No-op: tidying.

2 years agoSupporters update.
Carl Hetherington [Mon, 14 Feb 2022 07:12:26 +0000 (08:12 +0100)]
Supporters update.

2 years agoRelax error handling when examining FFmpeg files (#2187).
Carl Hetherington [Sat, 12 Feb 2022 23:29:58 +0000 (00:29 +0100)]
Relax error handling when examining FFmpeg files (#2187).

2 years agoTest reference update for UseISDCFNameByDefault.
Carl Hetherington [Sun, 13 Feb 2022 23:16:39 +0000 (00:16 +0100)]
Test reference update for UseISDCFNameByDefault.

2 years agoFix audio fading.
Carl Hetherington [Sun, 13 Feb 2022 23:06:49 +0000 (00:06 +0100)]
Fix audio fading.

The ::fade() method needs to know the stream it is working with,
rather than assuming its content has only one stream.

2 years agoMissing update to test/data
Carl Hetherington [Sun, 13 Feb 2022 22:56:22 +0000 (23:56 +0100)]
Missing update to test/data

2 years agoMark full debian package as replacing the CLI one (#2179).
Carl Hetherington [Sun, 13 Feb 2022 19:15:58 +0000 (20:15 +0100)]
Mark full debian package as replacing the CLI one (#2179).

2 years agoAllow a little more space in small_button_size for the ru_RU translation.
Carl Hetherington [Wed, 9 Feb 2022 23:19:15 +0000 (00:19 +0100)]
Allow a little more space in small_button_size for the ru_RU translation.

2 years agoMissing ConfigRestorer.
Carl Hetherington [Sun, 13 Feb 2022 15:59:28 +0000 (16:59 +0100)]
Missing ConfigRestorer.

2 years agoMissing include.
Carl Hetherington [Sun, 13 Feb 2022 10:59:07 +0000 (11:59 +0100)]
Missing include.

2 years agoWarn if the signing certificates have a validity period > 10 years (#2174).
Carl Hetherington [Sat, 12 Feb 2022 22:11:44 +0000 (23:11 +0100)]
Warn if the signing certificates have a validity period > 10 years (#2174).

2 years agoRename NAG_BAD_SIGNER_CHAIN -> NAG_BAD_SIGNER_CHAIN_UTF8.
Carl Hetherington [Sat, 12 Feb 2022 22:11:25 +0000 (23:11 +0100)]
Rename NAG_BAD_SIGNER_CHAIN -> NAG_BAD_SIGNER_CHAIN_UTF8.

2 years agoGo back to 10-year certificate validity periods (#2174).
Carl Hetherington [Sat, 12 Feb 2022 21:53:14 +0000 (22:53 +0100)]
Go back to 10-year certificate validity periods (#2174).

2 years agoAdd get_certs_from_cpl.
Carl Hetherington [Sat, 12 Feb 2022 13:50:29 +0000 (14:50 +0100)]
Add get_certs_from_cpl.

2 years agoUpdated ru_RU translation from Mikhail Epshteyn.
Carl Hetherington [Fri, 11 Feb 2022 18:28:51 +0000 (19:28 +0100)]
Updated ru_RU translation from Mikhail Epshteyn.

2 years agoUpdated ru_RU translation from Mikhail Epshteyn.
Carl Hetherington [Fri, 11 Feb 2022 16:27:46 +0000 (17:27 +0100)]
Updated ru_RU translation from Mikhail Epshteyn.

2 years agoC++11 cleanup. checked-for-v2.16.x
Carl Hetherington [Thu, 10 Feb 2022 20:10:07 +0000 (21:10 +0100)]
C++11 cleanup.

2 years agoDon't give up on backups if config.xml isn't there (#2185).
Carl Hetherington [Thu, 10 Feb 2022 20:06:43 +0000 (21:06 +0100)]
Don't give up on backups if config.xml isn't there (#2185).

Even if it isn't, we still want to try to back up other stuff.
Previously if copying config.xml threw an exception we'd just
give up.

2 years agoAdd script to get certs out of a config.xml.
Carl Hetherington [Thu, 10 Feb 2022 19:47:58 +0000 (20:47 +0100)]
Add script to get certs out of a config.xml.

2 years agoHopefully fix some bad placeholders in ru_RU.
Carl Hetherington [Thu, 10 Feb 2022 12:38:55 +0000 (13:38 +0100)]
Hopefully fix some bad placeholders in ru_RU.

2 years agoUse Russian name Михаил Эпштейн for Mikhail Epshteyn.
Carl Hetherington [Thu, 10 Feb 2022 12:32:00 +0000 (13:32 +0100)]
Use Russian name Михаил Эпштейн for Mikhail Epshteyn.

2 years agoFix an incorrect placeholder.
Carl Hetherington [Thu, 10 Feb 2022 12:28:46 +0000 (13:28 +0100)]
Fix an incorrect placeholder.

2 years agoRemove some thought-to-be erroneous fuzzy markers from ru_RU.
Carl Hetherington [Thu, 10 Feb 2022 12:27:37 +0000 (13:27 +0100)]
Remove some thought-to-be erroneous fuzzy markers from ru_RU.

2 years agoUpdated ru_RU translation from Mikhail Epshteyn.
Carl Hetherington [Wed, 9 Feb 2022 23:12:04 +0000 (00:12 +0100)]
Updated ru_RU translation from Mikhail Epshteyn.

2 years agoFix typo instrinsic -> intrinsic (thanks Mikhail Epshteyn)
Carl Hetherington [Wed, 9 Feb 2022 23:05:00 +0000 (00:05 +0100)]
Fix typo instrinsic -> intrinsic (thanks Mikhail Epshteyn)

2 years agoFix missing type specifiers for macOS build.
Carl Hetherington [Mon, 7 Feb 2022 15:29:44 +0000 (16:29 +0100)]
Fix missing type specifiers for macOS build.

2 years agoAdd missing #include to fix macOS build.
Carl Hetherington [Mon, 7 Feb 2022 15:06:49 +0000 (16:06 +0100)]
Add missing #include to fix macOS build.

2 years agoUse different names for the 10.6 (thin) and 10.9 (universal).
Carl Hetherington [Mon, 7 Feb 2022 14:47:31 +0000 (15:47 +0100)]
Use different names for the 10.6 (thin) and 10.9 (universal).

2 years agoUpdated ru_RU translation from Mikhail Epshteyn.
Carl Hetherington [Sat, 5 Feb 2022 21:21:23 +0000 (22:21 +0100)]
Updated ru_RU translation from Mikhail Epshteyn.

2 years agoFix another misunderstanding with macOS drive discovery.
Carl Hetherington [Wed, 2 Feb 2022 11:57:08 +0000 (12:57 +0100)]
Fix another misunderstanding with macOS drive discovery.

2 years agoPython 3 fix.
Carl Hetherington [Tue, 1 Feb 2022 10:10:14 +0000 (11:10 +0100)]
Python 3 fix.

2 years agoGive a nicer error when starting the server twice.
Carl Hetherington [Mon, 31 Jan 2022 18:57:38 +0000 (19:57 +0100)]
Give a nicer error when starting the server twice.

2 years agoTidying.
Carl Hetherington [Mon, 31 Jan 2022 18:57:26 +0000 (19:57 +0100)]
Tidying.

2 years agoRemove old comment.
Carl Hetherington [Sat, 29 Jan 2022 19:28:09 +0000 (20:28 +0100)]
Remove old comment.

2 years agoBail out early when there's a reason why the KDM is invalid.
Carl Hetherington [Fri, 28 Jan 2022 19:37:02 +0000 (20:37 +0100)]
Bail out early when there's a reason why the KDM is invalid.

2 years agoAdd some more logging to the DCP examiner.
Carl Hetherington [Fri, 28 Jan 2022 19:36:46 +0000 (20:36 +0100)]
Add some more logging to the DCP examiner.

2 years agoAdd --kdm option to dcpomatic_create
Carl Hetherington [Fri, 28 Jan 2022 19:36:26 +0000 (20:36 +0100)]
Add --kdm option to dcpomatic_create

2 years agoImprove error handling in CLI client slightly.
Carl Hetherington [Fri, 28 Jan 2022 19:06:27 +0000 (20:06 +0100)]
Improve error handling in CLI client slightly.

2 years agoCleanup: use some better variable names.
Carl Hetherington [Fri, 28 Jan 2022 18:58:08 +0000 (19:58 +0100)]
Cleanup: use some better variable names.

2 years agoBasic CLI support for export.
Carl Hetherington [Thu, 27 Jan 2022 19:36:03 +0000 (20:36 +0100)]
Basic CLI support for export.

2 years agoFix bug reading fade in/out tags introduced in
Carl Hetherington [Thu, 27 Jan 2022 19:27:43 +0000 (20:27 +0100)]
Fix bug reading fade in/out tags introduced in
7ca647ac6ae51893f2714d72816a4449a18e6c57

2 years agoAdd option to use (or not) ISDCF names by default.
Carl Hetherington [Wed, 26 Jan 2022 23:03:17 +0000 (00:03 +0100)]
Add option to use (or not) ISDCF names by default.

2 years agoAdd fade in/out option to the content audio tab (#1026).
Carl Hetherington [Sun, 23 Jan 2022 21:21:29 +0000 (22:21 +0100)]
Add fade in/out option to the content audio tab (#1026).

2 years agoCleanup: move some methods from util to memory_util
Carl Hetherington [Mon, 24 Jan 2022 21:30:52 +0000 (22:30 +0100)]
Cleanup: move some methods from util to memory_util

2 years agoCleanup: move stride_round_up into the only place it is used.
Carl Hetherington [Mon, 24 Jan 2022 21:30:20 +0000 (22:30 +0100)]
Cleanup: move stride_round_up into the only place it is used.

2 years agoCleanup: move some methods from util to maths_util.
Carl Hetherington [Mon, 24 Jan 2022 21:26:59 +0000 (22:26 +0100)]
Cleanup: move some methods from util to maths_util.

2 years agoC++11 cleanup.
Carl Hetherington [Sun, 23 Jan 2022 22:54:55 +0000 (23:54 +0100)]
C++11 cleanup.

2 years agoRename Fade{In,Out} to VideoFade{In,Out} in metadata XML.
Carl Hetherington [Sun, 23 Jan 2022 21:24:03 +0000 (22:24 +0100)]
Rename Fade{In,Out} to VideoFade{In,Out} in metadata XML.

2 years agoSlightly hacky fix for -114 errors during 3D encodes (#2173).
Carl Hetherington [Thu, 20 Jan 2022 20:23:09 +0000 (21:23 +0100)]
Slightly hacky fix for -114 errors during 3D encodes (#2173).

It still feels like I'm missing some large and beautiful trick
with gathering all the gap-filling code into one place, but
such a trick still eludes me.

2 years agoCleanup: use boost::none.
Carl Hetherington [Thu, 20 Jan 2022 22:33:34 +0000 (23:33 +0100)]
Cleanup: use boost::none.

2 years agoCleanup: use lambda.
Carl Hetherington [Thu, 20 Jan 2022 20:23:14 +0000 (21:23 +0100)]
Cleanup: use lambda.

2 years agoRename _last_video* to _next_video* as it seems to make more sense that way.
Carl Hetherington [Fri, 21 Jan 2022 20:53:54 +0000 (21:53 +0100)]
Rename _last_video* to _next_video* as it seems to make more sense that way.

2 years agoRemove unused file_dialog_wrapper.h
Carl Hetherington [Sun, 23 Jan 2022 19:47:34 +0000 (20:47 +0100)]
Remove unused file_dialog_wrapper.h

2 years agoAdd option to export config as a .zip (#1776).
Carl Hetherington [Sun, 23 Jan 2022 19:47:27 +0000 (20:47 +0100)]
Add option to export config as a .zip (#1776).

2 years agoMove some options from the tools menu to view.
Carl Hetherington [Sun, 23 Jan 2022 00:53:52 +0000 (01:53 +0100)]
Move some options from the tools menu to view.

2 years agoSwitch a list for vector.
Carl Hetherington [Sun, 23 Jan 2022 00:01:55 +0000 (01:01 +0100)]
Switch a list for vector.

2 years agoUse checkboxes to decide which screens KDMs will be made for (#1895).
Carl Hetherington [Sat, 22 Jan 2022 22:21:41 +0000 (23:21 +0100)]
Use checkboxes to decide which screens KDMs will be made for (#1895).

2 years agoDisplay the filename / URL that a screen certificate was obtained from (#1894).
Carl Hetherington [Fri, 21 Jan 2022 22:39:03 +0000 (23:39 +0100)]
Display the filename / URL that a screen certificate was obtained from (#1894).

2 years agoC++11 and general tidying.
Carl Hetherington [Fri, 21 Jan 2022 22:38:14 +0000 (23:38 +0100)]
C++11 and general tidying.

2 years agoUpdated nl_NL translation from Rob van Nieuwkerk.
Carl Hetherington [Fri, 21 Jan 2022 08:47:10 +0000 (09:47 +0100)]
Updated nl_NL translation from Rob van Nieuwkerk.

2 years agopot/merge.
Carl Hetherington [Fri, 21 Jan 2022 08:48:36 +0000 (09:48 +0100)]
pot/merge.

2 years agoMageia requires libcap-utils for setcap during installation (#2169).
Carl Hetherington [Wed, 19 Jan 2022 21:17:43 +0000 (22:17 +0100)]
Mageia requires libcap-utils for setcap during installation (#2169).

2 years agoAdd uid/euid to macOS debug message.
Carl Hetherington [Tue, 18 Jan 2022 18:24:57 +0000 (19:24 +0100)]
Add uid/euid to macOS debug message.

2 years agoAdjust how macOS drives are analysed and add a couple of tests.
Carl Hetherington [Mon, 17 Jan 2022 23:09:36 +0000 (00:09 +0100)]
Adjust how macOS drives are analysed and add a couple of tests.

2 years agoExtract osx_disks_to_drives to cross_common for tests.
Carl Hetherington [Mon, 17 Jan 2022 23:08:44 +0000 (00:08 +0100)]
Extract osx_disks_to_drives to cross_common for tests.

2 years agoBuild fix for new libdcp.
Carl Hetherington [Mon, 17 Jan 2022 23:08:20 +0000 (00:08 +0100)]
Build fix for new libdcp.

2 years agoExtract part of analyse_media_path to cross_common for tests.
Carl Hetherington [Mon, 17 Jan 2022 21:56:52 +0000 (22:56 +0100)]
Extract part of analyse_media_path to cross_common for tests.

2 years agoShrink size of audio map. 2138-shrink-prefs
Carl Hetherington [Tue, 7 Dec 2021 21:44:59 +0000 (22:44 +0100)]
Shrink size of audio map.

2 years agoUse less vertical height for name format hints.
Carl Hetherington [Tue, 7 Dec 2021 21:28:10 +0000 (22:28 +0100)]
Use less vertical height for name format hints.

2 years agoUse less vertical height for the logging checkboxes.
Carl Hetherington [Tue, 7 Dec 2021 21:28:02 +0000 (22:28 +0100)]
Use less vertical height for the logging checkboxes.

2 years agoFix some big gaps in the prefs layout.
Carl Hetherington [Tue, 7 Dec 2021 21:27:52 +0000 (22:27 +0100)]
Fix some big gaps in the prefs layout.

2 years agoFix .dmg naming yet again; sed was breaking the $? check.
Carl Hetherington [Tue, 18 Jan 2022 21:06:56 +0000 (22:06 +0100)]
Fix .dmg naming yet again; sed was breaking the $? check.

2 years agoRemove v that snuck into DMG filenames.
Carl Hetherington [Tue, 18 Jan 2022 13:04:33 +0000 (14:04 +0100)]
Remove v that snuck into DMG filenames.

2 years agoUpdate supporters.
Carl Hetherington [Tue, 18 Jan 2022 10:02:27 +0000 (11:02 +0100)]
Update supporters.

2 years agoFix incorrect git command when getting the version with an exact tag.
Carl Hetherington [Tue, 18 Jan 2022 10:01:35 +0000 (11:01 +0100)]
Fix incorrect git command when getting the version with an exact tag.

2 years agoBump libdcp.
Carl Hetherington [Mon, 17 Jan 2022 22:32:33 +0000 (23:32 +0100)]
Bump libdcp.

2 years agoSupporters update.
Carl Hetherington [Mon, 17 Jan 2022 17:52:25 +0000 (18:52 +0100)]
Supporters update.

2 years agoMore build fixes.
Carl Hetherington [Mon, 17 Jan 2022 19:47:06 +0000 (20:47 +0100)]
More build fixes.

2 years agoFix build with new libdcp.
Carl Hetherington [Mon, 17 Jan 2022 19:31:00 +0000 (20:31 +0100)]
Fix build with new libdcp.

2 years agoAdd David Lankes as a tester.
Carl Hetherington [Mon, 17 Jan 2022 17:52:21 +0000 (18:52 +0100)]
Add David Lankes as a tester.

2 years agoFix versioning of .dmg filenames.
Carl Hetherington [Sun, 16 Jan 2022 17:57:10 +0000 (18:57 +0100)]
Fix versioning of .dmg filenames.

Now we use a tag if there is one at the commit we built, otherwise
<branch>-<commit>.

2 years agoUpdate test references for auto crop.
Carl Hetherington [Mon, 17 Jan 2022 07:15:04 +0000 (08:15 +0100)]
Update test references for auto crop.

2 years agoAdd some missing header includes.
Luke Granger-Brown [Sun, 16 Jan 2022 19:37:25 +0000 (19:37 +0000)]
Add some missing header includes.

<memory> is needed for std::*_ptr, and <algorithm> for std::transform.

2 years agoAdd --twok option to dcpomatic2_create.
Carl Hetherington [Sun, 16 Jan 2022 19:50:23 +0000 (20:50 +0100)]
Add --twok option to dcpomatic2_create.

2 years agoFix directory_containing_executable() in some cases (#2163).
Carl Hetherington [Sun, 16 Jan 2022 00:18:04 +0000 (01:18 +0100)]
Fix directory_containing_executable() in some cases (#2163).

2 years agoPut * in the title bar when the DCP-o-matic project is modified (#1938).
Carl Hetherington [Sun, 16 Jan 2022 16:35:15 +0000 (17:35 +0100)]
Put * in the title bar when the DCP-o-matic project is modified (#1938).