summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-12-03Remove unnecessary check.cleanupsCarl Hetherington
2021-12-03Remove some unused code.Carl Hetherington
2021-12-03C++11 tidying.Carl Hetherington
2021-12-03Initialise some class members for belt and braces.Carl Hetherington
2021-12-03Fix re-used variable inside a loop.Carl Hetherington
2021-12-03Don't redefine a variable.Carl Hetherington
2021-12-03Remove unused variables.Carl Hetherington
2021-12-03White space.Carl Hetherington
2021-12-03Missing explicit.Carl Hetherington
2021-12-03Use some const&Carl Hetherington
2021-12-03Missing overrides.Carl Hetherington
2021-12-03Assorted tidying up.Carl Hetherington
2021-12-03Remove some unused methods.Carl Hetherington
2021-12-02Fix possible incorrect eye mapping with 3D-alternate sources.Carl Hetherington
2021-11-30Be a little more careful to handle exceptions from boost::filesystem::file_sizeCarl 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-29We 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-29Add --gain option to dcpomatic_create.Carl Hetherington
2021-11-29Add --channel option to dcpomatic_create.Carl Hetherington
2021-11-29Tidying.Carl Hetherington
2021-11-29Add a comment.Carl Hetherington
2021-11-29Get config_dir and output_dir more directly.Carl Hetherington
2021-11-28Catch exceptions from RtAudio::startStream() in all cases.Carl Hetherington
2021-11-28Fix some truncated headings.Carl Hetherington
2021-11-28Small C++11 cleanups.Carl Hetherington
2021-11-28Rearrange 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-28Simplify and fix job scheduler, especially with respect to the priority system.Carl Hetherington
2021-11-28Extract part of the content change job to Content.Carl Hetherington
2021-11-22Fill 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-22Fix failure to remove markers when the checkbox is unticked.Carl Hetherington
2021-11-22Don't import luminance of 0 from 2.14.x metadata files (part of #2130).Carl Hetherington
2021-11-22Don't allow luminance metadata below 0.1 in the GUI (part of #2130).Carl Hetherington
2021-11-20Fix incorrect scaling of the simple view with hidpi screens (#2128).Carl Hetherington
2021-11-20Extract dpi_scale_factor() to a function.Carl Hetherington
2021-11-16Don't fail to send a problem report if there's no ffprobe.logCarl Hetherington
2021-11-14Supporters update.Carl Hetherington
2021-11-14Fix the build for older macOS.Carl Hetherington
2021-11-14Missing include.Carl Hetherington
2021-11-14Account for DPI scale factors when calculating some sizes (#2118).Carl Hetherington
2021-11-13Fix failure to load DCPs from SMB shares (#2123).Carl Hetherington
2021-11-13Pulse the progress bar 'automatically' if we haven't had a progress update ↵Carl Hetherington
for a while. Should help with #2119.
2021-11-13Add Job::seconds_since_last_progress_update().Carl Hetherington
2021-11-13Cleanup: use seconds() method.Carl Hetherington
2021-11-11Remove player activity logging. Fixes #2122.Carl Hetherington
If I remember right this was for swaroop and I suspect nobody else is really interested.
2021-11-09It doesn't seem necessary to use shared_ptr for the DCPVideo queue in ↵Carl Hetherington
J2KEncoder.
2021-11-09Add some missing const qualifiers.Carl Hetherington
2021-11-05C++11 tidying.Carl Hetherington
2021-11-04Include subscribers / supporters in git.Carl Hetherington
The need for network access part-way through a build causes loads of annoying CI failures.
2021-11-04Make the prefs window a little wider on macOS to (hopefully) fit all the ↵Carl Hetherington
icons in (#2117).
2021-11-03Clarify that in this get_reel_assets() the content and film frame rates will ↵Carl Hetherington
be the same.
2021-11-03Bail early if nothing can be referenced from this content.Carl Hetherington