summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2022-02-10C++11 cleanup.checked-for-v2.16.xCarl Hetherington
2022-02-10Don't give up on backups if config.xml isn't there (#2185).Carl Hetherington
2022-02-10Fix an incorrect placeholder.Carl Hetherington
2022-02-10Remove some thought-to-be erroneous fuzzy markers from ru_RU.Carl Hetherington
2022-02-10Updated ru_RU translation from Mikhail Epshteyn.Carl Hetherington
2022-02-07Add missing #include to fix macOS build.Carl Hetherington
2022-02-05Updated ru_RU translation from Mikhail Epshteyn.Carl Hetherington
2022-02-02Fix another misunderstanding with macOS drive discovery.Carl Hetherington
2022-01-28Bail out early when there's a reason why the KDM is invalid.Carl Hetherington
2022-01-28Add some more logging to the DCP examiner.Carl Hetherington
2022-01-28Add --kdm option to dcpomatic_createCarl Hetherington
2022-01-27Fix bug reading fade in/out tags introduced inCarl Hetherington
2022-01-27Add option to use (or not) ISDCF names by default.Carl Hetherington
2022-01-25Add fade in/out option to the content audio tab (#1026).Carl Hetherington
2022-01-25Cleanup: move some methods from util to memory_utilCarl Hetherington
2022-01-25Cleanup: move stride_round_up into the only place it is used.Carl Hetherington
2022-01-25Cleanup: move some methods from util to maths_util.Carl Hetherington
2022-01-25C++11 cleanup.Carl Hetherington
2022-01-25Rename Fade{In,Out} to VideoFade{In,Out} in metadata XML.Carl Hetherington
2022-01-24Slightly hacky fix for -114 errors during 3D encodes (#2173).Carl Hetherington
2022-01-24Cleanup: use boost::none.Carl Hetherington
2022-01-24Cleanup: use lambda.Carl Hetherington
2022-01-24Rename _last_video* to _next_video* as it seems to make more sense that way.Carl Hetherington
2022-01-23Add option to export config as a .zip (#1776).Carl Hetherington
2022-01-22Display the filename / URL that a screen certificate was obtained from (#1894).Carl Hetherington
2022-01-22C++11 and general tidying.Carl Hetherington
2022-01-21Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2022-01-21pot/merge.Carl Hetherington
2022-01-19Adjust how macOS drives are analysed and add a couple of tests.Carl Hetherington
2022-01-18Extract osx_disks_to_drives to cross_common for tests.Carl Hetherington
2022-01-18Build fix for new libdcp.Carl Hetherington
2022-01-18Extract part of analyse_media_path to cross_common for tests.Carl Hetherington
2022-01-17Fix build with new libdcp.Carl Hetherington
2022-01-16Add some missing header includes.Luke Granger-Brown
2022-01-16Add --twok option to dcpomatic2_create.Carl Hetherington
2022-01-16Fix directory_containing_executable() in some cases (#2163).Carl Hetherington
2022-01-16Put * in the title bar when the DCP-o-matic project is modified (#1938).Carl Hetherington
2022-01-16Add Film::set_dirty().Carl Hetherington
2022-01-16Primitive auto-crop (#1477).Carl Hetherington
2022-01-15Add guess_crop().Carl Hetherington
2022-01-11Fix failure to decode multiple video frames from one packet (#2159).Carl Hetherington
2022-01-11Cleanup: move some stuff into process_video_frame().Carl Hetherington
2022-01-11Use a separate AVFrame for each stream when decoding.Carl Hetherington
2022-01-11Comment typo.Carl Hetherington
2022-01-10Fix crashes when using kdm_cli with a certificate instead of a cinema.Carl Hetherington
2022-01-10Allow tests to run kdm_cli().Carl Hetherington
2022-01-10Replace %c with nothing in KDM filenames if the cinema is not known.Carl Hetherington
2022-01-10Improve verbose output when writing to the current directory.Carl Hetherington
2022-01-10Allow control of where KDM CLI's output goes.Carl Hetherington
2022-01-10Use cout for help.Carl Hetherington