summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-07Fix libdcp version.Carl Hetherington
2018-09-07Use possibly-safer means of emitting maybe_sequence.Carl Hetherington
2018-09-07Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2018-09-07Initial nag for interface complexity.Carl Hetherington
2018-09-07Remove unused variable.Carl Hetherington
2018-09-07Fix console noise when importing non-DCP MXFs (#1362).Carl Hetherington
2018-09-07Put audio channels in full interface.Carl Hetherington
2018-09-07Remove old symlink.Carl Hetherington
2018-09-07Rest of DCP panel.Carl Hetherington
2018-09-07Simplify timing.Carl Hetherington
2018-09-07Simplify text panel.Carl Hetherington
2018-09-06Remove extra spacing.Carl Hetherington
2018-09-06Tweak audio panel layout.Carl Hetherington
2018-09-06Interface levels in audio tab.Carl Hetherington
2018-09-06Tweak crop layout.Carl Hetherington
2018-09-06Put OV checkbox into advanced UI.Carl Hetherington
2018-09-06Basic simple support for video panel.Carl Hetherington
2018-09-06Add simple/full interface option and make DCP panel respect it.Carl Hetherington
2018-09-06Try to prevent encode server test crashing in valgrind.Carl Hetherington
2018-09-06Quell more valgrind warnings.Carl Hetherington
2018-09-05Fix some uninitialised variables in a test.Carl Hetherington
2018-09-05Tweak valgrind suppressions.Carl Hetherington
2018-09-04Try no anti-aliasing when rendering subtitles.Carl Hetherington
2018-09-04Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-09-04Docs say that Context::set_antialias does not affect text.Carl Hetherington
2018-09-04Fix OS X build.v2.13.48Carl Hetherington
2018-09-04Missing OS X icon.Carl Hetherington
2018-09-04Allow the butler to say "try again later" when get_video() is calledCarl Hetherington
while it's suspended. Then make the GUI follow that suggestion. Should
2018-09-04Build Empty objects from the presence or absence of decoders inCarl Hetherington
Pieces, rather than the presence or absence of content. This seems better because of cases like encrypted DCPs without a a KDM: here we may have content but no decoder.
2018-09-04Return 0 from decoder_factory when we have a DCP with no KDM, rather than ↵Carl Hetherington
throwing an exception.
2018-09-04Fix name of header guard.Carl Hetherington
2018-09-04Some tweaks.Carl Hetherington
2018-09-03Add design doc.Carl Hetherington
2018-09-03pot/merge.Carl Hetherington
2018-09-03Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-09-03Fix label.Carl Hetherington
2018-09-03Bump libsub to get away from merge commit (works around problems in wscript).v2.13.47Carl Hetherington
2018-09-03pot/merge.Carl Hetherington
2018-09-03Add basic quality option for x264 export.Carl Hetherington
2018-09-02Bump libdcp for Interop PNG sub fixes.Carl Hetherington
2018-09-02Remove unnecessary subtitle scale (I think).Carl Hetherington
2018-09-02Fix subtitle scaling when writing PNG subs.Carl Hetherington
2018-09-02Fix assertion failure when content has more than one audio stream.Carl Hetherington
2018-09-02White space.Carl Hetherington
2018-09-02Play PNG subtitles from DCPs; possibly not in the right scale.Carl Hetherington
2018-08-29Get flatpak deps from dcpomatic.com to stop the build breaking all the time.Carl Hetherington
2018-08-29Bump flatpak ImageMagick.Carl Hetherington
2018-08-29Missing handling of CHANGE_TYPE_CANCELLED causing another hang.v2.13.46Carl Hetherington
2018-08-29Fix another hang caused by Playlist::maybe_sequence being calledCarl Hetherington
between PENDING and DONE for VIDEO_RATE_CHANGED. maybe_sequence ends up with a call to get_video before the butler has heard that the VIDEO_RATE_CHANGED is DONE.
2018-08-29Fix warning.v2.13.45Carl Hetherington