Explicitly link zlib to keep new macOS environment happy.
[dcpomatic.git] / src / lib /
2024-01-20 Carl HetheringtonExplicitly link zlib to keep new macOS environment...
2024-01-20 Carl HetheringtonBuild fix for HAVE_AVSUBTITLERECT_PICT case.
2024-01-20 Carl HetheringtonRemove unused variable.
2024-01-17 Carl HetheringtonFix ISDCF name when referring to OVs with subs (#2703).
2024-01-17 Carl HetheringtonMove burnt subtitle checks into ::subtitle_languages().
2024-01-17 Carl HetheringtonCleanup: forward declaration sorting.
2024-01-16 Carl HetheringtonRemember some more paths when selecting files (#2728).
2024-01-15 Carl HetheringtonFix handling of empty font IDs and default DCP fonts...
2024-01-13 Carl HetheringtonAdd an assert.
2024-01-12 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2024-01-12 Carl HetheringtonFix scaling of bitmap subs when the corresponding video...
2024-01-11 Carl Hetheringtonpot/merge.
2024-01-11 Carl HetheringtonUpdated fa_IR translation from Soleyman Rahmani.
2024-01-10 Carl HetheringtonMark a VF as having assets, even if they are unresolved...
2024-01-09 Carl HetheringtonRe-make video after YUV/RGB matrix is changed (#2714).
2024-01-09 Carl HetheringtonCheck for bad DN qualifiers on signer certificates...
2024-01-09 Carl HetheringtonMove ScopeGuard into libdcp.
2024-01-07 Carl HetheringtonUpdated fa_IR translation from Soleyman Rahmani.
2024-01-05 Carl HetheringtonCleanup: remove unused method.
2024-01-05 Carl HetheringtonDon't use video streams with AV_DISPOSITION_ATTACHED_PI...
2024-01-05 Carl HetheringtonAdd new "territory type" so that INT-T{D,L} can be...
2024-01-05 Carl HetheringtonAdd Choice::set_by_data().
2024-01-04 Carl HetheringtonCleanup: longer variable name.
2024-01-04 Carl HetheringtonMerge branch '2694-remove-odd-check'
2024-01-04 Carl HetheringtonAdd dummy subtitle and closed caption reels even when...
2024-01-04 Carl HetheringtonDon't try to add fonts from an asset that we don't...
2024-01-04 Carl HetheringtonDon't add an asset that we don't have.
2024-01-04 Carl HetheringtonDon't crash when checking a DCP with no subtitles in...
2024-01-04 Carl HetheringtonRemove checks for referenced DCPs having content in...
2024-01-04 Carl HetheringtonAllow specification of map CPLs by ID (#2702).
2024-01-01 Carl HetheringtonUpdated fa_IR translation from Soleyman Rahmani.
2023-12-31 Carl HetheringtonFix macOS build for previous.
2023-12-30 Carl HetheringtonBetter logging to help with #2701.
2023-12-30 Carl HetheringtonTry to clarify player "dual" mode in the configuration.
2023-12-24 Carl HetheringtonAdd stubs for fa_IR (Farsi/Persian). v2.16.71
2023-12-12 Carl HetheringtonRun premultiply filter on still images that have alpha...
2023-12-12 Carl HetheringtonCleanup: const.
2023-12-12 Carl HetheringtonPrevent crash if you forget to call FilterGraph::setup().
2023-12-12 Carl HetheringtonAdd a premultiply filter to sources with an alpha chann...
2023-12-12 Carl HetheringtonAdd FFmpegExaminer::has_alpha().
2023-12-12 Carl HetheringtonCleanup: use a lambda.
2023-12-12 Carl HetheringtonCleanup: use some better variable names.
2023-12-09 Carl HetheringtonDon't scan content if we don't need to (#2661).
2023-12-09 Carl HetheringtonExtract scan_content().
2023-12-09 Carl HetheringtonSupport YUV422P9LE in alpha_blend() (#2671). notar1
2023-11-29 Carl HetheringtonDon't reduce the audio channel count on adding ATMOS...
2023-11-29 Carl HetheringtonFix segfault when creating KDMs with certificates and...
2023-11-26 Carl HetheringtonCleanup: remove unnecessary include.
2023-11-26 Carl HetheringtonDon't hide errors when trying to make configuration...
2023-11-26 Carl HetheringtonFix stray \r characters in output of ls_url on Windows...
2023-11-26 Carl HetheringtonMake an error more detailed.
2023-11-23 Carl HetheringtonUpdate servers list after connecting to the signal.
2023-11-23 Carl HetheringtonClarify error messages about missing configuration.
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...
next