| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-03 | Try to use backtrace. | Carl Hetherington | |
| 2020-02-02 | boost exception test. | Carl Hetherington | |
| 2020-01-28 | Fix crash with sub-sample push parts in AudioMerger.v2.15.42 | Carl Hetherington | |
| Forward-ported from b86b15391074a68149f8c4a51958c7873d74def0 in master. | |||
| 2020-01-14 | Add some PT-style names to the guesswork on which channel a particular sound ↵ | Carl Hetherington | |
| file belongs to. | |||
| 2019-12-20 | Comment typo. | Carl Hetherington | |
| 2019-12-20 | Remove our forcing of analyzeduration and probesize as they seem to | Carl Hetherington | |
| cause weird problems when scanning some files. The unit test case added here is a case in point: before this patch one stream reported an incorrect channel count and sample rate. It's a bit worrying as these parameters have been in DoM for many years, but perhaps they have become unnecessary / harmful with changes to FFmpeg. | |||
| 2019-12-17 | Flush audio decoder when a DCPDecoder finishes so that | Carl Hetherington | |
| resamplers are emptied and hence we don't lose any samples. Fixes #1691. Back-ported from 1444299fa4582fc65c5237edd6c115921f20f872 in master. | |||
| 2019-12-15 | Sort out test/data commit history a little.v2.15.38 | Carl Hetherington | |
| 2019-12-15 | Stop empty Font IDs in imported DCP subtitles making it into the | Carl Hetherington | |
| output DCP (#1689). | |||
| 2019-12-15 | Updated test reference for new metadata tag. | Carl Hetherington | |
| 2019-12-03 | Adjust some test KDM timings so as not to trip the certificate validity ↵ | Carl Hetherington | |
| period warning. | |||
| 2019-12-01 | Update test/data after changes to audio PTS handling in export. | Carl Hetherington | |
| 2019-11-30 | Fix crash when exporting a 2D project containing 3D content (#1680). | Carl Hetherington | |
| 2019-11-19 | Fix problems with playing back 3D DCPs and with inserting 3D DCPs | Carl Hetherington | |
| in 2D projects. Also add some tests. | |||
| 2019-11-05 | Provide some test references. | 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-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-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-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 | Rename dcpomatic_sleep -> dcpomatic_sleep_seconds. | Carl Hetherington | |
| 2019-10-18 | ISDCF name fixes with > 6 channels and HI/VI (#1633). | 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-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-09 | Fix deadlock in test. | Carl Hetherington | |
| 2019-10-09 | Fix cross-thread access to info files. May help with #1618. | Carl Hetherington | |
| 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-08-30 | Make player more tolerant of some DCP errors. | Carl Hetherington | |
| 2019-07-24 | Optimise the feel of some GUI functions by doing the seek after | Carl Hetherington | |
| many content changes in an idle handler, rather than blocking the UI update until the seek and image redisplay have finished. | |||
| 2019-07-22 | swaroop: support creation of H264 with 24-bit PCM. | Carl Hetherington | |
| 2019-07-15 | swaroop: beginnings of DCP -> ecinema support.v2.15.12 | Carl Hetherington | |
| 2019-07-02 | Add support for Datasat AP2x and USL sound processors when converting | Carl Hetherington | |
| fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains. | |||
| 2019-06-27 | Fix incorrect timing of PNG subtitles in second and subsequent reels. | Carl Hetherington | |
| 2019-06-27 | Debug for strange test failure in threed_test. | Carl Hetherington | |
| 2019-06-27 | Add another ui_idle() call to ape the one in test.cc and try to fix strange ↵ | Carl Hetherington | |
| behaviour where errors are not noted in tests. | |||
| 2019-06-09 | swaroop: support validity periods in ecinema KDMs. | Carl Hetherington | |
| 2019-06-01 | Another test hash change. | Carl Hetherington | |
| 2019-06-01 | Another test hash change. | Carl Hetherington | |
| 2019-06-01 | Test hash change due to adding video 'use' flag. | Carl Hetherington | |
| 2019-05-31 | Test digest tweak. | Carl Hetherington | |
| 2019-05-30 | Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵ | Carl Hetherington | |
| v2.15.x | |||
| 2019-05-30 | Bump test digest. | Carl Hetherington | |
