Make scale_for_display less likely to leave confusing gaps (#2589).
[dcpomatic.git] / src / lib /
2023-09-03 Carl HetheringtonMake scale_for_display less likely to leave confusing... 2589-lines
2023-09-03 Carl HetheringtonAdd PixelQuanta::round taking floats.
2023-09-03 Carl HetheringtonCleanup: remove some unused usings.
2023-09-03 Carl HetheringtonIgnore newlines in subtitle text (#2341).
2023-09-03 Carl HetheringtonFix rendering of italic fonts during tests on Windows.
2023-08-29 Carl HetheringtonFix vertical alignment of subtitles in some cases ...
2023-08-29 Carl HetheringtonFix incorrect horizontal positions when different HPosi...
2023-08-29 Carl HetheringtonCleanup: use some more vector instead of list.
2023-08-27 Carl HetheringtonHandle fonts/subdirs correctly for CCAPs with _map...
2023-08-26 Carl HetheringtonFix refusal to reference overlapping but different...
2023-08-26 Carl HetheringtonTweak a message to be more grammatically correct.
2023-08-26 Carl HetheringtonCleanup: use some lambdas.
2023-08-26 Carl HetheringtonSet up packet duration correctly when encoding using...
2023-08-26 Carl HetheringtonCheck a return value for error.
2023-08-26 Carl HetheringtonSpeculative fix to ensure correct freeing.
2023-08-26 Carl HetheringtonExtend run_ffprobe to allow arguments and capture of...
2023-08-26 Carl HetheringtonTry to capture ffmpeg logs during tests.
2023-08-25 Carl HetheringtonCleanup: extract TranscodeJob::frames_per_second().
2023-08-25 Carl HetheringtonDon't bother reporting job durations less than 10s.
2023-08-25 Carl HetheringtonUse _{start,finish}_time in TranscodeJob.
2023-08-25 Carl HetheringtonGive more details when jobs finish (#2572).
2023-08-24 Carl HetheringtonAdd --cinemas-file option to KDM CLI.
2023-08-24 Carl HetheringtonReplace a couple of erroneous calls to exit() in kdm_cl...
2023-08-24 Carl HetheringtonAdd some more detail to the KDM CLI help.
2023-08-15 Carl HetheringtonCope with unexpected channel counts in data coming...
2023-08-15 Carl HetheringtonAdd Resampler::channels().
2023-08-15 Carl HetheringtonAdd Audiobuffers::set_channels().
2023-08-15 Carl HetheringtonCleanup: remove unused variable.
2023-08-15 Carl HetheringtonRemove now-unnecessary assertion.
2023-08-11 Carl HetheringtonPrevent empty <LabelText> in <ContentVersion> (#2594).
2023-08-09 Carl HetheringtonCleanup: tidy Playlist::move_later().
2023-08-09 Carl HetheringtonMove ContentSorter out of the header, and use a default...
2023-08-09 Carl HetheringtonExtract Film::Property to its own header to (maybe...
2023-08-08 Carl HetheringtonCleanup: use a better loop variable name.
2023-08-08 Carl HetheringtonCleanup: use a std::find_if().
2023-08-08 Carl HetheringtonCleanup: use a default constructor.
2023-08-08 Carl HetheringtonCleanup: use a lambda.
2023-08-08 Carl HetheringtonCleanup: use some better loop variable names.
2023-08-06 Carl HetheringtonAdd hint about audio channel count.
2023-08-06 Carl HetheringtonDefault to writing 8 audio channels in DCPs (#2443).
2023-08-06 Carl HetheringtonGo back to respecting the user's choice for the number...
2023-07-30 Carl HetheringtonOnly warn about a missing text language for subtitles...
2023-07-27 Carl HetheringtonBump libdcp to one with some cleanups / header re-arran...
2023-07-23 Carl HetheringtonAdd stubs for Georgian (ka_KA) language support.
2023-07-22 Carl HetheringtonCleanup: lengthen some short variable names.
2023-07-19 Carl HetheringtonUpdated zh_CN translation from Akivili Collindort.
2023-07-17 Carl HetheringtonThis check used to be for asset channel count mismatche...
2023-07-02 Carl HetheringtonDon't insert incorrect <Effect> nodes into metadata...
2023-06-30 Carl HetheringtonDon't write MainSoundConfiguration with 71 when we...
2023-06-30 Carl HetheringtonAdd channel_is_mapped().
2023-06-28 Carl HetheringtonKeep "correct" hashes in dcpomatic2_map rather than...
2023-06-25 Carl HetheringtonTolerate problems when reading the contents of DCPs.
2023-06-23 Carl HetheringtonAdd config option to allow long ISDCF name parts.
2023-06-20 Carl HetheringtonGive a better error when map doesn't find an asset.
2023-06-09 Carl HetheringtonCleanup: whitespace fix.
2023-06-06 Carl HetheringtonFix player audio, almost totally broken by a stupid... v2.16.59
2023-06-04 Carl HetheringtonGive filler subtitle reels <LoadFont> nodes in SMPTE...
2023-06-04 Carl HetheringtonFix missing subtitle language in CPL on auto-created...
2023-06-02 Carl HetheringtonFix incorrect hint about having too many subtitle lines...
2023-05-30 Carl HetheringtonDon't show warning when only removing an empty DKDM...
2023-05-30 Carl HetheringtonDon't add DKDMs twice (#2545).
2023-05-30 Carl HetheringtonFix errors when mapping DCPs referring to the same...
2023-05-30 Carl HetheringtonAdd --config option to map (#2543).
2023-05-29 Carl HetheringtonDon't write Markers to interop CPLs (#2537).
2023-05-28 Carl HetheringtonReport the number of active channels in DCPs, not the...
2023-05-22 Carl HetheringtonCleanup: whitespace.
2023-05-18 Carl HetheringtonCleanup: replace some list with vector.
2023-05-18 Carl HetheringtonCleanup: using sorting.
2023-05-18 Carl HetheringtonCleanup: remove unused include.
2023-05-15 Carl HetheringtonUpdated cs_CZ translation from Tomáš Begeni.
2023-05-13 Carl HetheringtonCleanup: use a namespace.
2023-05-13 Carl HetheringtonCleanup: remove unnecessary explicit.
2023-05-13 Carl HetheringtonAdd dcpomatic2_map tool (#2445).
2023-05-13 Carl HetheringtonFix typo in variable name.
2023-05-13 Carl HetheringtonRemove unused define.
2023-05-13 Carl HetheringtonFix some typos in comments.
2023-05-12 Carl HetheringtonOnly add fonts to assets when they are required.
2023-05-12 Carl HetheringtonCleanup: whitespace fix.
2023-05-12 Carl HetheringtonHandle fonts for ccaps coming from DCP content (#2525).
2023-05-12 Carl Hetheringtonadd_fonts_from_examiner() can be called multiple times...
2023-05-12 Carl HetheringtonFix _text_count for ccaps when there are multiple reels.
2023-05-12 Carl HetheringtonFix comment.
2023-05-12 Carl HetheringtonAllow copy-construction of Font.
2023-05-11 Carl HetheringtonRemove incorrect silencing (#2526).
2023-05-10 Carl HetheringtonAdd some assertions.
2023-05-10 Carl HetheringtonDon't edit start trim unless it's necessary.
2023-05-10 Carl HetheringtonAllow signals to be blocked and resumed, and so make...
2023-05-09 Carl HetheringtonCleanup: more variable renames.
2023-05-09 Carl HetheringtonCleanup: rename variable.
2023-05-08 Carl HetheringtonFix old C++ syntax.
2023-05-08 Carl HetheringtonFix typo in comment.
2023-04-27 Carl HetheringtonCope with WEBVTT files named with .srt extensions.
2023-04-23 Carl HetheringtonFix length()/bytes() mismatch on XML string.
2023-04-20 Carl HetheringtonFix lack of email sending if there are no cinema addres...
2023-04-19 Carl HetheringtonIn 1c73379ed8483dcf71c5ccfc459c2c22516a9aef I changed
2023-04-19 Carl HetheringtonWrap path/data in a struct.
2023-04-19 Carl HetheringtonAdd a comment.
2023-04-18 Carl HetheringtonSlight improvement to error when failing to save a...
2023-04-11 Carl HetheringtonGive an error if a non-number is passed to dcpomatic2_c...
2023-04-09 Carl HetheringtonFix subtitle font handling with in-memory fonts from... v2.16.52
next