summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-10-15Add KDMs after resolving asset references; don't complainCarl Hetherington
if a single KDM fails to decrypt a VF/OV combination.
2016-10-14Update content list when selected CPL changes in DCP content.Carl Hetherington
2016-10-11Fix crash on opening content menu for DCPs that have had incorrect KDMs added.Carl Hetherington
2016-10-10Fix failure of DCPDecoder::text_subtitles_during to account for reels.Carl Hetherington
2016-10-10Try harder to stop people entering my email address as a contact when ↵Carl Hetherington
reporting a problem.
2016-10-10Tweak supporter name.Carl Hetherington
2016-10-10Supporter.Carl Hetherington
2016-10-08Fix overlapping burnt-in subtitles in some cases (#959).Carl Hetherington
Firstly, when finding subtitles that exist during a period, only return those which overlap more than half the period. This means that, in a fight over a frame, the longest-running subtitle in that frame will win. Secondly, make SubtitleDecoder::get pick the wanted subtitles from the cache simply by comparing their periods to those that were requested. I think this is nicer than what was there before (basically reevaulating 'what subtitle(s) for this period') and also makes the first part of this commit effective.
2016-10-06Fix sensitivity of add-ov option in the content menu.Carl Hetherington
2016-10-06Add menu option to select CPL.Carl Hetherington
2016-10-05Updated fr_FR translation from Thierry Journet.Carl Hetherington
2016-10-05Supporter.Carl Hetherington
2016-10-04Fix subtitle_id to work with _TEXT and _ASS subtitles (fixes #969).Carl Hetherington
2016-10-03Don't let hint generation throw an exception in the presence of old audio ↵Carl Hetherington
analysis files.
2016-10-03Fix crash on starting a job.Carl Hetherington
2016-10-03Fix thinko.Carl Hetherington
2016-10-03Updated zh_CN translation from 刘汉源.Carl Hetherington
2016-10-03Supporter.Carl Hetherington
2016-10-03Remove some debug code.Carl Hetherington
2016-10-03Supporter.Carl Hetherington
2016-10-03Missing files.Carl Hetherington
2016-10-03Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-10-03Fix various bad automatic merges in i18n files.Carl Hetherington
2016-10-03pot/merge.Carl Hetherington
2016-10-03Speculative fix for sending KDM emails via port 465.Carl Hetherington
2016-09-30Start reporting frames completed in transcode jobs immediately; don't wait ↵Carl Hetherington
until fps estimates are available.
2016-09-30Speed up response to a request to pause a job.Carl Hetherington
2016-09-30Allow loading of multiple films from the batch converter command line.Carl Hetherington
2016-09-30Fix scrolling in the batch converter when there are lots of films.Carl Hetherington
2016-09-30Reverse order of jobs in the batch converter view.Carl Hetherington
2016-09-30Better tidy_for_filename that doesn't screw up with UTF-8.Carl Hetherington
2016-09-29Missing std_to_wx.Carl Hetherington
2016-09-28Yet more libdcp-related build fixes.Carl Hetherington
2016-09-28Fix crash on 'report a problem' in the KDM creator.Carl Hetherington
2016-09-27Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2016-09-26Fix harmless thinko.Carl Hetherington
2016-09-26Disallow refer if the film frame size is not the same as the DCP (#963).Carl Hetherington
2016-09-26Fix multi-select in the timeline (#954).Carl Hetherington
2016-09-26Updated zh_CN translation from 刘汉源.Carl Hetherington
2016-09-26Don't re-use J2K data if it's the wrong size (#964).Carl Hetherington
2016-09-26Add note for translators.Carl Hetherington
2016-09-23Potential fix for disappearing DCP names under translation.Carl Hetherington
2016-09-23Fix build of Windows debug version.Carl Hetherington
2016-09-23Tested-by credit.Carl Hetherington
2016-09-22Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2016-09-22Supporter.Carl Hetherington
2016-09-21Confirm dialogue for job cancellation.Carl Hetherington
2016-09-21Correctly spot that a DCP with unencrypted picture but encrypted ↵Carl Hetherington
sound/subtitle needs a KDM.
2016-09-21Disallow referencing DCPs of different frame rates to the project.Carl Hetherington
Fix reel calculations of DCPContent under trim.
2016-09-21Trim referred-to DCPs correctly using CPL entry point / duration.Carl Hetherington