Fix typo in log message.
[dcpomatic.git] / src / lib /
2022-09-17 Carl HetheringtonFix typo in log message.
2022-09-17 Carl HetheringtonWhen emailing multiple addresses, put one in To: and...
2022-09-17 Carl HetheringtonDon't try to send KDM email unless we have a from address.
2022-09-17 Carl HetheringtonAllow specification of the CPL ID to use in a DCP with...
2022-09-17 Carl HetheringtonCatch CPLNotFoundError more nicely.
2022-09-17 Carl HetheringtonGive a better error if a specified CPL does not exist.
2022-09-17 Carl HetheringtonAdd default parameter for the detail in set_error().
2022-09-16 Carl HetheringtonFix black borders around the preview in some cases...
2022-09-14 Carl HetheringtonFix some spelling mistakes (mostly in comments).
2022-09-11 Carl HetheringtonFix build on Centos where we don't have the std::atomic... v2.16.26
2022-09-11 Carl HetheringtonDon't throw an exception if reading a encode server...
2022-09-11 Carl HetheringtonMerge branch '2323-player-locking'
2022-09-10 Carl HetheringtonUse atomic shared_ptr stuff for _black_frame.
2022-09-10 Carl HetheringtonUse atomic for _playback_length.
2022-09-10 Carl HetheringtonIt's now safe to get _video_container_size without...
2022-09-10 Carl HetheringtonMove get_reel_assets() out of Player, as it doesn't...
2022-09-10 Carl Hetheringtonconst correctness.
2022-09-10 Carl HetheringtonRemove now-unused setup_pieces_unlocked()
2022-09-10 Carl HetheringtonUse atomic for _dcp_decode_reduction.
2022-09-10 Carl HetheringtonUse atomic for _video_container_size.
2022-09-10 Carl HetheringtonUse atomic for _play_referenced.
2022-09-10 Carl HetheringtonUse atomic for _fast.
2022-09-10 Carl HetheringtonUse atomic for _always_burn_open_subtitles.
2022-09-10 Carl HetheringtonUse atomic for _ignore_text.
2022-09-10 Carl HetheringtonUse atomic for _ignore_audio.
2022-09-10 Carl HetheringtonUse atomic for _ignore_video.
2022-09-10 Carl HetheringtonTrim some includes.
2022-09-10 Carl HetheringtonSome improved logging.
2022-09-10 Carl HetheringtonSome const-correctness for Player.
2022-09-10 Carl Hetheringtonconst correctness for AudioMerger.
2022-09-10 Carl HetheringtonSupport YUV444P10LE in make_part_black().
2022-09-08 Carl HetheringtonKDM CLI help tweak.
2022-09-08 Carl HetheringtonMake -S parameter to dcpomatic2_kdm_cli also filter...
2022-09-08 Carl HetheringtonFix missing screen description in KDM CLI if you use...
2022-09-08 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2022-09-07 Carl HetheringtonUpdated hu_HU translation from Áron Németh.
2022-09-06 Carl Hetheringtonpot/merge.
2022-09-05 Carl HetheringtonLet config/cinemas/dkdm_recipients take care of their...
2022-09-04 Carl HetheringtonAdd a description of which part of the config failed...
2022-09-04 Carl HetheringtonSplit up Config::read().
2022-09-03 Carl HetheringtonRemove - and + from ratings before using them in a...
2022-09-03 Carl HetheringtonBump libdcp for better ContentKind support, and libsub
2022-08-30 Carl HetheringtonRefresh cinemas UI if the cinemas.xml file location...
2022-08-28 Carl HetheringtonFix and test release notes. v2.16.22
2022-08-28 Carl HetheringtonMake find_release_notes() more testable.
2022-08-28 Carl HetheringtonAdd Config::unset_last_release_notes_version()
2022-08-26 Carl HetheringtonUpdated hu_HU translation from Németh Áron.
2022-08-26 Carl HetheringtonTemplate hu_HU translation.
2022-08-15 Carl HetheringtonSet the send buffer size to 512k for sending things...
2022-08-15 Carl HetheringtonAdd Socket::set_send_buffer_size().
2022-08-15 Carl HetheringtonC++11 tidying.
2022-08-13 Carl HetheringtonFix crashes when the find-missing code finds an inacess...
2022-08-11 Carl HetheringtonCleanup: don't repeat check inside resume() before...
2022-08-11 Carl HetheringtonAllow cancellation of un-started jobs (#2777).
2022-08-11 Carl HetheringtonCleanup: set job state to cancelled in a different...
2022-08-11 Carl HetheringtonFix d881836379172f4072ed81ea074f46b3a363a681 which...
2022-08-08 Carl HetheringtonFix lines down the right-hand-side of exports in some...
2022-08-03 Carl HetheringtonCleanup: fix typo in comment.
2022-07-25 Carl HetheringtonUpdated sl_SI translation from Martin Srebotnjak.
2022-07-23 Carl HetheringtonEven more logging when reading DCPs.
2022-07-23 Carl HetheringtonAdd some more logging when reading DCPs.
2022-07-20 Carl HetheringtonBasic release notes support (#2282).
2022-07-20 Carl HetheringtonAdd some logging to the system font finder.
2022-07-20 Carl HetheringtonHandle vertical alignment of subs correctly wrt the...
2022-07-20 Carl HetheringtonWhitespace tweak.
2022-07-20 Carl HetheringtonImprove a variable name.
2022-07-20 Carl HetheringtonTidy up font rendering for subtitles.
2022-07-20 Carl HetheringtonAllow multiple DCPs to be written to a disk (#1756).
2022-07-17 Carl HetheringtonUpdated sl_SI translation from Martin Srebotnjak.
2022-07-17 Carl HetheringtonFix a couple of reserve()s that should be resize()...
2022-07-14 Carl HetheringtonFix failure to destroy the J2KEncoder when an encode...
2022-07-14 Carl HetheringtonFix build.
2022-07-14 Carl HetheringtonMore error message improvements.
2022-07-14 Carl HetheringtonLog a couple of errors more thoroughly.
2022-07-11 Carl HetheringtonCorrect version number when deciding whether or not... v2.16.17
2022-07-11 Carl HetheringtonFix font_id errors with files decoded by FFmpeg which...
2022-07-11 Carl HetheringtonUse a vector rather than a list when returning from...
2022-07-11 Carl HetheringtonFix font handling for DCP subtitles.
2022-07-11 Carl HetheringtonSmall cleanup.
2022-07-10 Carl HetheringtonFix failure to close exported files.
2022-07-10 Carl HetheringtonUpdated sl_SI translation from Martin Srebotnjak.
2022-07-09 Carl HetheringtonNew sl_SI translation from Martin Srebotnjak.
2022-07-08 Carl HetheringtonMissed bits of sl_SI translation update.
2022-07-07 Carl HetheringtonUpdated cs_CZ translation from Tomáš Begeni.
2022-07-05 Carl HetheringtonMissing includes.
2022-06-30 Carl HetheringtonAdvanced option to allow mapping to any audio channel...
2022-06-30 Carl HetheringtonFind Liberation Sans with local builds on Fedora.
2022-06-29 Carl HetheringtonUse the resampled rate to calculate the slack threshold...
2022-06-21 Carl HetheringtonStop using static initialisation so that dcpomatic...
2022-06-21 Carl HetheringtonCleanup: use constexpr.
2022-06-13 Carl HetheringtonLog errors from asdcplib in our logs.
2022-06-12 Carl HetheringtonAdd Prores 4444 support (#2263).
2022-06-12 Carl HetheringtonRename PRORES -> PRORES_HQ
2022-06-12 Carl HetheringtonMove ExportFormat definition to ffmpeg_file_encoder.h
2022-06-12 Carl HetheringtonSet up TextDecoder position based on the time that... v2.16.14
2022-06-12 Carl HetheringtonBelieved fix for error when calculating the position...
2022-06-10 Carl HetheringtonRemove duplicate call to write().
2022-06-10 Carl HetheringtonAdd some missing locking.
2022-06-10 Carl HetheringtonFix problems when loading old projects with the new...
2022-06-10 Carl HetheringtonAdd Film::last_written_by_earlier_than()
next