Lots of #include <iostream>s for Arch.
[dcpomatic.git] / src / lib /
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-09-14 Carl HetheringtonAttempt to fix Windows build.
2015-09-14 Carl HetheringtonFix analysis of audio when the subject is later in...
2015-09-14 Carl HetheringtonSome use of BOOST_FOREACH.
2015-09-14 Carl HetheringtonTidy up LOG_ macros.
2015-09-14 Carl HetheringtonOptimise checking of existing image data.
2015-09-14 Carl HetheringtonAdd frame counter to transcode progress (#111).
2015-09-14 Carl HetheringtonPeak value of audio into the audio tab.
2015-09-14 Carl HetheringtonAdd option to analyse audio automatically when content...
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 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-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 HetheringtonFix crash on adding a KDM to a DCP (hopefully #645).
2015-08-28 Carl HetheringtonFix incorrect loading of decryption private key from...
2015-08-27 Carl Hetheringtonpot/merge.
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 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 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-23 Carl HetheringtonRemove debug code.
2015-08-23 Carl HetheringtonFontConfig debugging.
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-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-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 HetheringtonRemove debug code.
2015-08-18 Carl Hetheringtonpot/merge.
2015-08-18 Carl HetheringtonInclude tidying.
2015-08-18 Carl HetheringtonMake DCP creator configurable.
2015-08-18 Carl HetheringtonInclude trimming.
2015-08-18 Carl HetheringtonWrite our chosen metadata to CPLs as well as PKL/ASSETMAP.
2015-08-17 Carl HetheringtonDo filling correctly for separate-content L/R 3D; befor...
2015-08-16 Carl HetheringtonRemove unused Image::crop.
2015-08-16 Carl HetheringtonFix crop of some YUV content.
2015-08-13 Carl HetheringtonLess severe error message when there is no config file.
2015-08-11 Carl HetheringtonShow a splash screen if config needs creating.
2015-08-10 Carl HetheringtonWrite config after certificate chains have been created
2015-08-10 Carl HetheringtonSet up for the correct handling of UTF-8 with Windows
next