summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-08-09Bit of a hack to make rendering of outlined subtitles more pleasing.Carl Hetherington
2016-08-07Small coding style tweak.Carl Hetherington
2016-08-07Supporter.Carl Hetherington
2016-08-07Supporter.Carl Hetherington
2016-08-05Update audio panel sensitivity when film's SMPTE/Interop selection changes.Carl Hetherington
2016-08-05Coding style tweak.Carl Hetherington
2016-08-04Add export-decryption-chain button.Carl Hetherington
2016-08-04Different configuration of filename format for assets / metadata (since ↵Carl Hetherington
CPL/PKL files don't refer to reels).
2016-08-04Supporter.Carl Hetherington
2016-08-03Supporter.Carl Hetherington
2016-08-01Missing content filename stuff in DCP filename format.Carl Hetherington
2016-08-01Simplify NameFormat stuff.Carl Hetherington
2016-07-31Allow configuration of MXF/XML filenames (part of #710).Carl Hetherington
2016-07-31White space.Carl Hetherington
2016-07-29Add reel index/count to DCP filename format.Carl Hetherington
2016-07-29Rename KDMNameFormat.Carl Hetherington
2016-07-29Simplification of name format stuff.Carl Hetherington
2016-07-29Basics of custom DCP filename components.Carl Hetherington
2016-07-29Layout tweak.Carl Hetherington
2016-07-29Fixes for separate L/R eye content.Carl Hetherington
2016-07-29Rearrange KDM creator window.Carl Hetherington
2016-07-29Rearrange KDM window and replace OK/Cancel with Make KDM button.Carl Hetherington
2016-07-29Allow configuration of KDM filename format.Carl Hetherington
2016-07-28Tinker with layout.Carl Hetherington
2016-07-28Some more fixes missing from 2704fe5.Carl Hetherington
2016-07-28Fix start-trim of audio-only content (#915).Carl Hetherington
2016-07-27Do parallel digest calculation when there are multiple reels (#855).Carl Hetherington
2016-07-26Expand vertical size of servers list in preferences (#913).Carl Hetherington
Remove a rather baroque sizer arrangement with a simpler wxBoxSizer which allows EditableLists to grow. There may have been a reason for the more complicated arrangement...
2016-07-22Supporter.Carl Hetherington
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of ↵Carl Hetherington
stringstream.
2016-07-20Remove unused using.Carl Hetherington
2016-07-20Add -t/--threads option to dcpomatic2_cli.Carl Hetherington
2016-07-20Do EncodeServerFinder 'disable' in a more sensible way.Carl Hetherington
Just stop the threads and clear the server list when stop() is called.
2016-07-20Try to fix intermittent deadlocks with encoding servers.Carl Hetherington
Before this commit all encoding threads could be removed and then ::encode would always wait on _full_condition no matter what the queue size.
2016-07-20Fix audio matrix view labels when DCP audio channel counts change.Carl Hetherington
2016-07-19Add tooltip to DCP name.Carl Hetherington
2016-07-19Supporter.Carl Hetherington
2016-07-16Remove unused method.Carl Hetherington
2016-07-16Remove unused method.Carl Hetherington
2016-07-15Add channel count hints to the default audio channel count preference,Carl Hetherington
and remove the choice for default to zero channels. Remove em-dash from hints as it apparently does not render on Windows for some reason.
2016-07-14Better behaviour if config fails to load.Carl Hetherington
Create a default config if any exception is thrown by ::read, and tell the UI so that it can pop up a message to say what has happened.
2016-07-12Stop silently catching exceptions when config load fails.Carl Hetherington
I'm not sure why this was added, but it could hide serious problems during config load: especially failures to load/create _signer_chain which has been seen in the wild several times.
2016-07-12Supporter.Carl Hetherington
2016-07-12Updated zh_CN translation from Rov (若文).Carl Hetherington
2016-07-10Fix crash on opening properties window for FFmpeg content.Carl Hetherington
2016-07-09Missing swap in Image::swap.Carl Hetherington
2016-07-09Use initialiser list.Carl Hetherington
2016-07-09Remove unused variable.Carl Hetherington
2016-07-09Remove unnecessary new.Carl Hetherington
2016-07-08Fix failure to analyse audio in some cases.Carl Hetherington
This fixes audio-only content when the first-emitted audio is not at time zero. This used to cause a seek which is not possible with audio-only. This commit removes the unnecessary seek which was due to missing silent-padding of the first-emitted audio.