summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-14With the upgrade to wxWidgets 3.1.5 it seems that the .mo file is renamed.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-13Remove setuid root and use setcap instead in RPM packages.Carl Hetherington
2021-11-13Pulse the progress bar 'automatically' if we haven't had a progress update fo...Carl Hetherington
2021-11-13Add Job::seconds_since_last_progress_update().Carl Hetherington
2021-11-13Cleanup: use seconds() method.Carl Hetherington
2021-11-12Only look for tags which start with vCarl Hetherington
2021-11-11Remove player activity logging. Fixes #2122.Carl Hetherington
2021-11-09Bump libdcp for fix to closed caption line length verification.Carl Hetherington
2021-11-09It doesn't seem necessary to use shared_ptr for the DCPVideo queue in J2KEnco...Carl Hetherington
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
2021-11-04Make the prefs window a little wider on macOS to (hopefully) fit all the icon...Carl Hetherington
2021-11-03Stop some tests from writing things to test/data.Carl Hetherington
2021-11-03Run one test with fewer cores to stop it running out of memory on a 16-core 1...Carl Hetherington
2021-11-03Add ConfigRestorer and use it instead of setup_test_config() directly.Carl Hetherington
2021-11-03Clarify that in this get_reel_assets() the content and film frame rates will ...Carl Hetherington
2021-11-03Bail early if nothing can be referenced from this content.Carl Hetherington
2021-11-03Cleanup variable name: k -> reelCarl Hetherington
2021-11-03Fix errors when referencing trimmed DCPs (#2116).Carl Hetherington
2021-11-02Cleanup: use a variable we already made.Carl Hetherington
2021-11-02Cleanup variable name: l -> captionCarl Hetherington
2021-11-02Cleanup variable name: k -> reelCarl Hetherington
2021-11-02Cleanup variable name: j -> dcpCarl Hetherington
2021-11-02Cleanup variable name: i -> contentCarl Hetherington
2021-11-02Cleanup variable name: a -> reel_assetsCarl Hetherington
2021-11-02Add failing test.Carl Hetherington
2021-11-01Tidying.Carl Hetherington
2021-11-01Fix the filmsum script up a little.Carl Hetherington
2021-11-01Fix typo in dcpomatic_kdm_cli help.Carl Hetherington
2021-11-01Add CPL_FILENAME variable for cover sheets (#2107).Carl Hetherington
2021-10-29Don't fail the transcode job if we can't write analytics.Carl Hetherington
2021-10-28Manual tweak.Carl Hetherington
2021-10-27Manual tweaks.Carl Hetherington
2021-10-27Add a new test for subtitle timing when changing frame rate.Carl Hetherington
2021-10-27C++11 tidying.Carl Hetherington