Rename Server -> EncodeServer, ServerFinder -> EncodeServerFinder, ServerDescription...
[dcpomatic.git] / src / lib /
2015-12-11 Carl HetheringtonRename Server -> EncodeServer, ServerFinder -> EncodeSe...
2015-12-10 Carl HetheringtonRemove duplicate conversion to XYZ.
2015-12-10 Carl HetheringtonMerge.
2015-12-10 Carl HetheringtonPut ISDCF name subtitle language in lower case if subs...
2015-12-09 Carl HetheringtonTry to fix build with old boost.
2015-12-09 Carl HetheringtonMore debugging.
2015-12-09 Carl HetheringtonRemove unused variable.
2015-12-09 Carl HetheringtonTry to speed up cancel of encoder threads if they are...
2015-12-06 Carl HetheringtonIncrease timeout on client-server-test.
2015-12-06 Carl HetheringtonDon't go into an infinite loop when recovering from...
2015-12-06 Carl HetheringtonAdd some more debugging.
2015-12-05 Carl HetheringtonFix build on Windows.
2015-12-04 Carl HetheringtonDon't need to explicitly link to OpenJPEG.
2015-12-04 Carl HetheringtonEnsure basic system information is in problem reports.
2015-12-04 Carl HetheringtonBuild fixes.
2015-12-04 Carl HetheringtonFix build.
2015-12-04 Carl HetheringtonUse libdcp's compress_j2k; move Data into libdcp.
2015-12-04 Carl HetheringtonFix nonfunctional send-problem-report.
2015-12-04 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-12-04 Carl HetheringtonTweak error message.
2015-12-03 Carl HetheringtonFix double-free in curl uploader.
2015-12-02 Carl Hetheringtonpot/merge.
2015-12-02 Carl HetheringtonSpecify no EPRT on FTP downloads. Fix request to CURL...
2015-12-01 Carl HetheringtonUpdated ru_RU translation from Igor Voytovich.
2015-12-01 Carl HetheringtonRidiculous crash on sending emails.
2015-12-01 Carl HetheringtonMissing set_state().
2015-11-30 Carl Hetheringtonpot/merge.
2015-11-30 Carl HetheringtonFix undefined mapping values in causing audio analyses...
2015-11-30 Carl HetheringtonCatch bad calls to ::get().
2015-11-30 Carl HetheringtonI think it's ok and less crash-prone to check joinable...
2015-11-29 Carl HetheringtonFix ridiculous thinko causing repeated calls to FcConfi...
2015-11-28 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2015-11-27 Carl HetheringtonSpeculative fix for crash when destroying AudioFilterGraph.
2015-11-27 Carl HetheringtonFix incorrect multi-reel subtitle timings (#760) and...
2015-11-27 Carl HetheringtonFix reel that subtitles are put in when they are exactl...
2015-11-27 Carl HetheringtonFix crash when repeating video frames across a reel...
2015-11-27 Carl HetheringtonFix some stringstreams that had crept in.
2015-11-27 Carl Hetheringtonpot/merge.
2015-11-27 Carl HetheringtonUpdated de_DE translation from Carsten Kurz.
2015-11-26 Carl HetheringtonUpdated de_DE translation from Carsten Kurz.
2015-11-20 Carl HetheringtonTweak SubRip subtitle default position.
2015-11-20 Carl HetheringtonAdjust subtitle position when referenced from top.
2015-11-19 Carl HetheringtonRemove unused parameter.
2015-11-18 Carl HetheringtonRemove all the curl multi stuff as I'm not sure what...
2015-11-18 Carl HetheringtonFix lost recipients when sending KDM emails.
2015-11-18 Carl HetheringtonMissing files.
2015-11-18 Carl HetheringtonBasic (untested) ebur128 (#368).
2015-11-18 Carl HetheringtonComment.
2015-11-18 Carl HetheringtonSplit FilterGraph into that and VideoFilterGraph.
2015-11-18 Carl HetheringtonMake Filter applicable to audio or video filters.
2015-11-17 Carl HetheringtonComments.
2015-11-17 Carl HetheringtonFix crash due to writing off the end of an Image's...
2015-11-16 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2015-11-16 Carl Hetheringtonpot/merge.
2015-11-15 Carl HetheringtonUpdated ru_RU translation from Igor Voytovich.
2015-11-15 Carl HetheringtonRemove confusing unnamed-channel label.
2015-11-15 Carl HetheringtonBasic support for trusted device lists in KDMs (#750).
2015-11-15 Carl HetheringtonSave trusted devices.
2015-11-15 Carl HetheringtonRename certificate -> recipient in Screen.
2015-11-14 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2015-11-14 Carl HetheringtonFix various misbehaviours with update checking (#749).
2015-11-14 Carl HetheringtonTurn off test update checking if main update checking...
2015-11-14 Carl Hetheringtonpot/merge.
2015-11-14 Carl HetheringtonUpdated fr_FR translation from Thierry Journet.
2015-11-13 Carl HetheringtonVertically align SubRip subtitles with reference to...
2015-11-13 Carl HetheringtonDisable YUV->RGB conversion controls with non-YUV sourc...
2015-11-13 Carl HetheringtonAllow multiple recipients of KDM emails (#745).
2015-11-12 Carl HetheringtonExtend maximum DCP audio channels to 16.
2015-11-12 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-11-12 Carl HetheringtonTweak logging format.
2015-11-12 Carl HetheringtonUpdated ru_RU translation from Igor Voytovich.
2015-11-12 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2015-11-11 Carl HetheringtonUpdated pt_PT translation from Tiago Casal Ribeiro.
2015-11-11 Carl Hetheringtonpot/merge.
2015-11-11 Carl HetheringtonUpdated sv_SE translation from Adam Klotblixt.
2015-11-11 Carl HetheringtonTweak error message.
2015-11-10 Carl HetheringtonUpdated fr_FR translation from Thierry Journet.
2015-11-10 Carl HetheringtonFix some float/double implicit casts (#742).
2015-11-08 Carl HetheringtonAdd appearance dialog for SubRip subtitles.
2015-11-06 Carl HetheringtonFix warning.
2015-11-06 Carl HetheringtonTry to fix build with new g++.
2015-11-06 Carl HetheringtonUpdated ru_RU translation from Igor Voytovich.
2015-11-06 Carl HetheringtonClean up a bit by using Content::film() more.
2015-11-06 Carl HetheringtonAllow single-frame image contents to adjust their video...
2015-11-06 Carl HetheringtonRemove unused method (identical in parent class).
2015-11-05 Carl HetheringtonFix timestamps of things coming out of the DCP decoder...
2015-11-05 Carl Hetheringtonpot/pot_merge.
2015-11-04 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2015-11-04 Carl HetheringtonTry to hack around font finding during unit tests.
2015-11-04 Carl HetheringtonTry to fix fallback font locations.
2015-11-03 Carl HetheringtonAdd missing alpha_blend() for XYZ content so that subti...
2015-11-03 Carl HetheringtonVarious improvements in robustness / neatness of certif...
2015-11-03 Carl HetheringtonAnother missing include.
2015-11-03 Carl HetheringtonNow-required include.
2015-11-03 Carl HetheringtonFix confusion over when DCPDecoder::_next means wrt...
2015-11-03 Carl HetheringtonUpdated fr_FR translation from Thierry Journet.
2015-11-03 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2015-11-03 Carl HetheringtonUpdated ru_RU translation from Igor Voytovich.
2015-11-02 Carl Hetheringtonpot/merge.
2015-11-02 Carl HetheringtonReset KDM email subject as well as body; fix erroneous...
next