More c++ tidying.
[dcpomatic.git] / src / lib / util.cc
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.
2019-04-03 Carl HetheringtonAdd fonts.conf to OS X build to try to fix failure... v2.13.142
2019-03-22 Carl HetheringtonMake careful_string_filter a little better and use... v2.13.133
2019-03-08 Carl HetheringtonSupport PNG subs in DCPSubtitleDecoder (#1479).
2019-02-12 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-02-12 Carl HetheringtonTry to fix some warnings.
2019-02-09 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-02-09 Carl HetheringtonUse freetype for OS X font rendering. v2.13.115
2019-02-01 Carl HetheringtonTry doing it after Pango::init().
2019-02-01 Carl HetheringtonTry to move fontconfig cache delay to program startup...
2019-01-30 Carl HetheringtonFix non-translated days of the week (#1455).
2019-01-23 Carl HetheringtonTry to improve font rendering on Windows by using freet... v2.13.105
2019-01-18 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-01-17 Carl HetheringtonRead UTF8 string lengths correctly when checking closed...
2019-01-09 Carl HetheringtonRemove debugging code.
2019-01-09 Carl Hetheringtonswaroop: store whole signer/decryption chains and priva...
2018-12-23 Carl HetheringtonBe a bit more careful with fwrite.
2018-12-19 Carl HetheringtonBe more careful with fread in various places. v2.13.88
2018-10-11 Carl HetheringtonChange MagickImageProxy to FFmpegImageProxy and make...
2018-07-14 Carl HetheringtonAssume .jpf is an image (JPEG2000).
2018-06-04 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-05-28 Carl HetheringtonFix seconds_to_approximate_hms sometimes saying things...
2018-04-22 Carl HetheringtonAllow + in DCP names for ISDCF RU rating strings.
2018-03-21 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-03-16 Carl HetheringtonAnother OS X signing-related fix.
2018-02-04 Carl HetheringtonListen for server replies on different ports on main...
2018-01-16 Carl HetheringtonIn general the player assumes that it won't receive...
2017-12-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-12-14 Carl HetheringtonMark .exr as a valid image file.
2017-08-14 Carl HetheringtonAdd DCP size and length to player.
2017-06-01 Carl HetheringtonRe-add missing audio mapping in butler for preview.
2017-05-10 Carl HetheringtonPut av_register_all() in the right place.
2017-05-09 Carl HetheringtonSimple cover sheet support (#1039).
2017-04-19 Carl HetheringtonVarious Doxygen fixes.
2017-02-20 Carl HetheringtonBe more careful about allowing possibly-trouble-causing...
2016-12-21 Carl HetheringtonMake "Add folder..." to accept a directory of WAV files...
2016-10-29 Carl HetheringtonFix attempt to internationalise an empty string causing...
2016-10-20 Carl HetheringtonGive a better error if the user tries to load a non...
2016-09-30 Carl HetheringtonBetter tidy_for_filename that doesn't screw up with...
2016-09-26 Carl HetheringtonAdd note for translators.
2016-08-28 Carl HetheringtonFix typo (thanks Rob).
2016-08-25 Carl HetheringtonAdd channel details to high-audio-level hints (#822).
2016-08-21 Carl HetheringtonEven better open-file error reports.
2016-08-18 Carl HetheringtonBetter errors on open fails; remove unused exception.
2016-08-16 Carl HetheringtonTidy up a few details with custom filenames.
2016-08-12 Carl HetheringtonMove locale_convert into libdcp.
2016-08-12 Carl HetheringtonReplace incorrect uses of raw_convert with a new locale...
2016-08-12 Carl HetheringtonMove raw_convert into libdcp.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-08-04 Carl HetheringtonDifferent configuration of filename format for assets...
2016-07-31 Carl HetheringtonAllow configuration of MXF/XML filenames (part of ...
2016-07-29 Carl HetheringtonAdd reel index/count to DCP filename format.
2016-07-29 Carl HetheringtonSimplification of name format stuff.
2016-07-29 Carl HetheringtonBasics of custom DCP filename components.
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-06-29 Carl HetheringtonSmall tweaks to times in progress reports.
2016-06-24 Carl HetheringtonFix confused checks for Image/GraphicsMagick in wscript...
2016-06-13 Carl HetheringtonRename MD5Digester -> Digester.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-03-14 Carl HetheringtonRevert ea35bff; gives an error on Windows (locale:...
2016-03-13 Carl HetheringtonIgnore empty KDM email addresses (#818).
2016-03-13 Carl HetheringtonAccept either , or . for a decimal separator in the...
2016-03-13 Carl HetheringtonUse the set locale for boost::lexical_cast to fix ...
2015-11-12 Carl HetheringtonExtend maximum DCP audio channels to 16.
2015-08-26 Carl HetheringtonSeparate FFmpegSubtitlePeriod.
next