| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-03 | Remove unnecessary check.cleanups | Carl Hetherington | |
| 2021-12-03 | Remove some unused code. | Carl Hetherington | |
| 2021-12-03 | C++11 tidying. | Carl Hetherington | |
| 2021-12-03 | Initialise some class members for belt and braces. | Carl Hetherington | |
| 2021-12-03 | Fix re-used variable inside a loop. | Carl Hetherington | |
| 2021-12-03 | Don't redefine a variable. | Carl Hetherington | |
| 2021-12-03 | Improve cppcheck script slightly. | Carl Hetherington | |
| 2021-12-03 | Remove unused variables. | Carl Hetherington | |
| 2021-12-03 | White space. | Carl Hetherington | |
| 2021-12-03 | Missing explicit. | Carl Hetherington | |
| 2021-12-03 | Use some const& | Carl Hetherington | |
| 2021-12-03 | Missing overrides. | Carl Hetherington | |
| 2021-12-03 | Assorted tidying up. | Carl Hetherington | |
| 2021-12-03 | Remove some unused methods. | Carl Hetherington | |
| 2021-12-02 | Port make_dummy_files to Python3 and improve it in various ways. | Carl Hetherington | |
| 2021-12-02 | Fix possible incorrect eye mapping with 3D-alternate sources. | Carl Hetherington | |
| 2021-12-02 | Fix -t parameter to possibly be a float. | Carl Hetherington | |
| 2021-11-30 | Tweaks to examine.py | Carl Hetherington | |
| 2021-11-30 | Be a little more careful to handle exceptions from boost::filesystem::file_size | Carl Hetherington | |
| There has been a report of file_size throwing an exception and crashing DCP-o-matic, but I haven't been able to reproduce it yet (possibly related to there being missing content files). | |||
| 2021-11-29 | We must make empty sections for content with missing files. | Carl Hetherington | |
| Fixes full audio buffers with no video in projects with image content (no audio) that have missing files. | |||
| 2021-11-29 | Add --gain option to dcpomatic_create. | Carl Hetherington | |
| 2021-11-29 | Add --channel option to dcpomatic_create. | Carl Hetherington | |
| 2021-11-29 | Tidying. | Carl Hetherington | |
| 2021-11-29 | Add a comment. | Carl Hetherington | |
| 2021-11-29 | Get config_dir and output_dir more directly. | Carl Hetherington | |
| 2021-11-28 | Catch exceptions from RtAudio::startStream() in all cases. | Carl Hetherington | |
| 2021-11-28 | Fix some truncated headings. | Carl Hetherington | |
| 2021-11-28 | Small C++11 cleanups. | Carl Hetherington | |
| 2021-11-28 | Rearrange checking (and re-examining) content. | Carl Hetherington | |
| Most importantly, checking of content for changes before making a DCP is now done in the TranscodeJob (rather than being in a separate job). This makes things a little neater and also makes the batch converter less confusing when you add a job whose content has changed. | |||
| 2021-11-28 | Simplify and fix job scheduler, especially with respect to the priority system. | Carl Hetherington | |
| 2021-11-28 | Extract part of the content change job to Content. | Carl Hetherington | |
| 2021-11-22 | Fill in zeros if a part of a timecode is entered. | Carl Hetherington | |
| It looks better if zeros are added elsewhere when you, for example, put a number into the seconds box and click "set". | |||
| 2021-11-22 | Fix failure to remove markers when the checkbox is unticked. | Carl Hetherington | |
| 2021-11-22 | Don't import luminance of 0 from 2.14.x metadata files (part of #2130). | Carl Hetherington | |
| 2021-11-22 | Don't allow luminance metadata below 0.1 in the GUI (part of #2130). | Carl Hetherington | |
| 2021-11-20 | Fix incorrect scaling of the simple view with hidpi screens (#2128). | Carl Hetherington | |
| 2021-11-20 | Extract dpi_scale_factor() to a function. | Carl Hetherington | |
| 2021-11-16 | Don't fail to send a problem report if there's no ffprobe.log | Carl Hetherington | |
| 2021-11-14 | Supporters update. | Carl Hetherington | |
| 2021-11-14 | With the upgrade to wxWidgets 3.1.5 it seems that the .mo file is renamed. | Carl Hetherington | |
| 2021-11-14 | Fix the build for older macOS. | Carl Hetherington | |
| 2021-11-14 | Missing include. | Carl Hetherington | |
| 2021-11-14 | Account for DPI scale factors when calculating some sizes (#2118). | Carl Hetherington | |
| 2021-11-13 | Fix failure to load DCPs from SMB shares (#2123). | Carl Hetherington | |
| 2021-11-13 | Remove setuid root and use setcap instead in RPM packages. | Carl Hetherington | |
| 2021-11-13 | Pulse the progress bar 'automatically' if we haven't had a progress update ↵ | Carl Hetherington | |
| for a while. Should help with #2119. | |||
| 2021-11-13 | Add Job::seconds_since_last_progress_update(). | Carl Hetherington | |
| 2021-11-13 | Cleanup: use seconds() method. | Carl Hetherington | |
| 2021-11-12 | Only look for tags which start with v | Carl Hetherington | |
| 2021-11-11 | Remove player activity logging. Fixes #2122. | Carl Hetherington | |
| If I remember right this was for swaroop and I suspect nobody else is really interested. | |||
