Missed update to private test repo version.
[dcpomatic.git] / src / lib / util.cc
2024-03-07 Carl HetheringtonFix screen name order in KDM emails.
2024-01-13 Carl HetheringtonAdd an assert.
2024-01-09 Carl HetheringtonMove ScopeGuard into libdcp.
2023-11-16 Carl HetheringtonPass through <Ruby> tags in subtitles (#2635) (GH#23).
2023-11-12 Carl HetheringtonReplace deprecated leaf() with filename().
2023-10-16 Carl HetheringtonRemove unused code.
2023-10-09 Carl HetheringtonUse dcp::filesystem to wrap filesystem calls and fix_lo...
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-03 Carl HetheringtonFix rendering of italic fonts during tests on Windows.
2023-08-29 Carl HetheringtonCleanup: use some more vector instead of list.
2023-08-26 Carl HetheringtonTry to capture ffmpeg logs during tests.
2023-08-09 Carl HetheringtonExtract Film::Property to its own header to (maybe...
2023-04-09 Carl HetheringtonFix subtitle font handling with in-memory fonts from... v2.16.52
2023-03-03 Carl HetheringtonAdd word_wrap().
2023-03-03 Carl HetheringtonSetup ffmpeg log callback in dcpomatic_setup() instead...
2023-03-03 Carl HetheringtonCleanup: remove capture_asdcp_logs() from header.
2023-03-02 Carl HetheringtonRemove duplicate include.
2023-02-27 Carl HetheringtonMerge branch '2389-vpos'
2023-02-27 Carl HetheringtonSupport the 2014 version of SMPTE 428-7 in render_text...
2022-12-10 Carl HetheringtonMove some methods out of util.{cc,h}
2022-12-09 Carl HetheringtonExtract constants.h
2022-11-04 Carl HetheringtonFix build on macOS and Windows.
2022-10-04 Carl HetheringtonAdd contains_assetmap()
2022-07-20 Carl HetheringtonHandle vertical alignment of subs correctly wrt the...
2022-07-14 Carl HetheringtonMore error message improvements.
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-13 Carl HetheringtonLog errors from asdcplib in our logs.
2022-06-07 Carl HetheringtonRearrange subtitle font management.
2022-06-07 Carl HetheringtonFix incorrect extension on interop subtitle files ...
2022-06-03 Carl HetheringtonMake subtitle asset filename obey custom settings ...
2022-06-03 Carl HetheringtonTidy up some duplicated code.
2022-05-11 Carl HetheringtonFix warning introduced a couple of commits ago.
2022-05-11 Carl HetheringtonTidy up careful_string_filter and add some extra transl...
2022-05-05 Carl HetheringtonUse dcp::File in DCP-o-matic (#2231).
2022-05-01 Carl HetheringtonExtract simple_digest().
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-04 Carl HetheringtonCleanup: move some methods from util to memory_util.
2022-04-04 Carl HetheringtonCleanup: move some methods from util to maths_util.
2022-04-03 Carl HetheringtonCleanup: move stride_round_up into the only place it...
2022-03-09 Carl HetheringtonImprove ratings dialog to allow only valid values ...
2021-10-17 Carl HetheringtonBasic and slightly inaccurate support for <Space> in... v2.15.170
2021-10-03 Carl HetheringtonDon't scale chroma subsampled images to sizes that... v2.15.166
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonVarious alignment tidying/fixups.
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-09-21 Carl HetheringtonOnly define UNICODE in src/lib/{cross_windows,util...
2021-08-03 Carl HetheringtonFix build with newer FFmpeg.
2021-07-13 Carl HetheringtonAdd label for sign language track.
2021-05-25 Carl HetheringtonMove video level conversion for RGB from FFmpegImagePro...
2021-05-07 Carl HetheringtonHide some more FFmpeg warnings. v2.15.143
2021-04-30 Carl HetheringtonC++11 tidying.
2021-04-23 Carl HetheringtonFix fopen() on windows to cope with long filenames...
2021-04-20 Carl HetheringtonAdd some possibly-useful markers for debugging threads...
2021-04-04 Carl HetheringtonRemove the ISDCF metadata dialogue box (#1929).
2021-04-04 Carl HetheringtonAdd to_upper() method to util.{cc,h}
2021-03-28 Carl HetheringtonTread .psd as an image file.
2021-02-03 Carl HetheringtonUse icu to remove diacritics from strings.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-21 Carl Hetheringtonlibdcp API fixes for macOS/Windows.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-11 Carl HetheringtonMore c++ tidying.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-11-16 Carl HetheringtonFix unnecessary condition.
2020-11-16 Carl HetheringtonObey requests to change the video range of RGB content.
2020-11-03 Carl HetheringtonRevert "Re-allow audio channel 15 to be mapped so that...
2020-11-02 Carl HetheringtonRe-allow audio channel 15 to be mapped so that users...
2020-09-27 Carl HetheringtonAdapt for new libdcp (fixing large compiler resource...
2020-09-25 Carl HetheringtonAdd NamedChannel and use it to hide the never-used...
2020-09-23 Carl HetheringtonSupport CPL metadata.
2020-09-23 Carl HetheringtonAdapt for changes to libdcp API.
2020-09-14 Carl HetheringtonRename shared_path -> resources_path.
2020-08-25 Carl HetheringtonMove the code to find Liberation into util.cc.
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonHide some windows warnings.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-07-26 Carl HetheringtonIgnore FFmpeg warnings in a nicer way.
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-06-04 Carl HetheringtonFix crash when previewing projects with fewer than...
2020-06-03 Carl HetheringtonClean up handling of paths relative to the executable.
2020-05-20 Carl HetheringtonGive 'wrong target' KDM errors in a dialogue box rather...
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
2020-05-11 Carl HetheringtonChange video content scaling so that it either:
2020-04-14 Carl HetheringtonUse a struct rather than a std::pair as the return...
2020-02-27 Carl HetheringtonAdd and use dB/linear conversion functions.
2019-10-21 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home... v2.15.25
2019-10-21 Carl HetheringtonMerge branch 'v2.15.x' of ssh://localhost:2222/home...
2019-10-21 Carl HetheringtonCopy with progress updates when we might copy long...
2019-10-20 Carl HetheringtonRename dcpomatic_sleep -> dcpomatic_sleep_seconds.
2019-10-18 Carl HetheringtonISDCF name fixes with > 6 channels and HI/VI (#1633).
2019-09-29 Carl HetheringtonImprove OpenFileError so that it doesn't say "opening... v2.15.20
2019-07-23 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2019-07-23 Carl HetheringtonTidy up handling of content-modified checks when using...
2019-07-15 Carl Hetheringtonswaroop: beginnings of DCP -> ecinema support. v2.15.12
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
next