dcpomatic.git
2020-07-20 Carl HetheringtonFix vertical alignment with subrip and embedded SSA... v2.15.90
2020-07-15 Carl HetheringtonFix warning.
2020-07-15 Carl HetheringtonRemove ko_KR translation stub that was never used.
2020-07-12 Carl HetheringtonFix typo in comment.
2020-07-12 Carl HetheringtonUpdate manual Makefile for Inkscape 1.0
2020-07-12 Carl HetheringtonFix ATMOS frame numbering when decoding DCPs. v2.15.89
2020-07-11 Carl HetheringtonRemove pointless subheading in Keys->Advanced dialogues...
2020-07-11 Carl HetheringtonUse new channel 14 ATMOS sync creation code in libdcp,
2020-07-08 Carl HetheringtonAdd Antonio Casado as a tester.
2020-07-08 Carl HetheringtonSome ATMOS hacks.
2020-07-05 Carl HetheringtonImprove butler error reporting during export. v2.15.88
2020-07-05 Carl HetheringtonAdd more logging and some missing prefs checkboxes... v2.15.87
2020-07-03 Carl HetheringtonFix typo truncating ./waf configure output.
2020-07-02 Carl HetheringtonPotential Windows build fix. v2.15.86
2020-07-02 Carl HetheringtonFix failure to import DCPs since Atmos changes. v2.15.85
2020-06-28 Carl HetheringtonMake some methods private.
2020-06-28 Carl HetheringtonFix confusion between one-shot and playing causing...
2020-06-27 Carl HetheringtonMake _one_shot and _playing atomic.
2020-06-27 Carl HetheringtonRename _playing_condition -> _thread_work_condition.
2020-06-27 Carl HetheringtonMove video filters controls into advanced content dialo...
2020-06-27 Carl HetheringtonSwitch the content advanced dialogue to use GridBagSizer.
2020-06-27 Carl HetheringtonMerge FilterEditor and FilterDialog.
2020-06-27 Carl HetheringtonAvoid ResetClip() since (on GTK3, and maybe elsewhere...
2020-06-25 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk. v2.15.84
2020-06-23 Carl HetheringtonTry to fix crash on calling glGetString() without a...
2020-06-21 Carl HetheringtonRemove out-of-date comment.
2020-06-19 Carl HetheringtonFix hanging butler due to nasty signal ordering problems. v2.15.83
2020-06-19 Carl HetheringtonMissing return statement.
2020-06-19 Carl HetheringtonFix timeline for DCPs containing Atmos.
2020-06-19 Carl HetheringtonDCPExaminer must find Atmos length / edit rate.
2020-06-19 Carl HetheringtonMissing setup of AtmosContent in DCP.
2020-06-19 Carl HetheringtonFix serialisation of the Atmos parts of a DCP.
2020-06-19 Carl HetheringtonFix XML tag names; they are in the <Content> tag mixed...
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-06-19 Carl Hetheringtonvalgrind suppression updates.
2020-06-19 Carl HetheringtonFix command line argument.
2020-06-18 Carl HetheringtonFix finding of CPLs to make KDMs for, broken by recent...
2020-06-18 Carl HetheringtonFix display of Atmos tracks in the timeline.
2020-06-18 Carl HetheringtonFix save/load of Atmos asset lengths.
2020-06-18 Carl Hetheringtonpot/merge.
2020-06-17 Carl HetheringtonMove identifiers stuff out to a new prefs tab. v2.15.81
2020-06-16 Carl HetheringtonAllow more complete control over the libdcp/DCP-o-matic...
2020-06-15 Carl HetheringtonGive a better error. v2.15.80
2020-06-14 Carl HetheringtonFix error when exporting stereo projects with "mixdown... v2.15.79
2020-06-11 Carl HetheringtonFix for non-disk Linux build.
2020-06-11 Carl HetheringtonUpdate test/data for removed Film metadata tags Signed... v2.15.78
2020-06-11 Carl HetheringtonBump libdcp to fix failure to verify DCPs when the...
2020-06-11 Carl HetheringtonI think we can waf install on the cscript build action...
2020-06-11 Carl HetheringtonBump ffmpeg-cdist for ccache fixes on Windows.
2020-06-11 Carl HetheringtonBump libdcp for fix to missing .xsd files in the install.
2020-06-11 Carl HetheringtonBump libdcp/libsub to get a Windows ccache build fix.
2020-06-11 Carl HetheringtonAdd some missing .xsd files to the Windows installer...
2020-06-08 Carl HetheringtonTry to provide some platform-specific menu text for...
2020-06-08 Carl HetheringtonAssorted GTK3 layout tidying in KDM dialogs.
2020-06-08 Carl HetheringtonAdd a bunch of SetFocus calls.
2020-06-08 Carl HetheringtonAdd space next to "use best" button.
2020-06-08 Carl HetheringtonRemove unnecessary setup of _frame_rate_sizer which is
2020-06-08 Carl HetheringtonAdd a border round EditableLists on GTK3, otherwise...
2020-06-08 Carl HetheringtonSet focus on opening dialog.
2020-06-08 Carl HetheringtonImprove look of DCP metadata dialogue on scaling (...
2020-06-08 Carl HetheringtonSpaces between content buttons in GTK3 (#1761).
2020-06-08 Carl HetheringtonMove upload-DCP-to-TMS button to preferences.
2020-06-08 Carl HetheringtonRemove encryption key options (#1760).
2020-06-08 Carl HetheringtonAlways sign DCPs (#1760).
2020-06-05 Carl HetheringtonFix erroneous hints about content being narrower than...
2020-06-05 Carl HetheringtonMake run script work when called from a different direc...
2020-06-04 Carl HetheringtonThis AtomicityChecker was introduced a long time ago...
2020-06-04 Carl HetheringtonAdd defensive check.
2020-06-04 Carl HetheringtonFix thinko causing crashes when loading projects with...
2020-06-04 Carl HetheringtonFix crash when previewing projects with fewer than...
2020-06-04 Carl HetheringtonOnly add ExamineContentJobs after a failed CheckContent...
2020-06-04 Carl HetheringtonFall back to $PATH when searching for dcpomatic2_openssl.
2020-06-04 Carl HetheringtonBump ffmpeg to get ccache fix.
2020-06-03 Carl HetheringtonMissing virtual destructor.
2020-06-03 Carl HetheringtonClean up handling of paths relative to the executable.
2020-06-03 Carl HetheringtonWhite space fix.
2020-06-01 Carl HetheringtonStart pinning libdcp/libsub versions again. v2.15.77
2020-06-01 Carl HetheringtonHidden debug option to make _disk not start _disk_write... v2.15.76
2020-05-27 Carl HetheringtonRemove unused forward declaration.
2020-05-26 Carl HetheringtonSome small manual updates.
2020-05-25 Carl HetheringtonMore fun with GTK3 and its enormous SpinButtons.
2020-05-25 Carl HetheringtonDon't offer full-frame containers unless 'allow any...
2020-05-24 Carl HetheringtonUse wxDC for all drawing of the audio mapping view...
2020-05-24 Carl HetheringtonFix audio mapping view on GTK3, with some cleanups...
2020-05-23 Carl HetheringtonLayout tweaks for GTK3.
2020-05-21 Carl HetheringtonWe must only link gtk2 if wx is also using it.
2020-05-21 Carl HetheringtonWhite space.
2020-05-20 Carl HetheringtonFix enabled/disable overlapping video/audio with DCP...
2020-05-20 Carl HetheringtonGive 'wrong target' KDM errors in a dialogue box rather...
2020-05-20 Carl HetheringtonTell the user when they load a KDM which will not do...
2020-05-20 Carl HetheringtonRound the length of video-containing content to the...
2020-05-20 Carl HetheringtonAdd some context markers to a test.
2020-05-20 Carl HetheringtonAdd a bit more debug logging to the player.
2020-05-20 Carl HetheringtonTry rounding length_after_trim.
2020-05-20 Carl HetheringtonRename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
2020-05-20 Carl HetheringtonDifficult to see how any unprotected write with multipl...
2020-05-20 Carl HetheringtonCut the work done by a couple of tests, as previously...
2020-05-20 Carl HetheringtonMore logging and make it go to the right place.
2020-05-20 Carl HetheringtonImprove test_timings script.
2020-05-20 Carl HetheringtonUse test_suite log level with --debug so we can see...
next