summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-10Go back to referencing subrip from the top of the frame.Carl Hetherington
2016-06-10Tweak subrip position.Carl Hetherington
2016-06-10Fix positioning of SubRip.Carl Hetherington
2016-06-10Specify a default font size if none comes from libsub.Carl Hetherington
Use the specified time period rather than looking in the Subtitle.
2016-06-10Remove some debug code.Carl Hetherington
2016-06-10Fix thinko.Carl Hetherington
2016-06-09Fix some code duplication and crashes when decoding FFmpeg-embedded ASS ↵Carl Hetherington
subtitles along the way.
2016-06-09Remove unused code.Carl Hetherington
2016-06-09Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2016-06-09Partial work on fixing vertical positioning of subtitles with the new libsub.Carl Hetherington
2016-06-09Bump libsub for build fix.Carl Hetherington
2016-06-09Bump dcp/sub for asdcplib update.Carl Hetherington
2016-06-09Bump libsub for asdcplib-cth.Carl Hetherington
2016-06-09Bump libdcp for asdcplib-cth Centos 5 fix.Carl Hetherington
2016-06-08Bump versionCarl Hetherington
2016-06-08Bump versionv2.8.9Carl Hetherington
2016-06-08Revert accidentally-committed test patch.Carl Hetherington
2016-06-07Fix build on Windows.Carl Hetherington
2016-06-07Remove some flawed condition manipulation.Carl Hetherington
I think this stuff is unnecessary as wait() is interruptible by boost::thread::interrupt. Hence instead of setting a flag then signalling the condition we can just do interrupt(), the exception will be thrown and that's that.
2016-06-07Replace a shared_ptr with a weak_ptr.Carl Hetherington
2016-06-07Add new test.Carl Hetherington
2016-06-07Remove unused method.Carl Hetherington
2016-06-07Bump test/data for metadata version tweak.Carl Hetherington
2016-06-07Add tooltips over content channel names in the audio mapping view (#888).Carl Hetherington
2016-06-07Re-add option to save DKDMs to a file.Carl Hetherington
2016-06-06Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-06-05Updated fr_FR translation from Thierry Journet.Carl Hetherington
2016-06-04Fix deadlock on examining DCP subtitle content.Carl Hetherington
2016-06-04Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-06-03Bodge Atmos translations.Carl Hetherington
2016-06-03pot/merge.Carl Hetherington
2016-06-03Fix cut-off content properties.Carl Hetherington
2016-06-03Fix audio mapping view on Windows (#885).Carl Hetherington
The appearance was odd due to a lack of refresh.
2016-06-02Bump versionCarl Hetherington
2016-06-02Bump versionv2.8.8Carl Hetherington
2016-06-02Fix crash when loading old state files.Carl Hetherington
2016-06-02Remove unused code.Carl Hetherington
2016-06-02Fix missing content properties when using translations.Carl Hetherington
2016-06-02Add an assert.Carl Hetherington
2016-06-02Bump libsub for SSA subtitle fixes.Carl Hetherington
2016-06-02Bump versionCarl Hetherington
2016-06-02Bump versionv2.8.7Carl Hetherington
2016-06-02Fix build.Carl Hetherington
2016-06-02Bump libdcp for various new stuff.Carl Hetherington
2016-06-02Speed up referencing of existing DCPs.Carl Hetherington
When referring to an existing DCP, assume that the hash in the CPL is correct rather than recalculating it. This can be a big benefit when, for example, referring to an existing picture MXF.
2016-06-02Fix memory leak.Carl Hetherington
2016-06-01Use new libdcp reader interface.Carl Hetherington
2016-06-01Fix height of content properties dialogue (#884).Carl Hetherington
2016-06-01Store video frame rate in XML (#883).Carl Hetherington
2016-06-01Compute offset as we go rather than once every pass().Carl Hetherington