| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-10 | Restore refresh_panel as I think it will sometimes be necessary. | Carl Hetherington | |
| 2019-05-10 | Basics of OpenGL viewer. | Carl Hetherington | |
| 2019-05-10 | Put Font and Screen into dcpomatic namespace. | Carl Hetherington | |
| 2019-05-10 | Put Time types in dcpomatic namespace. | Carl Hetherington | |
| 2019-05-10 | Validation 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-10 | Close splash before displaying config errors/warnings. | Carl Hetherington | |
| 2019-05-10 | Build fixes. | Carl Hetherington | |
| 2019-05-10 | Fix mis-merge. | Carl Hetherington | |
| 2019-05-10 | Update message about chain inconsistency when removing certs (#1519). | Carl Hetherington | |
| 2019-05-10 | Complain on startup if signer or decryption chains are inconsistent (#1520). | Carl Hetherington | |
| 2019-05-10 | Disable DKDM remove/export buttons as appropriate. | Carl Hetherington | |
| 2019-05-10 | Add export button for DKDMs (part of #1510). | Carl Hetherington | |
| 2019-05-10 | Nag about deletion of DKDMs. | Carl Hetherington | |
| 2019-05-10 | Hide language / DCP track as appropriate with closed/open caption | Carl Hetherington | |
| choice. | |||
| 2019-05-10 | Support download of certificates from Qube (#1460). | Carl Hetherington | |
| 2019-05-10 | Add some very basic timing of the player. | Carl Hetherington | |
| 2019-05-10 | Add namespace to fix OS X build. | Carl Hetherington | |
| 2019-05-10 | libdcp API fixes. | Carl Hetherington | |
| 2019-05-10 | Update for libdcp API changes. | Carl Hetherington | |
| 2019-05-10 | Missing #include. | Carl Hetherington | |
| 2019-05-10 | Disable hints when there is no film. | Carl Hetherington | |
| 2019-05-10 | Basics of metadata dialog - ratings. | Carl Hetherington | |
| 2019-05-10 | Tweak button label. | Carl Hetherington | |
| 2019-05-10 | Hide passwords in text fields. | Carl Hetherington | |
| 2019-05-10 | Fix warning. | Carl Hetherington | |
| 2019-05-10 | Fix warning. | Carl Hetherington | |
| 2019-05-10 | Update for libdcp API changes. | Carl Hetherington | |
| 2019-05-10 | Basics of marker writing (part of #782). | Carl Hetherington | |
| 2019-05-10 | Basics of setting and storing SMPTE CPL markers. | Carl Hetherington | |
| 2019-05-10 | Updated de_DE translation from Carsten Kurz. | Carl Hetherington | |
| 2019-05-10 | Fix ko_KR charset. | Carl Hetherington | |
| 2019-05-10 | Add new ko_KR .po files. | Carl Hetherington | |
| 2019-05-07 | Updated fr_FR translation from Thierry Journet. | Carl Hetherington | |
| 2019-05-05 | Speculative fix for white lines at the bottom of full-screen playback windows.v2.14.2 | Carl Hetherington | |
| 2019-05-05 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2019-05-05 | Stop video filters emitting frames from the old position just | Carl 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-05 | Fix case where the is FFmpegContent with 24fps video and 44.1kHz audio | Carl 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-05 | Translate PulseAudio -> PulseAudio in all languages. | Carl Hetherington | |
| 2019-05-05 | pot/merge. | Carl Hetherington | |
| 2019-05-05 | Correct capitalisation of PulseAudio. | Carl Hetherington | |
| 2019-05-04 | Fix logging when loading a film.v2.14.1 | Carl Hetherington | |
| 2019-05-04 | Build fix for previous. | Carl Hetherington | |
| 2019-05-04 | Fix crash in audio mapping view in various circumstances. | Carl Hetherington | |
| 2019-05-04 | Fix some formatting errors in the it_IT translation. | Carl Hetherington | |
| 2019-05-04 | Updated fr_FR translation from Thierry Journet. | Carl Hetherington | |
| 2019-05-04 | Include video_frame_rate in TextContent identifier so that if (for | Carl 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-03 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2019-05-03 | Disallow unsetting the frame rate on FFmpeg/DCP content (#1547). | Carl Hetherington | |
| 2019-05-03 | Fix "cannot handle pixel format 26 during make_transparent()" (part of #1545). | Carl Hetherington | |
| 2019-05-03 | Fix/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. | |||
