Bump version
[dcpomatic.git] / src /
2015-09-12 Carl HetheringtonSet reel number and start time on SMPTE subtitles to...
2015-09-11 Carl HetheringtonRemove unused in_channels() in AudioProcessor.
2015-09-11 Carl HetheringtonFix assertion failure when processors return fewer...
2015-09-10 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-09-09 Carl HetheringtonUpdated fr_FR translation from Thierry Journet.
2015-09-09 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-09-09 Carl HetheringtonSupporter.
2015-09-09 Carl HetheringtonMerge.
2015-09-09 Carl HetheringtonUse SRC_LINEAR for speed when analysing audio (#685).
2015-09-06 Carl HetheringtonDon't create resamplers with no channels.
2015-09-04 Carl HetheringtonDon't bother with audio in the film viewer.
2015-09-04 Carl HetheringtonUse libsamplerate for resampling instead of FFmpeg...
2015-09-04 Carl HetheringtonBetter error checking in Resampler.
2015-09-04 Carl HetheringtonFix sizing of audio mapping view.
2015-09-03 Carl HetheringtonMerge.
2015-09-02 Carl HetheringtonUse soxr resampler.
2015-09-02 Carl HetheringtonDon't share _terminate.
2015-09-01 Carl HetheringtonDon't start thread in constructor. (ServerFinder)
2015-09-01 Carl HetheringtonDon't start thread in constructor. (Writer)
2015-09-01 Carl HetheringtonTidy up thread in destructor (Job)
2015-09-01 Carl HetheringtonDon't start thread in constructor. (JobManager)
2015-09-01 Carl HetheringtonDon't start thread in constructor; tidy up thread in...
2015-09-01 Carl Hetheringtonupdate.{cc,h} -> update_checker.{cc,h}.
2015-09-01 Carl HetheringtonFix crash on cancellation of encodes during check of...
2015-09-01 Carl HetheringtonAdd basic test for client/server with a J2K image.
2015-09-01 Carl HetheringtonHack to remove boost atomic dependency.
2015-09-01 Carl HetheringtonTry to fix build.
2015-09-01 Carl HetheringtonComment.
2015-09-01 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-09-01 Carl HetheringtonFix duplicate name of _mutex in ExceptionStore and...
2015-09-01 Carl HetheringtonProtect _threads with a mutex since it may be updated...
2015-08-31 Carl HetheringtonReduce seek-inducing slack in SubtitleDecoder; see...
2015-08-31 Carl HetheringtonFix overlaps; before you'd get a different answer
2015-08-31 Carl HetheringtonMerge branch '1.0' of ssh://git.carlh.net/home/carl...
2015-08-31 Carl HetheringtonMerge branch '1.0' of ssh://git.carlh.net/home/carl...
2015-08-31 Carl HetheringtonAdd a using cout for luck.
2015-08-31 Carl HetheringtonApply reverse of recent dcp_to_content_video fix to...
2015-08-31 Carl HetheringtonBail early from subtitle finding if there are no subtit...
2015-08-31 Carl HetheringtonUpdated es_ES translation from Manuel AC.
2015-08-29 Carl HetheringtonUpdated ru_RU from Igor Voytovich.
2015-08-28 Carl HetheringtonTranslator credit.
2015-08-28 Carl HetheringtonFrench translation tweak from GĂ©rald Maruccia.
2015-08-28 Carl HetheringtonRemove unused messages.
2015-08-28 Carl HetheringtonFix crash on adding a KDM to a DCP (hopefully #645).
2015-08-28 Carl HetheringtonDon't crash on startup if the splash PNG can't be found.
2015-08-28 Carl HetheringtonFix incorrect loading of decryption private key from...
2015-08-27 Carl Hetheringtonpot/merge.
2015-08-27 Carl HetheringtonTweak audio mapping view so that 12 channels fit on...
2015-08-27 Carl HetheringtonFix Player::dcp_to_content_video with similar but not...
2015-08-27 Carl HetheringtonClean up.
2015-08-27 Carl HetheringtonTidy up DCP content colour conversion a bit.
2015-08-27 Carl HetheringtonClean up slightly; use set_default_colour_conversion...
2015-08-27 Carl HetheringtonWe can't use J2K data directly if we've set a new colou...
2015-08-27 Carl HetheringtonMake sure we don't create any config directories until...
2015-08-26 Carl HetheringtonAnother small analysis optimisation, and (I think)...
2015-08-26 Carl HetheringtonSmall optimisations to audio analysis.
2015-08-26 Carl HetheringtonRemove some debug.
2015-08-26 Carl HetheringtonSeparate AudioPoint.
2015-08-26 Carl HetheringtonSeparate ExceptionStore.
2015-08-26 Carl HetheringtonSeparate FFmpegSubtitlePeriod.
2015-08-26 Carl HetheringtonSplit log.{cc,h}.
2015-08-26 Carl HetheringtonRest of src/lib/*.h tidying.
2015-08-26 Carl HetheringtonInclude tidying src/lib/a-j*.h
2015-08-26 Carl HetheringtonMove ServerDescription into its own header.
2015-08-26 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-08-26 Carl HetheringtonAdd Ubuntu font hack.
2015-08-26 Carl HetheringtonHack to make font finding work on Ubuntu even when...
2015-08-26 Carl HetheringtonFix lrint-related crash.
2015-08-26 Carl HetheringtonRevert "Replace _floor with _round in dcp_to_content_vi...
2015-08-25 Carl HetheringtonPurge rint() and use llrint and friends.
2015-08-25 Carl HetheringtonReplace _floor with _round in dcp_to_content_video...
2015-08-25 Carl HetheringtonReflect colour conversion changes in player / waveform...
2015-08-25 Carl HetheringtonAdd video waveform viewer.
2015-08-24 Carl HetheringtonWhite space.
2015-08-24 Carl HetheringtonRename show-audio button to something which is (hopeful...
2015-08-23 Carl HetheringtonRemove debug code.
2015-08-23 Carl HetheringtonFontConfig debugging.
2015-08-23 Carl HetheringtonMore build fixes.
2015-08-23 Carl HetheringtonTry to fix build; link failure of FontConfig.
2015-08-23 Carl HetheringtonUse the correct font to render subtitles in preview...
2015-08-22 Carl HetheringtonFix write_frame_info again.
2015-08-21 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-08-21 Carl HetheringtonSupporter.
2015-08-20 Carl HetheringtonFix assertion failure with overlapping video content...
2015-08-20 Carl HetheringtonUse r+b not ab for fopen_boost so that we get the behav...
2015-08-20 Carl HetheringtonTweak problem report email.
2015-08-20 Carl HetheringtonMake sure program version gets into a problem report...
2015-08-20 Carl HetheringtonMove issuer/creator into the General tab as they aren...
2015-08-19 Carl HetheringtonFix loss of host's encoding threads when servers list...
2015-08-19 Carl HetheringtonMore timing tweaks.
2015-08-19 Carl HetheringtonSome work on rationalising and tidying up timing logging.
2015-08-18 Carl HetheringtonAdd only-servers-encode option for debugging / optimisa...
2015-08-18 Carl HetheringtonBetter default font directories on Linux and OS X.
2015-08-18 Carl HetheringtonAdd custom dialog to select system fonts on Windows...
2015-08-18 Carl HetheringtonRemove debug code.
2015-08-18 Carl Hetheringtonpot/merge.
2015-08-18 Carl HetheringtonInclude tidying.
2015-08-18 Carl HetheringtonInclude tidying.
2015-08-18 Carl HetheringtonInclude tidying.
2015-08-18 Carl HetheringtonMake DCP creator configurable.
next