dcpomatic.git
2020-04-25 Carl HetheringtonAdd link with anl to fix Centos 8 build. v2.15.59
2020-04-25 Carl HetheringtonCan't build disk on Ubuntu 16.04 as boost is too old.
2020-04-25 Carl HetheringtonWe build the disk stuff for AppImage (which uses 16...
2020-04-24 Carl HetheringtonFix xerces version for Ubuntu 16. v2.15.58
2020-04-24 Carl HetheringtonMissing dependencies.
2020-04-24 Carl HetheringtonExpand can_build_disk a bit.
2020-04-24 Carl HetheringtonMissing nanomsg dependencies.
2020-04-24 Carl HetheringtonBuild disk on Ubuntu 19.10 and 20.04
2020-04-24 Carl HetheringtonMissing dylib for macOS.
2020-04-24 Carl HetheringtonFix typo and missing serialisation of offsets at time...
2020-04-24 Carl HetheringtonAnother build fix (for non-Linux this time). v2.15.57
2020-04-24 Carl HetheringtonFix some missing dependencies. v2.15.56
2020-04-24 Carl HetheringtonUbuntu 20.04 packaging.
2020-04-24 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-04-24 Carl HetheringtonFix build following previous commit.
2020-04-23 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home... v2.15.55
2020-04-23 Carl HetheringtonHopefully we can use GTK's file chooser button again...
2020-04-23 Carl HetheringtonRemove disk-build optional stuff from macOS build.
2020-04-23 Carl HetheringtonAlway build with --enable-disk if we can, regardless... v2.15.54
2020-04-23 Carl HetheringtonAdd subtitle analysis so that the outline of all subtitles
2020-04-23 Carl HetheringtonSubstantial reworking of the font rendering code to...
2020-04-23 Carl HetheringtonMore extractions.
2020-04-23 Carl HetheringtonUse a variable for subtitles.front()
2020-04-23 Carl HetheringtonExtract some bits of code into their own methods.
2020-04-23 Carl HetheringtonImprove layout of drive-wipe warning dialogue.
2020-04-23 Carl HetheringtonAdd pre-running warning to disk writer.
2020-04-23 Carl HetheringtonMissing Windows DLL.
2020-04-23 Carl HetheringtonDon't clobber the current _player_video when the butler...
2020-04-23 Carl HetheringtonNicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432
2020-04-23 Carl HetheringtonAdd accessor for _playlist.
2020-04-22 Carl HetheringtonFix complete failure of preview/playback introduced in v2.15.53
2020-04-21 Carl HetheringtonAdd option to set project properties from a DCP loaded...
2020-04-21 Carl HetheringtonAdd code to copy the data and hook it up to a menu...
2020-04-21 Carl HetheringtonAllow DCP content to store and serialise metadata.
2020-04-21 Carl HetheringtonAdd list_to_vector().
2020-04-21 Carl HetheringtonAdd DCPContent::resolution().
2020-04-21 Carl HetheringtonAdd Film::clear_markers().
2020-04-21 Carl HetheringtonAllow DCPContent to recover and serialise marker positions.
2020-04-20 Carl HetheringtonAdd DCPContent::from_libdcp_kind.
2020-04-20 Carl HetheringtonAdd a getter for _standard in DCPContent.
2020-04-20 Carl HetheringtonUse a BOOST_FOREACH and remove an old #include.
2020-04-19 Carl HetheringtonAdd LEQ(m) when analysing audio (#1382). v2.15.52
2020-04-18 Carl HetheringtonAdd _last_written to Writer, containing the last writte...
2020-04-18 Carl HetheringtonUse a BOOST_FOREACH.
2020-04-18 Carl HetheringtonRename a variable.
2020-04-17 Carl HetheringtonAdd drd/helgrind to the tests runner script.
2020-04-17 Carl HetheringtonAdd a missing noncopyable.
2020-04-16 Carl HetheringtonComment tweak.
2020-04-16 Carl HetheringtonChecksum network encode requests and replies to protect...
2020-04-16 Carl HetheringtonAdd feature to Socket so that it can send digests of...
2020-04-16 Carl HetheringtonRemove some unnecessary using statements.
2020-04-16 Carl HetheringtonRename send_binary -> write_to_socket.
2020-04-16 Carl HetheringtonBump server link version.
2020-04-16 Carl HetheringtonAdded some FIXMEs.
2020-04-16 Carl HetheringtonSome missing checks for allocation failures.
2020-04-15 Carl HetheringtonFix length of player output so it can be either the...
2020-04-14 Carl HetheringtonTry to improve spacing in Keys tab of prefs on macOS...
2020-04-14 Carl HetheringtonFix glitchy timeline slider if its update timer goes...
2020-04-14 Carl HetheringtonAdd some new keyboard shortcuts for moving around on...
2020-04-14 Carl HetheringtonSeek to last frame if a request is made beyond the...
2020-04-14 Carl HetheringtonFix Empty/Player behaviour when using a playlist that...
2020-04-14 Carl HetheringtonIgnore and report failures to decode frames during...
2020-04-14 Carl HetheringtonUse a struct rather than a std::pair as the return...
2020-04-14 Carl HetheringtonDCPReadError -> ReadError in libdcp.
2020-04-13 Carl Hetheringtonpot/merge.
2020-04-13 Carl HetheringtonTry to give a better error when we fail to start J2K...
2020-04-12 Carl HetheringtonSupport unmounting on macOS and Windows. v2.15.51
2020-04-12 Carl HetheringtonTidy up Drive and unmounting a little.
2020-04-12 Carl HetheringtonDo the right thing when the user cancels the unmount...
2020-04-12 Carl HetheringtonTidy up nanomsg class API; add unmounting for Linux.
2020-04-08 Carl HetheringtonImprove disk_writer_messages.h commenting and add DISK_...
2020-04-08 Carl HetheringtonFix build on old 10.6 environment.
2020-04-07 Carl HetheringtonWindows build fix. v2.15.50
2020-04-07 Carl HetheringtonFix non-disk packaging on macOS.
2020-04-06 Carl HetheringtonAdd DCPOMATIC_DISK define and don't build stuff needing... v2.15.49
2020-04-06 Carl HetheringtonRemove duplicate Drive::description. v2.15.48
2020-04-06 Carl HetheringtonFix syntax for previous.
2020-04-06 Carl HetheringtonUse c++11 on Windows too.
2020-04-06 Carl HetheringtonAdd disk writer tool.
2020-03-19 Carl HetheringtonMissing texts for some new verification failures.
2020-03-15 Carl HetheringtonMove stress testing code into a separate class and...
2020-03-15 Carl HetheringtonFix player stress testing with expanded controls.
2020-03-15 Carl HetheringtonImprove hacks/stress.py a bit.
2020-03-15 Carl HetheringtonComments.
2020-03-15 Carl HetheringtonRename DEVELOPMENT -> DEVELOP.md and add some stuff...
2020-03-15 Carl Hetheringtonhttp -> https.
2020-03-11 Carl HetheringtonTest updates now that there can't be <1s long DCPs...
2020-03-11 Carl HetheringtonCoalesce short reels.
2020-03-11 Carl HetheringtonImprove and fix some tests.
2020-03-11 Carl HetheringtonEnforce a minimum DCP length of 1 second.
2020-03-11 Carl HetheringtonGet some better errors when verification-based tests...
2020-03-11 Carl HetheringtonEnforce minimum reel length when using REELTYPE_BY_LENGTH.
2020-03-11 Carl HetheringtonAdd a test for short pieces of content amongst longer.
2020-03-11 Carl HetheringtonFailing test for reels with a short length (in bytes...
2020-03-11 Carl HetheringtonAdd a (failing) test for reels created between two...
2020-03-11 Carl HetheringtonMove private_data into TestPaths
2020-03-11 Carl HetheringtonAdd failing test for one short-reel possibility.
2020-03-11 Carl HetheringtonGive a better error when opening a DCP with File -...
2020-03-11 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-03-10 Carl HetheringtonMake DKDMs with validity 2 minutes shorter than the...
next