summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-07Bump versionv2.11.50Carl Hetherington
2018-02-07New test.Carl Hetherington
2018-02-07Bump libdcp for subtitle time rounding fix.Carl Hetherington
2018-02-07Fix ignore/referencing logic.Carl Hetherington
2018-02-07Slightly better log message.Carl Hetherington
2018-02-06Fix failure to parse subtitle files with OS X line endings.Carl Hetherington
2018-02-06Bump versionCarl Hetherington
2018-02-06Bump versionv2.11.49Carl Hetherington
2018-02-06Ignore video/audio when it is referenced; should help with #1191.Carl Hetherington
2018-02-05Missing setup of sensitivity in DCP panel.Carl Hetherington
2018-02-05Add nascent ar_LB to cscript to fix RPM builds.Carl Hetherington
2018-02-05Make KDMs active again even without encryption so you can fiddle with the ↵Carl Hetherington
cinemas/screens list etc.
2018-02-05Warning fixes.Carl Hetherington
2018-02-05Bump versionCarl Hetherington
2018-02-05Bump versionv2.11.48Carl Hetherington
2018-02-05Let's try disabling KDM menu options when we are using non-encrypted films.Carl Hetherington
2018-02-05Throw an exception if we try to make KDMs for an unencrypted project (#1188).Carl Hetherington
2018-02-05Fix KDM target buttons for DKDMs too (#1137).Carl Hetherington
2018-02-04Listen for server replies on different ports on main and batch, and get ↵Carl Hetherington
servers to send replies to both (#1190).
2018-02-03Updated de_DE translation from Carsten Kurz.Carl Hetherington
2018-02-03Try relaxing image check slightly.Carl Hetherington
2018-02-02Whitespace.Carl Hetherington
2018-02-02Prior to 2537a2d Decoder::position() was not updated if a decoder emittedCarl Hetherington
data which were ignored by the Player. 2537a2d changed this so that Decoder::position() is always updated, as it could not see the point of the previous behaviour. It now seems that the behaviour prior to 2537a2d fixed problems with cases like remake_with_subtitle_test. With this test the FFmpeg content happens to emit a final frame just after its end point with a gap before it. Code prior to 2537a2d handled this by making sure that FFmpegDecoder::flush() filled the gap (it reads VideoDecoder::position and fills the gap at the end of content accordingly). This no longer works if VideoDecoder::position is updated to take into account the emitted (and ignored) frame just after the end of the content. This commit re-fixes that problem by a different means; Player::video now fills the gaps in this case by more careful handling of received data which is off the end of the content.
2018-02-02Relayout player information after it changes. Should help with #1185.Carl Hetherington
2018-02-02Possible fix for film_metadata_test.Carl Hetherington
2018-02-02A number of unit test fixes.Carl Hetherington
2018-02-02Fix incorrect test subtitle gathering; fix a few missing standard-setting calls.Carl Hetherington
2018-02-02Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-02-02Fix incorrect pixel format on subtitles when they are sent to encoding servers.Carl Hetherington
2018-02-02Fix ar_LB character set.Carl Hetherington
2018-02-02Starting point for ar_LB translation.Carl Hetherington
2018-02-02Remove some debugging code.Carl Hetherington
2018-02-02Updated de_DE translation from Carsten Kurz.Carl Hetherington
2018-02-01Merge.Carl Hetherington
2018-02-01Don't select video streams for which we have no codec; warn in log about ↵Carl Hetherington
streams with no codec (#1184).
2018-02-01Fix up .po files; nothing to see here!Carl Hetherington
2018-02-01Typo kHz -> Hz.Carl Hetherington
2018-02-01Updated sv_SE translation from Adam Klotblixt.Carl Hetherington
2018-02-01Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-02-01Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-02-01Enable audio by default.Carl Hetherington
2018-02-01More manual tweaks.Carl Hetherington
2018-02-01Manual tweaks.Carl Hetherington
2018-02-01Bump versionCarl Hetherington
2018-02-01Bump versionv2.11.47Carl Hetherington
2018-02-01pot/merge.Carl Hetherington
2018-01-31Tweak label as suggested by Carsten.Carl Hetherington
2018-01-31I think fix_conflicting_settings is now not required.Carl Hetherington
2018-01-31Disable DCP panel stuff which cannot be altered when a DCP is being referenced.Carl Hetherington
2018-01-31Round seek on jump-to-selected to work around problems with sub-frame seeks ↵Carl Hetherington
and the DCP decoder (#1177).