dcpomatic.git
2020-06-03 Carl Hetheringtonfixup! Clean up handling of paths relative to the execu... path-cleanup
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...
2020-05-20 Carl HetheringtonRun all tests with lots of encoding threads.
2020-05-20 Carl HetheringtonFix DCP playback when an incorrect KDM is added, follow...
2020-05-20 Carl HetheringtonFix DKDM generation by moving the validity period a...
2020-05-18 Carl HetheringtonStop xcrun errors silently killing the build. v2.15.75
2020-05-18 Carl HetheringtonRemove unused variable.
2020-05-18 Carl HetheringtonAnother missed place for the link icon.
2020-05-18 Carl HetheringtonAdd some missing messages.
2020-05-18 Carl HetheringtonFix missing icon in installer for a bunch of platforms. v2.15.74
2020-05-17 Carl HetheringtonAdd new version of check_dcp().
2020-05-17 Carl HetheringtonAdd a new "Advanced settings" dialog for content, acces...
2020-05-17 Carl HetheringtonAdd a descriptive comment to a test file.
2020-05-17 Carl HetheringtonFix empty (black) area calculations when video is set...
2020-05-17 Carl HetheringtonFix typo in comment.
2020-05-17 Carl HetheringtonClicking on the audio graph jumps to that position...
2020-05-17 Carl HetheringtonMissing DLL for Windows build. v2.15.73
2020-05-14 Carl HetheringtonTypo fix. v2.15.72
2020-05-14 Carl HetheringtonChristie FTP contains certificate chains, not just...
2020-05-14 Carl HetheringtonDon't say 'certificate downloaded' if it failed during...
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
2020-05-12 Carl HetheringtonFix test failures with new verification note in libdcp. scaling-rework
2020-05-12 Carl HetheringtonAdd crop left/right top/bottom link control.
2020-05-12 Carl HetheringtonMove bitmap_path() to wx_util.{cc,h}
2020-05-12 Carl HetheringtonAdd _view_changed callback to ContentWidget.
2020-05-12 Carl HetheringtonGuess DCP container size and resolution when content...
2020-05-11 Carl HetheringtonRemove now-unused default-scale-to config option.
2020-05-11 Carl HetheringtonChange video content scaling so that it either:
2020-05-11 Carl HetheringtonReformat crop controls.
2020-05-09 Carl HetheringtonRemove scale to fit {width,height} options.
2020-05-06 Carl HetheringtonAdd a crazy amount of missed files from the previous...
2020-05-06 Carl HetheringtonBump ffmpeg to carl-dcpomatic-12 (4.2.2).
2020-05-06 Carl HetheringtonAdd a new "Add DKDM" dialogue (#1637).
2020-05-06 Carl HetheringtonAdd a 'Make DKDM' dialogue box to simplify and (hopeful...
2020-05-06 Carl HetheringtonMissing header guard.
2020-05-06 Carl HetheringtonAdd configuration options for DKDMs.
2020-05-06 Carl HetheringtonDerive Screen from a new class KDMRecipient.
2020-05-06 Carl HetheringtonMove TrustedDevice to its own source files.
2020-05-06 Carl HetheringtonIgnore screen specifier when making containers.
2020-05-06 Carl HetheringtonAdd some unit tests.
2020-05-06 Carl HetheringtonExtract common code out into kdm_for_screen()
2020-05-06 Carl Hetheringtonconst correctness.
2020-05-06 Carl HetheringtonRemove some now-pointless passing of name_values.
2020-05-06 Carl HetheringtonUse a template to clean things up a little.
2020-05-06 Carl HetheringtonSet 'i' earlier in name_values.
2020-05-06 Carl HetheringtonWrite 'f', 'b' and 'e' tags into all KDMWithMetadata...
2020-05-06 Carl HetheringtonRename some variables and re-implement collect().
2020-05-06 Carl HetheringtonMove some functions to kdm_with_metadata
2020-05-06 Carl HetheringtonReplace CinemaKDMs class with a list<KDMWithMetadata>
2020-05-06 Carl HetheringtonPull methods out of CinemaKDMs.
2020-05-06 Carl HetheringtonRemove Screen pointer from KDMWithMetadata, preferring to
2020-05-06 Carl HetheringtonAdd KDMWithMetadataPtr typedef
2020-05-06 Carl HetheringtonRename ScreenKDM -> KDMWithMetadata
2020-05-04 Carl HetheringtonMove Film::make_kdms to the call sites.
2020-05-04 Carl HetheringtonMissing library from test link list.
2020-05-03 Carl HetheringtonAdd Zipper class and use it in CinemaKDMs.
2020-05-02 Carl Hetheringtonpot/merge. v2.15.71
2020-05-02 Carl HetheringtonFormatting tweaks to unmount dialogue.
2020-05-02 Carl HetheringtonFix unmount of drives with spaces in their names (...
2020-05-02 Carl HetheringtonRemove some debug code.
2020-05-02 Carl HetheringtonFix behaviour on disk writer window close.
2020-05-02 Carl HetheringtonDo all writes then do all verification and report progress
2020-05-02 Carl HetheringtonTry to start _writer on-demand on macOS (#1739).
2020-05-02 Carl HetheringtonTry unloading the old disk writer on install (may fix...
2020-05-02 Carl HetheringtonBump lwext. v2.15.70
2020-05-01 Carl HetheringtonAdd a specific lwext4 commit to the cscript. v2.15.69
2020-04-30 Carl HetheringtonAdd git commits to writer log files. v2.15.68
2020-04-30 Carl HetheringtonTurn on lwext4 debugging to see if that helps.
2020-04-30 Carl HetheringtonAdd some more macOS debug logging for disks, and ignore...
2020-04-29 Carl HetheringtonMissed part of rdisk -> disk revert. v2.15.67
2020-04-29 Carl HetheringtonCorrect ext2 block size to 4096.
2020-04-29 Carl HetheringtonRevert mac rdisk vs disk stuff as I'm not convinced...
2020-04-29 Carl HetheringtonAdd exit command to stress tester.
2020-04-29 Carl HetheringtonPut current frame position in seek-by-frame dialogue...
2020-04-29 Carl HetheringtonAdd hinting to the seek dialogue; may be a nice fix...
next