Allow DCPContent to recover and serialise marker positions.
[dcpomatic.git] / src / lib /
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...
2020-01-30 Carl HetheringtonVarious thread cleanups.
2020-01-30 Carl HetheringtonUse a non-pointer boost::thread and a std::atomic for...
2020-01-28 Carl HetheringtonMissing #include for previous.
2020-01-28 Carl HetheringtonFix deadlock during content examination.
2020-01-28 Carl HetheringtonFix crash with sub-sample push parts in AudioMerger. v2.15.42
2020-01-25 Carl HetheringtonAnother thinko fix.
2020-01-25 Carl HetheringtonFix thinko two commits ago.
2020-01-25 Carl HetheringtonCache film length for Player::pass.
2020-01-25 Carl HetheringtonUse memset for zeroing float buffers; it's faster,...
2020-01-24 Carl HetheringtonSupport binary STL subtitle files.
2020-01-16 Carl HetheringtonMake FileError say what path the problem was with.
2020-01-14 Carl HetheringtonAdd some PT-style names to the guesswork on which chann...
2020-01-10 Carl HetheringtonGive DCPDecoder its own ::position which just returns...
2020-01-08 Carl HetheringtonMerge a set of changes which run the OpenGL video updat... v2.15.40
2020-01-08 Carl HetheringtonNaming tweak.
2020-01-08 Carl HetheringtonClean up access to stuff from Film.
2020-01-08 Carl HetheringtonBarely-functioning GL playback with new arrangement.
2020-01-07 Carl HetheringtonExtend the amount of allowed disagreement between the...
2020-01-03 Carl HetheringtonFix failure to save screen notes when making a new...
2019-12-23 Carl HetheringtonAnother comment typo.
2019-12-19 Carl HetheringtonRemove our forcing of analyzeduration and probesize...
2019-12-19 Carl HetheringtonAdd an output audio matrix (#1482).
2019-12-19 Carl HetheringtonAdd an assertion.
2019-12-16 Carl HetheringtonFlush audio decoder when a DCPDecoder finishes so that
2019-12-15 Carl HetheringtonStop empty Font IDs in imported DCP subtitles making...
2019-12-14 Carl HetheringtonSupport content version metadata (#782).
2019-12-14 Carl HetheringtonFix typo.
2019-12-12 Carl HetheringtonUse the new libdcp xerces stuff and install the require...
2019-12-10 Carl HetheringtonMake terminate_threads() less likely to leave _threads...
2019-12-08 Carl HetheringtonThrow errors from CPLSummary constructor if the DCP...
2019-12-06 Carl HetheringtonAdjust for changes to libdcp API.
2019-12-04 Carl HetheringtonPackage a patched openssl which creates certificates...
2019-12-01 Carl HetheringtonFix audio pts accuracy from previous.
2019-11-30 Carl HetheringtonMore accurate calculation of export video pts; may...
2019-11-30 Carl HetheringtonDon't say we're encoding at 0fps when we're waiting...
2019-11-30 Carl HetheringtonCut down the time before fps starts to be reported...
2019-11-30 Carl HetheringtonFix crash when exporting a 2D project containing 3D...
2019-11-29 Carl HetheringtonCatch attempts to make a DCP when all content has been...
2019-11-26 Carl HetheringtonNag amount is now in Euros.
2019-11-24 Carl HetheringtonAccept EmptyAssetPathError if it does not lead to anyth...
2019-11-20 Carl HetheringtonRestore checking of 2D files that are incorrectly set...
2019-11-19 Carl HetheringtonDon't announce job is finished until things have been...
next