summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2015-08-26Revert "Replace _floor with _round in dcp_to_content_video. _floor breaksCarl Hetherington
playback on Win XP 32 as the player keeps requesting the same frame from the decoder rather than the next one." This reverts commit e386b94425586760374d8e1cb16be99af09cf07f. The actual cause of the Win XP 32 bug appears to be -ffast-math.
2015-08-25Purge rint() and use llrint and friends.Carl Hetherington
2015-08-25Replace _floor with _round in dcp_to_content_video. _floor breaksCarl Hetherington
playback on Win XP 32 as the player keeps requesting the same frame from the decoder rather than the next one.
2015-08-25Reflect colour conversion changes in player / waveform viewer.Carl Hetherington
2015-08-25Add video waveform viewer.Carl Hetherington
2015-08-24White space.Carl Hetherington
2015-08-23Remove debug code.Carl Hetherington
2015-08-23FontConfig debugging.Carl Hetherington
2015-08-23Try to fix build; link failure of FontConfig.Carl Hetherington
2015-08-23Use the correct font to render subtitles in preview / burn-in (#663).Carl Hetherington
2015-08-22Fix write_frame_info again.Carl Hetherington
2015-08-20Fix assertion failure with overlapping video content (#666).Carl Hetherington
2015-08-20Use r+b not ab for fopen_boost so that we get the behaviour we wanted.Carl Hetherington
2015-08-20Tweak problem report email.Carl Hetherington
2015-08-20Make sure program version gets into a problem report email.Carl Hetherington
2015-08-19Fix loss of host's encoding threads when servers list changes.Carl Hetherington
2015-08-19More timing tweaks.Carl Hetherington
2015-08-19Some work on rationalising and tidying up timing logging.Carl Hetherington
2015-08-19Add only-servers-encode option for debugging / optimisation / testing of ↵Carl Hetherington
servers.
2015-08-18Remove debug code.Carl Hetherington
2015-08-18pot/merge.Carl Hetherington
2015-08-18Include tidying.Carl Hetherington
2015-08-18Make DCP creator configurable.Carl Hetherington
2015-08-18Include trimming.Carl Hetherington
2015-08-18Write our chosen metadata to CPLs as well as PKL/ASSETMAP.Carl Hetherington
2015-08-17Do filling correctly for separate-content L/R 3D; before it wasCarl Hetherington
trying to fill each individual piece of content as if it was providing both L and R frames.
2015-08-17Remove unused Image::crop.Carl Hetherington
2015-08-17Fix crop of some YUV content.Carl Hetherington
2015-08-13Less severe error message when there is no config file.Carl Hetherington
2015-08-11Show a splash screen if config needs creating.Carl Hetherington
2015-08-11Write config after certificate chains have been createdCarl Hetherington
so that they are not created again (part of #651).
2015-08-10Set up for the correct handling of UTF-8 with WindowsCarl Hetherington
paths before trying to access the config file. Fixes #654.
2015-08-09Fix DCP audio rate with 96kHz sources.Carl Hetherington
2015-08-05Fix heinous thinko in previous.Carl Hetherington
2015-08-05Improve error reporting, in particular from dcpomatic_create.Carl Hetherington
2015-08-04Merge update to da_DA from Anders Uhl Pedersen.Carl Hetherington
2015-08-04Tweak word separators for ISDCF name guessing game.Carl Hetherington
2015-08-04Disable '2D version of 3D content' ISDCF metadata checkbox with 3D content ↵Carl Hetherington
(part of #652).
2015-07-30Allow config of the full KDM decryption chain.Carl Hetherington
2015-07-30Rename Config::_signer to Config::_signer_chain.Carl Hetherington
2015-07-30pot/merge.Carl Hetherington
2015-07-30Add empty da_DK translation.Carl Hetherington
2015-07-30Changes to libdcp.Carl Hetherington
2015-07-29Move code to create DCPContent or (non-still) ImageContent into ↵Carl Hetherington
content_factory().
2015-07-29Replace Time::frames with Time::frames_round and Time::frames_floor.Carl Hetherington
I believe both are necessary; doing floor instead of round caused #648.
2015-07-28Missing set of _dirty when content changes.Carl Hetherington
2015-07-28Recognise .w64 and .flac as audio files.Carl Hetherington
2015-07-27Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2015-07-26Hopefully fix missing libdcpomatic i18n.Carl Hetherington
2015-07-24Fix mistaken clamp to length_after_trim after adding trim_start.Carl Hetherington