std::shared_ptr
[dcpomatic.git] / src / lib / util.h
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-08 Carl HetheringtonWrite subtitles and closed captions to a test DCP in...
2020-12-06 Carl HetheringtonAdd some hints for violations of SMPTE Bv2.1 with subti...
2020-12-04 Carl HetheringtonBump CLOSED_CAPTION_LENGTH to 32 as per SMPTE Bv2.1.
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-08-25 Carl HetheringtonMove the code to find Liberation into util.cc.
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
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-21 Carl HetheringtonAdd option to set project properties from a DCP loaded...
2020-04-21 Carl HetheringtonAdd list_to_vector().
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-07-15 Carl Hetheringtonswaroop: beginnings of DCP -> ecinema support. v2.15.12
2019-06-05 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home... v2.15.7
2019-06-05 Carl Hetheringtonswaroop: switch ID tag to genre as it is supported...
2019-05-13 Carl Hetheringtonswaroop: basics of encrypted MP4 playback.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-05-10 Carl HetheringtonBasics of metadata dialog - ratings.
2019-03-08 Carl HetheringtonSupport PNG subs in DCPSubtitleDecoder (#1479).
2019-01-30 Carl HetheringtonFix non-translated days of the week (#1455).
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 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-07-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-07-27 Carl HetheringtonCheck for long CCAP lines and too many CCAP lines.
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-08 Carl HetheringtonAdd M_PI which isn't defined by gcc with std=c++11.
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-09 Carl HetheringtonSimple cover sheet support (#1039).
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-12-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-12-16 Carl HetheringtonIncrease maximum allowable KDM file size.
2016-10-20 Carl HetheringtonGive a better error if the user tries to load a non...
2016-08-25 Carl HetheringtonAdd channel details to high-audio-level hints (#822).
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
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-06-13 Carl HetheringtonRename MD5Digester -> Digester.
2016-06-09 Carl HetheringtonFix some code duplication and crashes when decoding...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-03-13 Carl HetheringtonIgnore empty KDM email addresses (#818).
2016-03-13 Carl HetheringtonAccept either , or . for a decimal separator in the...
2015-11-12 Carl HetheringtonExtend maximum DCP audio channels to 16.
2015-08-26 Carl HetheringtonSeparate FFmpegSubtitlePeriod.
2015-08-26 Carl HetheringtonRest of src/lib/*.h tidying.
2015-08-18 Carl HetheringtonInclude tidying.
2015-08-10 Carl HetheringtonSet up for the correct handling of UTF-8 with Windows
2015-07-08 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-07-08 Carl HetheringtonChange the broadcast string so V2 only recognises V2...
2015-07-01 Carl HetheringtonRemove some unused methods.
2015-06-10 Carl HetheringtonResurrect neater repeat-write handling.
2015-06-09 Carl HetheringtonSubtitle naming fixes.
2015-06-08 Carl HetheringtonMerge.
2015-06-08 Carl HetheringtonAdapt for changes to libdcp API.
2015-05-26 Carl Hetherington{Video,Audio}Frame -> Frame.
2015-05-24 Carl Hetherington3cb5a4c2064d4cf4d8cbdca75a84615a6c56fb7c from master...
2015-05-20 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-12 Carl HetheringtonAssorted image subtitle fixes.
2015-05-02 Carl HetheringtonRemove approximate size stuff where playback viewer...
2015-04-21 Carl HetheringtonHand-apply bd7102b476c631b1fa9067f18ce938d86073f6c8...
2015-03-24 Carl HetheringtonHand-apply e30fd8d; resurrect JSON server code.
2015-02-03 Carl HetheringtonMove log environment dump stuff out into its own file.
2015-01-29 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-01-29 Carl HetheringtonMove Socket to dcpomatic_socket.{cc,h}.
2015-01-24 Carl HetheringtonHand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e...
2015-01-24 Carl HetheringtonHand-apply d4470377df181b4d15fbac86c454a8372b1a0f3d...
2014-12-22 Carl HetheringtonRemove some unused code.
2014-12-22 Carl HetheringtonRemove POSIX backtraces; move ScopedTemporary into...
2014-12-20 Carl HetheringtonHand-apply d849d411cff28ef5453085791d0b4d7cd73bd070...
2014-12-15 Carl HetheringtonHand-apply 155b4b9f615f42b5cc26e2953860aba34b17bbc0...
2014-12-10 Carl HetheringtonTrim unused stuff.
2014-12-05 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2014-12-05 Carl HetheringtonSome include tidying.
2014-11-23 Carl HetheringtonFirst cut at J2K import.
2014-11-13 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2014-11-13 Carl HetheringtonHand-apply 9c251ca3debbf1e529b77ea4d174994ef8b5dd0b...
2014-11-06 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2014-11-06 Carl HetheringtonBasic support for emailing a report of a problem (...
2014-10-25 Carl HetheringtonMerge master.
2014-10-22 Carl HetheringtonMerge master.
2014-10-21 Carl HetheringtonMerge master.
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-10-15 Carl HetheringtonMerge master.
2014-10-08 Carl HetheringtonMerge master.
2014-10-02 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-30 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-29 Carl HetheringtonMerge master.
2014-09-22 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-16 Carl HetheringtonMerge master.
2014-09-12 Carl HetheringtonMerge master.
2014-09-11 Carl HetheringtonMerge master.
next