| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-26 | Adjust DLL names in distribution config.mxe2 | Carl Hetherington | |
| 2019-12-26 | Bump libsub dep. | Carl Hetherington | |
| 2019-12-26 | Use mxe2 branch of libdcp. | Carl Hetherington | |
| 2019-12-24 | Tweak certficate chain dialogue layout (#1530). | Carl Hetherington | |
| 2019-12-23 | Another comment typo. | Carl Hetherington | |
| 2019-12-23 | Fix error when trying to make DCP-o-matic DKDMs due to attempts to make | Carl Hetherington | |
| the validity time wider than that of the signing certificate. | |||
| 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-19 | Add an output audio matrix (#1482). | Carl Hetherington | |
| 2019-12-19 | Move sound output driver selection into new preferences tab. | Carl Hetherington | |
| 2019-12-19 | Add an assertion. | Carl Hetherington | |
| 2019-12-18 | Accept float fps when getting timecodes from the Timecode control | Carl Hetherington | |
| otherwise inaccurate values are returned for non-integer rates. Should fix #1694. Forward-ported from 1229de2042c785a9e851e5fc53922a75bfbf195d in master. | |||
| 2019-12-17 | Add missing library to OS X build.v2.15.39 | Carl Hetherington | |
| 2019-12-17 | Allow configuration of relevant log levels in the player (#1549). | Carl Hetherington | |
| 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-15 | Support content version metadata (#782). | Carl Hetherington | |
| 2019-12-15 | Add some missing verification messages. | Carl Hetherington | |
| 2019-12-15 | Typo in installation copying. | Carl Hetherington | |
| 2019-12-14 | Fix typo. | Carl Hetherington | |
| 2019-12-14 | Fix xerces win32 wscript typo. | Carl Hetherington | |
| 2019-12-13 | Try a simpler, monochrome icon for the server taskbar icon in macOS (#1670). | Carl Hetherington | |
| 2019-12-12 | Use the new libdcp xerces stuff and install the required supporting files. | Carl Hetherington | |
| 2019-12-11 | Make terminate_threads() less likely to leave _threads containing invalid ↵ | Carl Hetherington | |
| pointers. Backported from f0c10e92b849566e458bc323f8783a6fe83e52d2 in master. | |||
| 2019-12-11 | Fix crash on hotkey-opening the menu then pressing right a few times. | Carl Hetherington | |
| 2019-12-10 | dcpomatic_create should respond to --version on stdout, not stderr (#1686). | Carl Hetherington | |
| 2019-12-08 | Throw errors from CPLSummary constructor if the DCP::read reported any problems. | Carl Hetherington | |
| 2019-12-06 | Adjust for changes to libdcp API. | Carl Hetherington | |
| 2019-12-04 | Add openssl licence to source tree.v2.15.37 | Carl Hetherington | |
| 2019-12-04 | Package a patched openssl which creates certificates with | Carl Hetherington | |
| a validity period starting a week before now; fixes #1422. | |||
| 2019-12-03 | Whitespace fixes. | Carl Hetherington | |
| 2019-12-03 | asdcplib now suffixed with -carl not -cth. | Carl Hetherington | |
| 2019-12-03 | Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵ | Carl Hetherington | |
| v2.15.x | |||
| 2019-12-03 | rtaudio repo tidied up; should be no code changes. | Carl Hetherington | |
| 2019-12-03 | Adjust some test KDM timings so as not to trip the certificate validity ↵ | Carl Hetherington | |
| period warning. | |||
| 2019-12-02 | .gitignore update. | Carl Hetherington | |
| 2019-12-01 | Update test/data after changes to audio PTS handling in export. | Carl Hetherington | |
| 2019-12-01 | Nice error when a KDM cannot be made because its validity period is not ↵ | Carl Hetherington | |
| within the signing certificate chain's validity period. | |||
| 2019-12-01 | Fix audio pts accuracy from previous. | Carl Hetherington | |
| 2019-12-01 | Some drive discovery hacks. | Carl Hetherington | |
| 2019-11-30 | More accurate calculation of export video pts; may fix #1663. | Carl Hetherington | |
| Also specify audio pts on the way in to the encoder to stop FFmpeg complaining. | |||
| 2019-11-30 | Try to improve the checking for overwrite of export files a little | Carl Hetherington | |
| on Linux; I think we need to do it ourselves rather than relying on wxFileDialog. | |||
| 2019-11-30 | Some more pts timing analysis. | Carl Hetherington | |
| 2019-11-30 | Don't say we're encoding at 0fps when we're waiting for the timing history ↵ | Carl Hetherington | |
| to stablise. | |||
| 2019-11-30 | Cut down the time before fps starts to be reported for export jobs. | Carl Hetherington | |
| 2019-11-30 | Fix crash when exporting a 2D project containing 3D content (#1680). | Carl Hetherington | |
| 2019-11-29 | Catch attempts to make a DCP when all content has been trimmed to zero length. | Carl Hetherington | |
| 2019-11-27 | Add the same fonts.conf change that OS X has to Windows so that it, | Carl Hetherington | |
| too, can do fake bold/italic (slanted/oblique). It looks like this is necessary to see italics with the bundled fonts. | |||
