C++11 and whitespace cleanups.
[dcpomatic.git] / src / lib /
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2022-03-30 Carl HetheringtonFix writing of planar audio to export buffers in some...
2022-03-25 Carl HetheringtonBump libdcp for fix to remove erroneous <EntryPoint...
2022-03-23 Carl HetheringtonDon't throw an exception part-way through resolving...
2022-03-19 Carl HetheringtonAdd config option for default KDM type.
2022-03-19 Carl HetheringtonAdd $CINEMA_SHORT_NAME variable in KDM emails.
2022-03-19 Carl HetheringtonCleanup: remove some duplicated code.
2022-03-17 Carl HetheringtonFix writing KDMs with long filenames.
2022-03-17 Carl HetheringtonEncode UTF-8 subjects and attachment names properly...
2022-03-17 Carl HetheringtonSlightly improve behaviour under low memory conditions.
2022-03-16 Carl HetheringtonMake the value used for 'f' in KDM names consistent...
2022-03-15 Carl HetheringtonFix incorrectly-timed emission of silence padding causi...
2022-03-14 Carl HetheringtonC++11 tidying.
2022-03-14 Carl HetheringtonCleanup: tidy some comments.
2022-03-13 Carl HetheringtonRemember the state of the write to/email checkboxes...
2022-03-13 Carl HetheringtonTidying.
2022-03-09 Carl HetheringtonImprove ratings dialog to allow only valid values ...
2022-03-09 Carl HetheringtonDon't write a <ContentVersion> tag with an empty <Label...
2022-03-09 Carl HetheringtonUse some decimal places when reporting transcode speed...
2022-03-09 Carl HetheringtonBail out early when there's a reason why the KDM is...
2022-03-09 Carl HetheringtonAdd some more logging to the DCP examiner.
2022-03-09 Carl HetheringtonAdd --kdm option to dcpomatic_create
2022-03-09 Carl HetheringtonAdd option to use (or not) ISDCF names by default.
2022-03-09 Carl HetheringtonAdd option to export config as a .zip (#1776).
2022-03-09 Carl HetheringtonDisplay the filename / URL that a screen certificate...
2022-03-09 Carl HetheringtonC++11 and general tidying.
2022-03-08 Carl HetheringtonFix home_directory() with non-US-English pathnames...
2022-03-08 Carl HetheringtonCleanup: remove some unused usings.
2022-03-08 Carl HetheringtonOnly look in the filename (not the whole path) when...
2022-03-02 Carl HetheringtonRemove non-existant option from create help.
2022-02-25 Carl HetheringtonAdd -x32/-x64 suffix to boost libraries when building...
2022-02-25 Carl HetheringtonAvoid boost::bind()ing a shared_ptr.
2022-02-25 Carl HetheringtonFix some dubious thread/locking behaviour.
2022-02-25 Carl HetheringtonUpdated pl_PL translation from MichaƂ Tomaszewski
2022-02-17 Carl HetheringtonAdd an assert.
2022-02-17 Carl HetheringtonTry to handle EAGAIN from avcodec_send_packet() properly.
2022-02-16 Carl HetheringtonKeep Waker around for longer so it works better (#2184).
2022-02-14 Carl HetheringtonAdd a hint about certificate validity, moving some...
2022-02-14 Carl HetheringtonAdd hint about excessive certificate validity.
2022-02-14 Carl HetheringtonExtract check_certificates() method.
2022-02-13 Carl HetheringtonRelax error handling when examining FFmpeg files (...
2022-02-12 Carl HetheringtonRename NAG_BAD_SIGNER_CHAIN -> NAG_BAD_SIGNER_CHAIN_UTF8.
2022-02-12 Carl HetheringtonWarn if the signing certificates have a validity period...
2022-02-12 Carl HetheringtonGo back to 10-year certificate validity periods (#2174).
2022-02-11 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-02-11 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-02-10 Carl HetheringtonDon't give up on backups if config.xml isn't there...
2022-02-10 Carl HetheringtonFix an incorrect placeholder.
2022-02-10 Carl HetheringtonRemove some fuzzy markers from the ru_RU translation...
2022-02-09 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-02-07 Carl HetheringtonUpdated ru_RU translation from Mikhail Epshteyn.
2022-02-02 Carl HetheringtonFix another misunderstanding with macOS drive discovery. v2.16.0
2022-01-24 Carl HetheringtonSlightly hacky fix for -114 errors during 3D encodes... v2.15.188
2022-01-24 Carl HetheringtonRename _last_video* to _next_video* as it seems to...
2022-01-21 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2022-01-20 Carl Hetheringtonpot/merge. v2.15.187
2022-01-19 Carl HetheringtonAdjust how macOS drives are analysed and add a couple...
2022-01-19 Carl HetheringtonExtract osx_disks_to_drives to cross_common for tests.
2022-01-19 Carl HetheringtonExtract part of analyse_media_path to cross_common...
2022-01-17 Carl HetheringtonFix build with new libdcp.
2022-01-16 Luke Granger-BrownAdd some missing header includes.
2022-01-16 Carl HetheringtonAdd --twok option to dcpomatic2_create.
2022-01-16 Carl HetheringtonFix directory_containing_executable() in some cases...
2022-01-11 Carl HetheringtonFix failure to decode multiple video frames from one... v2.15.183
2022-01-11 Carl HetheringtonCleanup: move some stuff into process_video_frame().
2022-01-11 Carl HetheringtonUse a separate AVFrame for each stream when decoding.
2022-01-11 Carl HetheringtonComment typo.
2022-01-11 Carl HetheringtonFix crashes when using kdm_cli with a certificate inste...
2022-01-11 Carl HetheringtonAllow tests to run kdm_cli().
2022-01-11 Carl HetheringtonReplace %c with nothing in KDM filenames if the cinema...
2022-01-11 Carl HetheringtonImprove verbose output when writing to the current...
2022-01-11 Carl HetheringtonAllow control of where KDM CLI's output goes.
2022-01-11 Carl HetheringtonUse cout for help.
2022-01-11 Carl HetheringtonUse exceptions to handle errors in the KDM CLI.
2022-01-11 Carl HetheringtonMove KDM CLI tool into lib/
2022-01-11 Carl HetheringtonRename email() -> send_emails().
2022-01-11 Carl HetheringtonSpeed up hints tests by not running a pointless audio...
2021-12-28 Carl HetheringtonFix badly-formatted FPS counts (#2155).
2021-12-28 Carl HetheringtonUpdated sv_SE translation from Adam Klotblixt.
2021-12-25 Carl HetheringtonFix missing screen name in KDM emails.
2021-12-24 Carl HetheringtonTidy up backing up of config files, improve the tests...
2021-12-21 Carl HetheringtonFix trimming of ATMOS MXFs.
2021-12-21 Carl HetheringtonTidy up NetworkError.
2021-12-13 Carl HetheringtonThrow a more appropriate exception.
2021-12-13 Carl HetheringtonExtend NetworkError to take a detail parameter.
2021-12-06 Carl HetheringtonAllow notification from disk writer jobs (#2143).
2021-12-06 Carl HetheringtonUse a virtual method rather than a set of nasty dynamic...
2021-12-06 Carl HetheringtonSet up {m,c,a}times on copied files (#2145).
2021-12-06 Carl HetheringtonFix possible incorrect eye mapping with 3D-alternate...
2021-11-29 Carl HetheringtonBe a little more careful to handle exceptions from...
2021-11-29 Carl HetheringtonWe must make empty sections for content with missing...
2021-11-29 Carl HetheringtonFix mis-merge.
2021-11-29 Carl HetheringtonAdd --gain option to dcpomatic_create.
2021-11-29 Carl HetheringtonAdd --channel option to dcpomatic_create.
2021-11-29 Carl HetheringtonAdd a comment.
2021-11-29 Carl HetheringtonGet config_dir and output_dir more directly.
2021-11-28 Carl HetheringtonRearrange checking (and re-examining) content.
2021-11-28 Carl HetheringtonSimplify and fix job scheduler, especially with respect...
2021-11-28 Carl HetheringtonExtract part of the content change job to Content.
2021-11-22 Carl HetheringtonDon't import luminance of 0 from 2.14.x metadata files...
next