Try to fix openssl use on Windows.
[dcpomatic.git] / src / lib /
2013-10-09 Carl HetheringtonTry to fix openssl use on Windows.
2013-10-09 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dyndns.org/home/carl...
2013-10-09 Carl HetheringtonFix merge.
2013-10-04 Carl HetheringtonWindows build fix.
2013-10-03 Carl HetheringtonKDM / libdcp API changes.
2013-10-03 Carl HetheringtonTidy up config files.
2013-10-02 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-10-02 Carl HetheringtonRemove unnecessary include.
2013-10-01 Carl HetheringtonAdapt for new libdcp API; clarify name of libquickmail...
2013-09-25 Carl HetheringtonBasic email of KDMs works.
2013-09-25 Carl HetheringtonPart of work to add emailing of KDMs.
2013-09-24 Carl HetheringtonAllow mail server / KDM from email configuration.
2013-09-24 Carl HetheringtonSetup MXF keys after re-load before generating KDM...
2013-09-24 Carl HetheringtonFix libdcp API changes; fix failure to reload cinema...
2013-09-24 Carl HetheringtonMerge branch '1.0' into kdms
2013-09-24 Carl HetheringtonKDM path fixes.
2013-09-20 Carl HetheringtonPort make_black fix for YUVA from master.
2013-09-20 Carl HetheringtonMore various KDM fixes.
2013-09-19 Carl HetheringtonMissing file.
2013-09-19 Carl HetheringtonVarious KDM and encryption fixes.
2013-09-19 Carl HetheringtonFix save/restore of encrypted option.
2013-09-19 Carl HetheringtonSome boost::filesystem::path cleanups; tweak for change...
2013-09-17 Carl HetheringtonMerge 1.0 in.
2013-08-29 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-08-29 Carl HetheringtonFix encoding of XML used to communicate with server.
2013-08-29 Carl HetheringtonUntested basics of making client/server work again.
2013-08-29 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-08-29 Carl HetheringtonBetter progress reporting during MXF hashing (#184).
2013-08-29 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-08-29 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-08-29 Carl HetheringtonFix _audio_pts_offset setup when we are only processing...
2013-08-29 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-08-29 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-08-29 Carl HetheringtonTry again to fix ui signalling during tests.
2013-08-29 Carl HetheringtonUse my @dcpomatic.com address for now rather than a...
2013-08-27 Carl HetheringtonFix crash on scaling on OS X.
2013-08-26 Carl HetheringtonAdd content version to DCI metadata.
2013-08-25 Carl HetheringtonInterop support.
2013-08-25 Carl HetheringtonFix build.
2013-08-23 Carl HetheringtonTry to fix problems with odd crop values and YUV.
2013-08-23 Carl HetheringtonTidy up duplicated code.
2013-08-23 Carl HetheringtonFix hang on attempt to emit zero frames of silence.
2013-08-20 Carl HetheringtonSupport TGA file directories and improve progress repor...
2013-08-18 Carl HetheringtonTry to make audio gain work again.
2013-08-18 Carl HetheringtonUse a sensible default for ColourConversion.
2013-08-18 Carl HetheringtonAdd colour conversion identifier to video identifier.
2013-08-18 Carl HetheringtonUse correct matrices for presets.
2013-08-17 Carl HetheringtonTry to fix OS X compile failure.
2013-08-17 Carl HetheringtonMissing include.
2013-08-17 Carl HetheringtonTry to actually use colour conversion; bump libdcp...
2013-08-17 Carl HetheringtonVarious bits mostly related to colour conversions.
2013-08-16 Carl HetheringtonRemove dot from config .xml name; add non-linearised...
2013-08-16 Carl HetheringtonVery basics of colour conversion configuration.
2013-08-14 Carl HetheringtonMissing use of boost::filesystem::path.
2013-08-14 Carl HetheringtonTidy up content mutexes slightly.
2013-08-14 Carl HetheringtonRemove believed-unnecessary film state mutexes.
2013-08-14 Carl HetheringtonRevert "Protect playlist with a mutex so that we can...
2013-08-14 Carl HetheringtonProtect playlist with a mutex so that we can add conten...
2013-08-03 Carl HetheringtonOnly pull audio in pass() if we are handling it.
2013-07-31 Carl HetheringtonTime must be computed post-resample.
2013-07-31 Carl HetheringtonVarious fixes to audio play wrt trimming and push/pull...
2013-07-30 Carl HetheringtonSomewhat untested and sketchy basics of trimming.
2013-07-28 Carl HetheringtonDon't decode subtitles if they are not enabled.
2013-07-28 Carl HetheringtonSome missing signal disconnections.
2013-07-28 Carl HetheringtonCope with errors from avcodec_decode_audio4 and also...
2013-07-28 Carl HetheringtonDon't really need the details of filename in the analys...
2013-07-28 Carl HetheringtonA couple of 3D fixes.
2013-07-27 Carl HetheringtonMore attempts to fix audio / merging etc.
2013-07-27 Carl HetheringtonAdjust AudioMerger to non-signalling API.
2013-07-27 Carl HetheringtonPort ffprobe fix for OS X.
2013-07-27 Carl HetheringtonExtract audio merging code from Player.
2013-07-26 Carl HetheringtonDefault to a content type.
2013-07-25 Carl HetheringtonBasic if sketchy support for image sequences.
2013-07-25 Carl HetheringtonHopefully much cleaner handling of PTS changes under...
2013-07-25 Carl HetheringtonAudio position will be screwed up by resampling unless...
2013-07-25 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-25 Carl HetheringtonTry to be more careful when loading FrameInfos from...
2013-07-25 Carl HetheringtonFix crash in tests.
2013-07-25 Carl HetheringtonCall Resampler::flush() again.
2013-07-25 Carl HetheringtonMove resampling back into AudioDecoder and fix various...
2013-07-25 Carl HetheringtonZero 'lost' frames when audio buffer frame counts are...
2013-07-25 Carl HetheringtonSmall optimisation.
2013-07-25 Carl HetheringtonFix excessive pathname in job name.
2013-07-25 Carl HetheringtonRemove debug message.
2013-07-25 Carl HetheringtonFix a couple of logging things.
2013-07-25 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-25 Carl HetheringtonAdd comment.
2013-07-24 Carl HetheringtonFix video information with 3D.
2013-07-24 Carl HetheringtonRestore video content frame rate information.
2013-07-24 Carl HetheringtonRestore nice rendering of content paths.
2013-07-24 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-24 Carl HetheringtonTry to clean up resampler output correctly.
2013-07-24 Carl HetheringtonXML tags can't start with numbers.
2013-07-24 Carl HetheringtonRename Content::_file to path and support md5sums of...
2013-07-23 Carl HetheringtonMerge Windows CPU code from master.
2013-07-23 Carl HetheringtonRemove debug.
2013-07-23 Carl HetheringtonRemove some dcp prefixes; better logging of content...
2013-07-23 Carl HetheringtonRemove out-of-date comment.
2013-07-23 Carl HetheringtonNew libdcp API.
2013-07-23 Carl HetheringtonVarious 3D fixes.
next