Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib /
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 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-03 Carl HetheringtonAdd Zipper class and use it in CinemaKDMs.
2020-05-02 Carl Hetheringtonpot/merge. v2.15.71
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 HetheringtonDo all writes then do all verification and report progress
2020-04-30 Carl HetheringtonAdd some more macOS debug logging for disks, and ignore...
2020-04-29 Carl HetheringtonRevert mac rdisk vs disk stuff as I'm not convinced...
2020-04-28 Carl HetheringtonAdd a log message and actually use device_for_write().
2020-04-28 Carl HetheringtonFix warning.
2020-04-28 Carl HetheringtonRemove some unnecessary methods. v2.15.65
2020-04-28 Carl HetheringtonFix build.
2020-04-27 Carl HetheringtonMissing files. v2.15.64
2020-04-27 Carl HetheringtonWriter on macOS runs as root, so trying to use the... v2.15.63
2020-04-27 Carl HetheringtonExperimental use of /dev/rdisk rather than /dev/disk...
2020-04-24 Carl HetheringtonFix typo and missing serialisation of offsets at time...
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 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 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 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 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-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 HetheringtonAdd disk writer tool.
2020-03-11 Carl HetheringtonCoalesce short reels.
2020-03-11 Carl HetheringtonEnforce a minimum DCP length of 1 second.
2020-03-11 Carl HetheringtonEnforce minimum reel length when using REELTYPE_BY_LENGTH.
2020-03-11 Carl HetheringtonGive a better error when opening a DCP with File -...
2020-03-06 Carl HetheringtonStop threads at the start of their object's destruction...
2020-03-01 Carl HetheringtonFix weirdly-allowed misplaced bracket.
2020-03-01 Carl HetheringtonRemove unused LOG_DEBUG_DECODE and re-use it to add... v2.15.46
2020-02-29 Carl HetheringtonSeparate SPL from a version which signals when things...
2020-02-29 Carl HetheringtonAdd some comments.
2020-02-29 Carl HetheringtonVarious playlist editor developments and fixes.
2020-02-29 Carl HetheringtonCopy swaroop_ playlist editor stuff back to main DoM.
2020-02-29 Carl HetheringtonMove swaroop playlist editor stuff into its own swaroop_
2020-02-29 Carl HetheringtonAllow changing colour conversion settings for multiple...
2020-02-27 Carl HetheringtonAdd and use dB/linear conversion functions.
2020-02-27 Carl HetheringtonMissing include.
2020-02-20 Carl HetheringtonApply FFmpeg palette fix to examination too; fix build...
2020-02-19 Carl HetheringtonAnother macOS std::list boost::thread SNAFU.
2020-02-19 Carl HetheringtonCan't put boost::thread in a std::list with our macOS...
2020-02-19 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-02-19 Carl HetheringtonNicer fix for 2D-labelled-3D checking from master.
2020-02-18 Carl HetheringtonRemove incorrect comment.
2020-02-16 Carl HetheringtonMake a new AudioBuffers constructor and use it to avoid...
2020-02-16 Carl HetheringtonBetter errors if butler doesn't give video during export.
2020-02-16 Carl HetheringtonJust having no specified lines value does not mean...
2020-02-13 Carl HetheringtonNudge L/R-aligned subs in from the edge of the screen...
2020-02-06 Carl HetheringtonFix crash with bitmapped subs that have zero width...
next