dcpomatic.git
2 years agoAllow passing flags into TableDialog::add for labels.
Carl Hetherington [Tue, 1 Mar 2022 23:09:58 +0000 (00:09 +0100)]
Allow passing flags into TableDialog::add for labels.

2 years agoAdd search_ctrl_height()
Carl Hetherington [Tue, 1 Mar 2022 21:40:57 +0000 (22:40 +0100)]
Add search_ctrl_height()

2 years agoC++11 cleanup.
Carl Hetherington [Tue, 1 Mar 2022 21:40:47 +0000 (22:40 +0100)]
C++11 cleanup.

2 years agoDon't write a <ContentVersion> tag with an empty <LabelText> (#2191).
Carl Hetherington [Sun, 27 Feb 2022 22:45:46 +0000 (23:45 +0100)]
Don't write a <ContentVersion> tag with an empty <LabelText> (#2191).

I can't see the problem with this, but apparently Dolby
CineInspect complains about it.

We could fix this in libdcp but I think that would make more sense
if this were related to a definite standard violation, instead of
just some tinkering to hide a possibly-incorrect warning.

2 years agoUse some decimal places when reporting transcode speed in the log.
Carl Hetherington [Thu, 17 Feb 2022 20:46:41 +0000 (21:46 +0100)]
Use some decimal places when reporting transcode speed in the log.

2 years agoSupporters update.
Carl Hetherington [Wed, 9 Mar 2022 06:34:24 +0000 (07:34 +0100)]
Supporters update.

2 years agoFix home_directory() with non-US-English pathnames on Windows (#2203).
Carl Hetherington [Tue, 8 Mar 2022 19:57:08 +0000 (20:57 +0100)]
Fix home_directory() with non-US-English pathnames on Windows (#2203).

2 years agoCleanup: remove some unused usings.
Carl Hetherington [Tue, 8 Mar 2022 19:56:48 +0000 (20:56 +0100)]
Cleanup: remove some unused usings.

2 years agoOnly look in the filename (not the whole path) when guessing channels for sound files...
Carl Hetherington [Tue, 8 Mar 2022 22:22:01 +0000 (23:22 +0100)]
Only look in the filename (not the whole path) when guessing channels for sound files (#2204).

2 years agoImprove test output.
Carl Hetherington [Tue, 8 Mar 2022 22:21:37 +0000 (23:21 +0100)]
Improve test output.

2 years agoRemove non-existant option from create help.
Carl Hetherington [Wed, 2 Mar 2022 19:13:43 +0000 (20:13 +0100)]
Remove non-existant option from create help.

2 years agoFix typo in wscript.
Carl Hetherington [Fri, 25 Feb 2022 14:50:43 +0000 (15:50 +0100)]
Fix typo in wscript.

2 years agoSupporters update.
Carl Hetherington [Fri, 25 Feb 2022 13:56:39 +0000 (14:56 +0100)]
Supporters update.

2 years agolibcrypto has a new version in the updated mxe.
Carl Hetherington [Thu, 24 Feb 2022 18:03:40 +0000 (19:03 +0100)]
libcrypto has a new version in the updated mxe.

2 years agoPackage without libjasper and liblcms2, both of which were dependencies
Carl Hetherington [Thu, 24 Feb 2022 16:48:30 +0000 (17:48 +0100)]
Package without libjasper and liblcms2, both of which were dependencies
of GraphicsMagick, which we've removed from the build environment
as it's no longer required.

2 years agoAvoid build errors from glibmm's use of dynamic exception specifications.
Carl Hetherington [Thu, 24 Feb 2022 16:32:38 +0000 (17:32 +0100)]
Avoid build errors from glibmm's use of dynamic exception specifications.

2 years agoBump ffmpeg to build on newer binutils.
Carl Hetherington [Thu, 24 Feb 2022 16:23:40 +0000 (17:23 +0100)]
Bump ffmpeg to build on newer binutils.

2 years agoInclude some DLLs that gdb needs.
Carl Hetherington [Wed, 23 Feb 2022 21:53:22 +0000 (22:53 +0100)]
Include some DLLs that gdb needs.

2 years agoFix Windows debug build.
Carl Hetherington [Wed, 23 Feb 2022 21:27:53 +0000 (22:27 +0100)]
Fix Windows debug build.

2 years agoAdd -x32/-x64 suffix to boost libraries when building for Windows.
Carl Hetherington [Tue, 22 Feb 2022 22:01:23 +0000 (23:01 +0100)]
Add -x32/-x64 suffix to boost libraries when building for Windows.

2 years agoAvoid boost::bind()ing a shared_ptr.
Carl Hetherington [Tue, 22 Feb 2022 19:34:08 +0000 (20:34 +0100)]
Avoid boost::bind()ing a shared_ptr.

2 years agoFix some dubious thread/locking behaviour.
Carl Hetherington [Thu, 24 Feb 2022 18:47:19 +0000 (19:47 +0100)]
Fix some dubious thread/locking behaviour.

Previously we had server_found(), which took the lock and found
a server, which it returned as an iterator into the list.
However, it then released the lock, which I think left the
iterator unprotected.

This wasn't done in response to any particular bug, I just
noticed it on the way past.

2 years agoUpdated pl_PL translation from Michał Tomaszewski
Carl Hetherington [Fri, 25 Feb 2022 00:17:12 +0000 (01:17 +0100)]
Updated pl_PL translation from Michał Tomaszewski

2 years agoSupporters update.
Carl Hetherington [Sun, 20 Feb 2022 20:37:39 +0000 (21:37 +0100)]
Supporters update.

2 years agoSupporters update.
Carl Hetherington [Sun, 20 Feb 2022 20:33:26 +0000 (21:33 +0100)]
Supporters update.

2 years agoSupporters update.
Carl Hetherington [Sun, 20 Feb 2022 19:19:44 +0000 (20:19 +0100)]
Supporters update.

2 years agoTry to avoid some bad filenaming in rare cases.
Carl Hetherington [Sun, 20 Feb 2022 01:02:33 +0000 (02:02 +0100)]
Try to avoid some bad filenaming in rare cases.

2 years agoFix up test/data.
Carl Hetherington [Sun, 20 Feb 2022 00:01:21 +0000 (01:01 +0100)]
Fix up test/data.

2 years agoDon't build tests when packaging.
Carl Hetherington [Sat, 19 Feb 2022 20:38:31 +0000 (21:38 +0100)]
Don't build tests when packaging.

2 years agoTry to fix for further cdist adventures.
Carl Hetherington [Sat, 19 Feb 2022 20:16:17 +0000 (21:16 +0100)]
Try to fix for further cdist adventures.

2 years agoFix build/package for modification to cdist.
Carl Hetherington [Sat, 19 Feb 2022 12:48:27 +0000 (13:48 +0100)]
Fix build/package for modification to cdist.

2 years agoSupporters update.
Carl Hetherington [Thu, 17 Feb 2022 23:29:53 +0000 (00:29 +0100)]
Supporters update.

2 years agoFix debian unstable package.
Carl Hetherington [Thu, 17 Feb 2022 20:34:39 +0000 (21:34 +0100)]
Fix debian unstable package.

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