| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-04 | Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵v2.15.29 | Carl Hetherington | |
| v2.15.x | |||
| 2019-11-04 | Hack for python 3 compatibility (Fedora 31). | Carl Hetherington | |
| 2019-11-04 | Add some new Waker calls. | Carl Hetherington | |
| 2019-11-04 | Fix incorrect images when cropping without stretch. | Carl Hetherington | |
| Always overallocate images so that Image::crop_scale_window is always safe from over-reading buffers. Relates to #1654 and probably #1653. | |||
| 2019-11-04 | Fix out-of-bounds read when cropping JPEG2000 images (#1654). | Carl Hetherington | |
| 2019-11-04 | Add a test to expose #1654, on valgrind at least. | Carl Hetherington | |
| 2019-11-04 | Tweak hack program. | Carl Hetherington | |
| 2019-11-04 | Don't bother limiting supporters by until date. | Carl Hetherington | |
| 2019-11-01 | Increase fudge factor at the boundary between audio signal and silence. | Carl Hetherington | |
| 2019-11-01 | Add missing reel type call to test. | Carl Hetherington | |
| 2019-11-01 | More detailed test logger. | Carl Hetherington | |
| 2019-10-31 | Tweak test now that can_reference_audio correctly succeeds when there is no ↵ | Carl Hetherington | |
| overlapping audio. | |||
| 2019-10-31 | Make separate reels for parts of the timeline with no video when | Carl Hetherington | |
| we are in REEL_TYPE_BY_VIDEO_CONTENT mode. This fixes VF creation with gaps. Also the implementation of Film::reels() is cleaner now. | |||
| 2019-10-31 | Fix incorrect reels when the first content is not at time 0. | Carl Hetherington | |
| With REELTYPE_BY_VIDEO_CONTENT the first reel would not start at 0. | |||
| 2019-10-31 | Keep default export name even if the user changes the format (#1584). | Carl Hetherington | |
| 2019-10-31 | Prevent reference/reel setting controls getting stuck when referenced | Carl Hetherington | |
| content is moved with reel mode 'single' enabled (#1645). | |||
| 2019-10-31 | Add python script to summarise some film metadata. | Carl Hetherington | |
| 2019-10-31 | Set fade in/out using content frame rate rather than DCP rate (#1642). | Carl Hetherington | |
| 2019-10-31 | Add comment. | Carl Hetherington | |
| 2019-10-30 | Fix dying butler on changing CPL from one without to one withv2.15.28 | Carl Hetherington | |
| subtitles (#1641). Forward-port from da39ed1516f2463f8a9bf4795a94f23d420c9ca3 in master. | |||
| 2019-10-27 | Fix incorrectly-placed set +e when building universal binaries.v2.15.27 | Carl Hetherington | |
| 2019-10-27 | Fix thinko in previous. | Carl Hetherington | |
| 2019-10-27 | Protect cross-thread access to _pending_images. | Carl Hetherington | |
| 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 | |
