summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-08-26Fix lrint-related crash.Carl Hetherington
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-24Rename show-audio button to something which is (hopefully) clearer.Carl Hetherington
2015-08-23Remove debug code.Carl Hetherington
2015-08-23FontConfig debugging.Carl Hetherington
2015-08-23More build fixes.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-21Supporter.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-20Move issuer/creator into the General tab as they aren't really defaults.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-18Better default font directories on Linux and OS X.Carl Hetherington
2015-08-18Add custom dialog to select system fonts on Windows (#491).Carl Hetherington
2015-08-18Remove debug code.Carl Hetherington
2015-08-18pot/merge.Carl Hetherington
2015-08-18Include tidying.Carl Hetherington
2015-08-18Include tidying.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-10Fix incorrect layout on Windows (#653).Carl Hetherington
2015-08-09Tweak ru_RU.Carl Hetherington
2015-08-09Fix DCP audio rate with 96kHz sources.Carl Hetherington
2015-08-06Cut down certificate list height a bit.Carl Hetherington
2015-08-06Add --no-sign and --no-use-isdcf-name to dcpomatic_create.Carl Hetherington
2015-08-06Fix missing help and add a default name if none is specified.Carl Hetherington
2015-08-05Fix heinous thinko in previous.Carl Hetherington
2015-08-05Expand cinema when adding a screen in the KDM window.Carl Hetherington
2015-08-05Improve error reporting, in particular from dcpomatic_create.Carl Hetherington