Emit no audio from DCPs if none is mapped
[dcpomatic.git] / src / lib /
2023-11-21 Carl HetheringtonFix Centos 7 build.
2023-11-20 Carl HetheringtonMissing header for Windows build.
2023-11-20 Carl HetheringtonCleanup: whitespace and header sorting.
2023-11-20 Carl HetheringtonVerify encrypted DCPs (more) correctly (#2659).
2023-11-20 Carl HetheringtonFix audio analysis attempts with source files that...
2023-11-20 Carl HetheringtonCleanup: handle Filter objects by value rather than...
2023-11-20 Carl HetheringtonCleanup: remove an unnecessary shared_ptr.
2023-11-20 Carl HetheringtonAdd header guards.
2023-11-20 Carl HetheringtonDon't feed channels to leqm that we don't have a correc...
2023-11-20 Carl HetheringtonAdd a dialog to show which screens have potentially...
2023-11-20 Carl HetheringtonCleanup: header ordering.
2023-11-20 Carl HetheringtonImprove progress reporting of digest calculations ...
2023-11-19 Carl HetheringtonFix out-of-bounds read in OSX disk checking (#2658).
2023-11-16 Carl HetheringtonAlways add a font with an empty ID (#2649).
2023-11-16 Carl HetheringtonPass through <Ruby> tags in subtitles (#2635) (GH#23).
2023-11-16 Carl HetheringtonFix crash with subtitles for which we have no codec.
2023-11-15 Carl HetheringtonCopy Interop PNG subtitle files correctly (#2640).
2023-11-15 Carl HetheringtonExtract copy().
2023-11-12 Carl HetheringtonReplace deprecated zip_add() with zip_file_add().
2023-11-12 Carl HetheringtonReplace deprecated leaf() with filename().
2023-11-11 Carl HetheringtonStore last path for adding KDMs (#2348).
2023-11-11 Carl HetheringtonMove add_files_override_path to film_util
2023-10-28 Carl HetheringtonFix uninitialised variable.
2023-10-28 Carl HetheringtonAdd some const& to uses of auto.
2023-10-28 Carl HetheringtonFix some possible overflows.
2023-10-28 Carl HetheringtonFix a bizarre thinko / typo of "false" for false.
2023-10-28 Carl HetheringtonCheck some unsanitized network inputs before allocating...
2023-10-28 Carl HetheringtonFix theoretical int overflow.
2023-10-28 Carl HetheringtonAdd some missing locks.
2023-10-28 Carl HetheringtonCleanup: whitespace.
2023-10-28 Carl HetheringtonFix thinko when trying to keep channel counts even.
2023-10-28 Carl HetheringtonFix possible deference of invalid iterator (if _reel...
2023-10-28 Carl HetheringtonFix possible dereference of invalid iterator (if have_p...
2023-10-28 Carl HetheringtonTolerate DCPs with no video and/or audio.
2023-10-28 Carl HetheringtonUse updated libdcp, including an optimisation for rgb...
2023-10-18 Carl HetheringtonFix transcode job fps logging.
2023-10-16 Carl HetheringtonReplace a slightly tortured lambda with a loop.
2023-10-16 Carl HetheringtonRemove unused code.
2023-10-15 Carl HetheringtonFix DCP content font ID allocation to cope with DCPs...
2023-10-14 Carl HetheringtonCleanup: assert.
2023-10-14 Carl HetheringtonCleanup: rename sc -> subtitle_asset
2023-10-14 Carl HetheringtonCleanup: assert result of get_font().
2023-10-10 Carl HetheringtonAnother compilation error fix for old toolchains.
2023-10-10 Carl HetheringtonCleanup: remove unnecessary namespace.
2023-10-10 Carl HetheringtonApply another fix for a weird compilation error on...
2023-10-09 Carl HetheringtonAdd new "copy markers from this DCP" option (#2628).
2023-10-09 Carl HetheringtonRename copy_dcp_details_to_film -> copy_dcp_settings_to...
2023-10-09 Carl HetheringtonUse dcp::filesystem to wrap filesystem calls and fix_lo...
2023-10-09 Carl HetheringtonBump libdcp for new filesystem wrappers.
2023-10-02 Carl HetheringtonYou are advised -> It is advisable (#2189).
2023-09-30 Carl HetheringtonAllow DCP content type from template to work.
2023-09-30 Carl HetheringtonAllow SMPTE/interop setting from template to work.
2023-09-30 Carl HetheringtonAdd --no-encrypt with the same idea as the previous...
2023-09-30 Carl HetheringtonAdd --twod option to create CLI and stop 2D from being...
2023-09-30 Carl HetheringtonCleanup: add some _ prefixes.
2023-09-30 Carl HetheringtonCleanup: make some variables private.
2023-09-30 Carl HetheringtonCleanup: extract some stuff to a method in CreateCLI.
2023-09-30 Carl HetheringtonApply video range from template (#2611).
2023-09-29 Carl HetheringtonSupport alpha blending 64-bit RGB onto things.
2023-09-29 Carl HetheringtonCleanup: extract some parts of alpha_blend().
2023-09-28 Carl HetheringtonFix errors with WAVs containing markers (#2617).
2023-09-20 Carl HetheringtonBetter error message.
2023-09-15 Carl HetheringtonUpdated zh_CN translation from poppinzhang.
2023-09-14 Carl HetheringtonUpdated sl_SI translation from Martin Srebotnjak.
2023-09-12 Carl HetheringtonSomewhat fix inclusion of CCAP language in ISDCF name...
2023-09-12 Carl HetheringtonAdd Film::closed_caption_languages().
2023-09-11 Carl HetheringtonAlways add -CCAP to ISDCF names if there are ccaps.
2023-09-07 Carl HetheringtonSanitise asset names after potentially failed %-based...
2023-09-07 Carl HetheringtonDisallow % from asset names as it seems to awake some...
2023-09-07 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2023-09-05 Carl Hetheringtonpot/merge.
2023-09-04 Carl HetheringtonUse configured issuer/creator for DCPs made by map...
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().
next