Fix font_id_map errors when importing DCP subtitles that have no
[dcpomatic.git] / src /
2022-07-20 Carl HetheringtonSupporters update.
2022-07-20 Carl HetheringtonAdd some logging to the KDM creator.
2022-07-20 Carl HetheringtonBasic release notes support (#2282).
2022-07-20 Carl HetheringtonAdd option to give HTMLDialog an OK button.
2022-07-20 Carl HetheringtonHack more height for HTMLDialog.
2022-07-20 Carl HetheringtonUse bitmap_path to find me.jpeg
2022-07-20 Carl HetheringtonChange bitmap_path to take a full name with extension.
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-12 Carl HetheringtonSupporters update. v2.16.18
2022-07-12 Carl HetheringtonFix stupid crash in dcpomatic_create when adding a...
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 HetheringtonLittle C++11 cleanup.
2022-07-11 Carl HetheringtonBe a bit more careful with content_factory().
2022-07-11 Carl HetheringtonWe no longer support .ecinema files.
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 HetheringtonFix charset.
2022-07-08 Carl HetheringtonMissed bits of sl_SI translation update.
2022-07-08 Carl HetheringtonSupport sl_SI (Slovenian) translation.
2022-07-07 Carl HetheringtonThere's no longer ever a need to disable the mixdown...
2022-07-07 Carl HetheringtonUpdated cs_CZ translation from Tomáš Begeni.
2022-07-05 Carl HetheringtonMissing includes.
2022-07-02 Carl HetheringtonSupporters update.
2022-07-02 Carl HetheringtonFix debug build on Windows.
2022-07-01 Carl HetheringtonRestore use of SystemFontDialog so that system fonts...
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-25 Carl HetheringtonSupporters update.
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-12 Carl HetheringtonSupporters/subscribers update.
2022-06-11 Carl HetheringtonAdd tester.
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()
2022-06-10 Carl HetheringtonRename CheckContentChangeJob -> CheckContentJob.
2022-06-10 Carl HetheringtonMake it OK to re-examine content with subtitles.
2022-06-10 Carl HetheringtonC++11 tidying.
2022-06-10 Carl HetheringtonFix incorrect burnt-in subtitle colours when burning...
2022-06-09 Carl HetheringtonFix strange multi-selection behaviour on Linux (#2269).
2022-06-08 Carl HetheringtonFix a few places where a complete ERROR message was...
2022-06-07 Carl HetheringtonDon't search for empty font names to avoid random fonts...
2022-06-07 Carl HetheringtonI'm not sure a cout about audio underruns is really...
2022-06-07 Carl HetheringtonTidying.
2022-06-07 Carl HetheringtonAsk fontconfig to scan the system for fonts requested...
2022-06-07 Carl HetheringtonRearrange subtitle font management.
2022-06-07 Carl HetheringtonMove fontconfig-related code out to a class.
2022-06-07 Carl HetheringtonIn-line a call to emit_plain_start() so it's less confu...
2022-06-07 Carl HetheringtonRename some variables.
2022-06-07 Carl HetheringtonExtract method to set forced appearance.
2022-06-07 Carl HetheringtonExtract method to escape text.
2022-06-07 Carl HetheringtonFix the header guard and tidy up.
2022-06-07 Carl HetheringtonRearrange some includes of dcpomatic_time.h
2022-06-07 Carl HetheringtonTidying.
2022-06-07 Carl HetheringtonAdd a comment.
2022-06-07 Carl HetheringtonLengthen some very short variable names.
2022-06-07 Carl HetheringtonSwitch some list -> vector for consistency.
2022-06-07 Carl HetheringtonC++11 tidying.
2022-06-07 Carl HetheringtonFix incorrect extension on interop subtitle files ...
2022-06-06 Carl HetheringtonPreserve export video settings in the config (#2259).
2022-06-06 Carl HetheringtonC++11 tidying.
2022-06-06 Carl HetheringtonRemove unused H246_PCM export code.
2022-06-06 Carl HetheringtonMake jump-to-first-subtitle also work with DCP subs.
2022-06-05 Carl HetheringtonImprove accuracy of subtitle font sizing.
2022-06-03 Carl HetheringtonMake subtitle asset filename obey custom settings ...
2022-06-03 Carl HetheringtonTidy up some duplicated code.
2022-06-03 Carl HetheringtonAllow sending KDMs to more emails (#2244).
2022-06-03 Carl HetheringtonImprove some short variable names.
2022-05-28 Carl HetheringtonRemove out-of-date comment.
2022-05-26 Carl HetheringtonFix race between the Butler thread starting and audio...
2022-05-26 Carl HetheringtonHide audio sample rate option in DCP panel unless the...
2022-05-26 Carl HetheringtonCleanup: use some more make_shared.
2022-05-26 Carl HetheringtonLower the level of some log messages.
2022-05-26 Carl HetheringtonCleanup: remove unused constructor.
2022-05-25 Carl HetheringtonSupporters update. v2.16.13
2022-05-23 Carl HetheringtonFix silly mistake adding an extra make_dcp().
next