| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-26 | Avoid unnecessary re-writes of video assets if they are staying the same ↵v2.15.26 | Carl Hetherington | |
| (#1638). This is particularly useful as it avoids the hard-link-breaking copy step which is necessary if you're going to re-write the video asset with new IDs. | |||
| 2019-10-26 | Put encryption key into the video identifier so that it is re-made if the ↵ | Carl Hetherington | |
| key changes. | |||
| 2019-10-26 | Prevent player folding audio to 2 channel if "default DCP audio channels" is ↵ | Carl Hetherington | |
| set to 2. | |||
| 2019-10-26 | Prevent calls to erase with invalid keys. | Carl Hetherington | |
| 2019-10-25 | Only notarize thin OSX builds. | Carl Hetherington | |
| 2019-10-21 | Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵v2.15.25 | Carl Hetherington | |
| v2.15.x | |||
| 2019-10-21 | Tweak error handling in make_osx. | Carl Hetherington | |
| 2019-10-21 | Merge branch 'v2.15.x' of ssh://localhost:2222/home/carl/git/dcpomatic into ↵ | Carl Hetherington | |
| v2.15.x | |||
| 2019-10-21 | Copy with progress updates when we might copy long files (#1574). | Carl Hetherington | |
| 2019-10-21 | Add notarization steps to make_dmg.shv2.15.24 | Carl Hetherington | |
| 2019-10-21 | Rename dcpomatic_sleep -> dcpomatic_sleep_seconds. | Carl Hetherington | |
| 2019-10-20 | Remove hard-coded environment location in OS X build. | Carl Hetherington | |
| 2019-10-18 | ISDCF name fixes with > 6 channels and HI/VI (#1633). | Carl Hetherington | |
| 2019-10-16 | Allow thin builds (target name osx-64). | Carl Hetherington | |
| 2019-10-16 | Fix assertion failure on making a VF, in certain circumstances. | Carl Hetherington | |
| These circumstances were a VF which refers to at least one complete reel of audio from a OV before adding more audio of its own. Forward-porter from 392d675f5799671abbcf1a9a47820321bcbdcca2 in master. | |||
| 2019-10-15 | Fix confusing error in windows where it would complain about : in full ↵ | Carl Hetherington | |
| pathnames if creating a directory failed. | |||
| 2019-10-15 | Missed indent. | Carl Hetherington | |
| 2019-10-14 | Prune some dependencies and add Ubuntu 19.10. | Carl Hetherington | |
| 2019-10-14 | Add a comment.v2.15.23 | Carl Hetherington | |
| 2019-10-14 | Add option to use lld. | Carl Hetherington | |
| 2019-10-14 | Remove unused bits. | Carl Hetherington | |
| 2019-10-14 | Remove an optimisation to not run the body of ContentPanel::check_selection | Carl Hetherington | |
| if it is called with an unchanged selection. It breaks updates of the available tabs when a OV is added to a VF DCP. | |||
| 2019-10-14 | Merge branch 'v2.15.x' of ssh://localhost:2222/home/carl/git/dcpomatic into ↵ | Carl Hetherington | |
| v2.15.x | |||
| 2019-10-14 | Remove python 2 style print now that we are importing print_function from ↵ | Carl Hetherington | |
| future. | |||
| 2019-10-13 | Hide the upmixers unless an "advanced" configuration option is ticked.v2.15.22 | Carl Hetherington | |
| The upmixers are not of sufficient quality to always be an improvement, and anecdotally it seems that some users see them and hope one will be a silver bullet. | |||
| 2019-10-13 | Fix failure to load OV after adding a VF to a project. | Carl Hetherington | |
| This has the same cause as 19f51503621a57794bd79bac053c9e6549a69f46 i.e. the DCPDecoder re-use optimisation. This commit tries to re-fix 19f515 in a more general way which also takes into account the OV/VF bug. It also adds a unit test. | |||
| 2019-10-13 | Tweak hint. | Carl Hetherington | |
| 2019-10-10 | Merge branch 'v2.15.x' of ssh://main.carlh.net/home/carl/git/dcpomatic into ↵ | Carl Hetherington | |
| v2.15.x | |||
| 2019-10-09 | Allow debug builds with no internet connection. Also add missing patron. | Carl Hetherington | |
| 2019-10-09 | Fix deadlock in test. | Carl Hetherington | |
| 2019-10-09 | Fix cross-thread access to info files. May help with #1618. | Carl Hetherington | |
| 2019-10-08 | Python 3 and bug fix hacks. | Carl Hetherington | |
| 2019-10-05 | Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵v2.15.21 | Carl Hetherington | |
| v2.15.x | |||
| 2019-10-05 | Missing file in manual build. | Carl Hetherington | |
| 2019-10-04 | Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵ | Carl Hetherington | |
| v2.15.x | |||
| 2019-10-04 | Remove long-defunct .travis.yml. | Carl Hetherington | |
| 2019-10-03 | Add xattr command to remove things from .apps that codesign does not like. | Carl Hetherington | |
| It says: resource fork, Finder information, or similar detritus not allowed I'm not sure why this suddenly became necessary. Forward-ported from 5b1c0d804847978e32bc4ce4de43f148c366f9da in master. | |||
| 2019-09-29 | Improve OpenFileError so that it doesn't say "opening for read"v2.15.20 | Carl Hetherington | |
| in one case where it should say "opening for read/write". Also add some unit tests for ReelWriter. | |||
| 2019-09-29 | Ignore ccls stuff. | Carl Hetherington | |
| 2019-09-27 | Fix failure to playback encrypted DCPs, introduced when adding DCPDecoder ↵ | Carl Hetherington | |
| re-use optimisation. | |||
| 2019-09-27 | Fix duplicate shortcut in menu. | Carl Hetherington | |
| 2019-09-27 | Use content video frame rate rather than the DCP one when reading | Carl Hetherington | |
| trim start/end back from the UI. See #1607. | |||
| 2019-09-20 | Add a warning log when an assertion gets hit. | Carl Hetherington | |
| Forward-ported from 4141f01e25abd5050db09ff85da47ff059909669 in master. | |||
| 2019-09-20 | Tidy some grammar and remove a silly colloquialism. | Carl Hetherington | |
| 2019-09-09 | pot/merge.v2.15.19 | Carl Hetherington | |
| 2019-09-09 | Stop crashing when running the hints check on films with silent/black gaps. | Carl Hetherington | |
| 2019-09-09 | Handle errors a little better when scanning for closed captions (in hints). | Carl Hetherington | |
| 2019-09-08 | Fix timeline selection under scroll. | Carl Hetherington | |
| 2019-09-08 | New hack.v2.15.18 | Carl Hetherington | |
| 2019-09-08 | Make sure subtitle exports have .xml extension. | Carl Hetherington | |
