summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-05-10Restore refresh_panel as I think it will sometimes be necessary.Carl Hetherington
2019-05-10Basics of OpenGL viewer.Carl Hetherington
2019-05-10Put Font and Screen into dcpomatic namespace.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-05-10Validation of certificate chains will fail before dcpomatic_setup()Carl Hetherington
is called, as OpenSSL has not yet been set up. Make sure that these failures only raise a Bad() (which nobody is yet listening to) rather than throwing an exception which gets caught and reported as a failed-to-load config. If none of the OpenSSL stuff is working chain_valid() will return false but private_key_valid() will throw an exception (as it tries to get the leaf certificate, causing a validity check).
2019-05-10Close splash before displaying config errors/warnings.Carl Hetherington
2019-05-10Build fixes.Carl Hetherington
2019-05-10Fix mis-merge.Carl Hetherington
2019-05-10Update message about chain inconsistency when removing certs (#1519).Carl Hetherington
2019-05-10Complain on startup if signer or decryption chains are inconsistent (#1520).Carl Hetherington
2019-05-10Disable DKDM remove/export buttons as appropriate.Carl Hetherington
2019-05-10Add export button for DKDMs (part of #1510).Carl Hetherington
2019-05-10Nag about deletion of DKDMs.Carl Hetherington
2019-05-10Hide language / DCP track as appropriate with closed/open captionCarl Hetherington
choice.
2019-05-10Support download of certificates from Qube (#1460).Carl Hetherington
2019-05-10Add some very basic timing of the player.Carl Hetherington
2019-05-10Add namespace to fix OS X build.Carl Hetherington
2019-05-10libdcp API fixes.Carl Hetherington
2019-05-10Update for libdcp API changes.Carl Hetherington
2019-05-10Missing #include.Carl Hetherington
2019-05-10Disable hints when there is no film.Carl Hetherington
2019-05-10Basics of metadata dialog - ratings.Carl Hetherington
2019-05-10Tweak button label.Carl Hetherington
2019-05-10Hide passwords in text fields.Carl Hetherington
2019-05-10Fix warning.Carl Hetherington
2019-05-10Fix warning.Carl Hetherington
2019-05-10Update for libdcp API changes.Carl Hetherington
2019-05-10Basics of marker writing (part of #782).Carl Hetherington
2019-05-10Basics of setting and storing SMPTE CPL markers.Carl Hetherington
2019-05-10Updated de_DE translation from Carsten Kurz.Carl Hetherington
2019-05-10Fix ko_KR charset.Carl Hetherington
2019-05-10Add new ko_KR .po files.Carl Hetherington
2019-05-07Updated fr_FR translation from Thierry Journet.Carl Hetherington
2019-05-05Speculative fix for white lines at the bottom of full-screen playback windows.v2.14.2Carl Hetherington
2019-05-05Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2019-05-05Stop video filters emitting frames from the old position justCarl Hetherington
after a seek. If this happens, we get sequences like 1. emit some video at time 60s 2. seek to 40s 3. video frame emitted from filter at 60.1s; this sets _last_video_time in player so that frames emitted between 40s and 60s are discarded; hence the audio buffers overflow. Should fix #1551.
2019-05-05Fix case where the is FFmpegContent with 24fps video and 44.1kHz audioCarl Hetherington
and a start trim of 6724000. With these numbers the start trim is on an integer video frame but halfway through an audio frame. Without this patch the trim would be "corrected" to 6724001, causing video frames to come out of the player at DCPTimes 0, 3999, 5999 etc. It's possible that Frame const position = time.frames_floor(_film->video_frame_rate()); in J2KEncoder::encode should be frames_round, which would also help with this, but that would be a much more risky patch.
2019-05-05Translate PulseAudio -> PulseAudio in all languages.Carl Hetherington
2019-05-05pot/merge.Carl Hetherington
2019-05-05Correct capitalisation of PulseAudio.Carl Hetherington
2019-05-04Fix logging when loading a film.v2.14.1Carl Hetherington
2019-05-04Build fix for previous.Carl Hetherington
2019-05-04Fix crash in audio mapping view in various circumstances.Carl Hetherington
2019-05-04Fix some formatting errors in the it_IT translation.Carl Hetherington
2019-05-04Updated fr_FR translation from Thierry Journet.Carl Hetherington
2019-05-04Include video_frame_rate in TextContent identifier so that if (forCarl Hetherington
example) some SRT subs are being burnt and their video frame rate is changed we won't try to reuse the video that has been burnt with the subs at the old frame rate.
2019-05-03Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2019-05-03Disallow unsetting the frame rate on FFmpeg/DCP content (#1547).Carl Hetherington
2019-05-03Fix "cannot handle pixel format 26 during make_transparent()" (part of #1545).Carl Hetherington
2019-05-03Fix/workaround crash:Carl Hetherington
../src/common/dpycmn.cpp(119): assert "n <GetCount ()" failed in wxDisplay (): An invalid index was passed to wxDisplay seen on Ubuntu 19.04; I can't reproduce it myself but the user reports that this fixes it.