summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-18Bump versionv2.11.44Carl Hetherington
2018-01-18Supporter.Carl Hetherington
2018-01-18Supporter.Carl Hetherington
2018-01-18Remove a cast from float to double which seemingly causesCarl Hetherington
slight errors in Time::ceil(). Possibly related to #1174.
2018-01-18Move a couple of tests to a more appropriate place.Carl Hetherington
2018-01-17Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-01-17Supporter.Carl Hetherington
2018-01-17Bump versionCarl Hetherington
2018-01-17Bump versionv2.11.43Carl Hetherington
2018-01-17Fix layout with long translations.Carl Hetherington
2018-01-17Fix icon path (I think).Carl Hetherington
2018-01-17Some more bad fuzzy translations.Carl Hetherington
2018-01-17Fix some fuzzy translations.Carl Hetherington
2018-01-17Remove some debug code.Carl Hetherington
2018-01-17pot/merge.Carl Hetherington
2018-01-17Add some more CPL information to the player (#1170).Carl Hetherington
2018-01-17Fix crash on loading non-existant DCP from recent menu.Carl Hetherington
2018-01-17Add recent files list to player.Carl Hetherington
2018-01-16Allow configuration of default value of upload-to-TMS button.Carl Hetherington
2018-01-16In general the player assumes that it won't receive out of order video.Carl Hetherington
This clearly can happen with separate L/R sources. A pass in L might emit two frames which means the arrivals can't possibly be in order. This commit fixes this by introducing a Shuffler which all alternate-3D sources send their video to. The Shuffler re-orders things before they arrive at the player. It also fixes the code which inserts video frames before one that arrives after a gap. This didn't cope with 3D right before. The audio code solves a similar (perhaps the same?) problem with the AudioMerger; perhaps we should have a similar thing for video and make the player emit complete 3D frames. Should help with #976.
2018-01-15Add comment.Carl Hetherington
2018-01-15Add another 3D test.Carl Hetherington
2018-01-15Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2018-01-15Merge.Carl Hetherington
2018-01-15Updated pt_BR translation from Max Fuhlendorf.Carl Hetherington
2018-01-15Bump versionCarl Hetherington
2018-01-15Bump versionv2.11.42Carl Hetherington
2018-01-15Fix incorrect reel lengths when start-trimmed movie content followsCarl Hetherington
image-only content (e.g. crash1.xml in dcpomatic-test). We must consider the _silent "source" to be like an audio stream when deciding when to pull up to.
2018-01-15Try to tidy up behaviour of seek during playback in the preview;Carl Hetherington
before play would continue during the drag which made it feel nasty. Now play stops during the drag (at least on Linux...)
2018-01-14Fix play button state on seeking.Carl Hetherington
2018-01-14Comment typo.Carl Hetherington
2018-01-14Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-01-14Updated de_DE translation from Carsten Kurz.Carl Hetherington
2018-01-14Bump versionCarl Hetherington
2018-01-14Bump versionv2.11.41Carl Hetherington
2018-01-14Only put subtitles in a frame if they overlap more than half of thatCarl Hetherington
frame; may help with #1166.
2018-01-14Emit subtitles with correct times when they occur at different times within ↵Carl Hetherington
a frame period.
2018-01-14Fix crash when unsetting forced video frame rates in the timing panel.Carl Hetherington
2018-01-14Fix typos affecting set-to behaviour.Carl Hetherington
2018-01-14Fix thinko when writing XML.Carl Hetherington
2018-01-13Bump libdcp for fix to negative halign/valign in DCP subtitles.Carl Hetherington
2018-01-13i18n fuzzy fixes.Carl Hetherington
2018-01-13pot/merge.Carl Hetherington
2018-01-13ChangeLog.Carl Hetherington
2018-01-13Forcing for fade in/out.Carl Hetherington
2018-01-13Note whether effect is forced or not.Carl Hetherington
2018-01-13Use an enum for the effect in SubtitleContent.Carl Hetherington
2018-01-13Note whether subtitle effect colour is forced or not.Carl Hetherington
2018-01-13Note whether subtitle colour is forced or not.Carl Hetherington
2018-01-12Supporter.Carl Hetherington