summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-25Bump libdcp for new method that the fastvideo code needs.fastvideo2Carl Hetherington
2021-11-25Build Windows version with fastvideo.Carl Hetherington
2021-11-25Add timing spreadsheet.Carl Hetherington
2021-11-25Make sure exceptions are re-thrown even if they occur when the queue is full.Carl Hetherington
2021-11-25Add fastvideo J2K encoding backend.Carl Hetherington
2021-11-22Tidying.Carl Hetherington
2021-11-22Prevent crashes if servers_list_changed() throws an exception.Carl Hetherington
2021-11-22Allow J2K encode backends to accept more than one frame at once.Carl Hetherington
2021-11-22Separate out local/remote encode code from DCPVideo.Carl Hetherington
2021-11-22Put Image into the dcpomatic namespace.Carl Hetherington
2021-11-22Use nicer dcp::decompress_j2k wrapper.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