summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2021-12-25Extract and improve code to find missing files (#1940).Carl Hetherington
2021-12-25Extract simple_digest().Carl Hetherington
2021-12-24Tidy up backing up of config files, improve the tests a little and fix it for...Carl Hetherington
2021-12-23Rename email() -> send_emails().Carl Hetherington
2021-12-23Fix missing screen name in KDM emails.Carl Hetherington
2021-12-23Fix mistake in a7f61a15 causing bad_alloc exceptions during tests.Carl Hetherington
2021-12-23Fix a load of stuff that wasn't being freed on close.Carl Hetherington
2021-12-23Add image_as_jpeg()Carl Hetherington
2021-12-23Tiny optimisation.Carl Hetherington
2021-12-23Move Image::as_png() out to image_as_png().Carl Hetherington
2021-12-23Remove unnecessary method.Carl Hetherington
2021-12-21Fix trimming of ATMOS MXFs.Carl Hetherington
2021-12-20Tidy up NetworkError.Carl Hetherington
2021-12-18Cleanup: remove unnecessary parameter to PlayerVideo::force().Carl Hetherington
2021-12-18Move make_dcp() out of Film (#2132).Carl Hetherington
2021-12-18Add more filenames to content properties (#2120).Carl Hetherington
2021-12-13Throw a more appropriate exception.Carl Hetherington
2021-12-13Extend NetworkError to take a detail parameter.Carl Hetherington
2021-12-06Allow notification from disk writer jobs (#2143).Carl Hetherington
2021-12-06Use a virtual method rather than a set of nasty dynamic casts.Carl Hetherington
2021-12-06Set up {m,c,a}times on copied files (#2145).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
2021-11-29We must make empty sections for content with missing files.Carl Hetherington
2021-11-29Add --gain option to dcpomatic_create.Carl Hetherington
2021-11-29Add --channel option to dcpomatic_create.Carl Hetherington
2021-11-29Add a comment.Carl Hetherington
2021-11-29Get config_dir and output_dir more directly.Carl Hetherington
2021-11-28Rearrange checking (and re-examining) content.Carl Hetherington
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-22Don't import luminance of 0 from 2.14.x metadata files (part of #2130).Carl Hetherington
2021-11-16Don't fail to send a problem report if there's no ffprobe.logCarl Hetherington
2021-11-13Fix failure to load DCPs from SMB shares (#2123).Carl Hetherington
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
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-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