Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib / writer.cc
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-02-16 Carl HetheringtonMake a new AudioBuffers constructor and use it to avoid...
2020-01-30 Carl HetheringtonVarious thread cleanups.
2019-12-14 Carl HetheringtonSupport content version metadata (#782).
2019-11-04 Carl HetheringtonYet more waking (in hash computation).
2019-10-15 Carl HetheringtonFix assertion failure on making a VF, in certain circum...
2019-10-08 Carl HetheringtonFix cross-thread access to info files. May help with...
2019-09-29 Carl HetheringtonImprove OpenFileError so that it doesn't say "opening... v2.15.20
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-05-10 Carl HetheringtonBasics of metadata dialog - ratings.
2019-04-02 Carl HetheringtonExtract subtitle language from text content rather...
2018-12-23 Carl HetheringtonBe a bit more careful with fwrite.
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-09-02 Carl HetheringtonWhite space.
2018-08-29 Carl HetheringtonAdd some asserts.
2018-08-29 Carl HetheringtonBasics of splitting CCAP streams into different assets.
2018-08-28 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-08-23 Carl HetheringtonMore caption -> text.
2018-07-24 Carl HetheringtonTweak debug message.
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonReword again: Text -> Caption and Plain -> Text.
2018-07-19 Carl HetheringtonGet types into ReelWriter.
2018-07-19 Carl HetheringtonPartial conversion of PlayerSubtitles -> PlayerText...
2018-07-08 Carl HetheringtonWrite image subs to DCPs.
2018-07-06 Carl HetheringtonMissing wakeups of the writer thread when we are waitin... v2.13.34
2018-06-09 Carl HetheringtonAnother writer deadlock fix.
2018-06-07 Carl HetheringtonAssorted fixes to queue management.
2018-06-07 Carl HetheringtonCheck that we're not about to deadlock if the queue...
2018-06-05 Carl HetheringtonDon't allow the queue to get too big with REPEAT frames... v2.13.26
2018-05-15 Carl HetheringtonFix failure to skip through more than one empty reel...
2018-04-19 Carl HetheringtonAdd unit test to trigger #1275 and an assert to prevent...
2018-03-07 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-03-07 Carl HetheringtonDon't fake-write encrypted video frames as the asset...
2018-02-16 Carl HetheringtonName threads on Linux.
2017-12-29 Carl HetheringtonDo split buffers over reel boundaries correctly.
2017-12-29 Carl HetheringtonPreviously the code did not account for referenced...
2017-10-05 Carl HetheringtonAdd configuration option to set writer's maximum frames...
2017-06-29 Carl HetheringtonOffer only flat/scope/full-frame as container choices...
2017-06-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-06-15 Carl HetheringtonFix crash when finding DCP size with Interop subs.
2017-06-11 Carl HetheringtonFix incorrect audio MXFs when writing multiple reels.
2017-06-08 Carl HetheringtonAdd size and audio/subtitle languages to contact sheet.
2017-05-09 Carl HetheringtonSimple cover sheet support (#1039).
2017-04-27 Carl HetheringtonDistinguish master DoM encode threads count from the...
2017-04-19 Carl HetheringtonFix audio when it spans reel boundaries.
2017-04-19 Carl HetheringtonFix pull timing; fix units of ReelWriter::total_written...
2017-04-19 Carl HetheringtonAttempt to tidy up internal APIs slightly.
2017-04-19 Carl HetheringtonImplement subtitles.
2017-04-04 Carl HetheringtonMore detailed error with an invalid signer chain.
2017-04-03 Carl HetheringtonConfirm overwrite of existing DCP when creating a new...
2017-02-12 Carl HetheringtonUse CPL annotation text for ASSETMAP and PKL (#1048).
2017-01-29 Carl HetheringtonBetter debug log message.
2016-10-25 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-10-24 Carl HetheringtonBuild fix.
2016-10-24 Carl HetheringtonFix broken digest progress reporting (#977).
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-08-04 Carl HetheringtonDifferent configuration of filename format for assets...
2016-07-31 Carl HetheringtonAllow configuration of MXF/XML filenames (part of ...
2016-07-29 Carl HetheringtonAdd reel index/count to DCP filename format.
2016-07-29 Carl HetheringtonBasics of custom DCP filename components.
2016-07-27 Carl HetheringtonDo parallel digest calculation when there are multiple...
2016-06-13 Carl HetheringtonRename MD5Digester -> Digester.
2016-05-28 Carl HetheringtonMove transcode progress updating.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-02-21 Carl HetheringtonDon't write duplicate <LoadFont> nodes into subtitle...
2015-12-21 Carl HetheringtonIncrease number of frames stored in memory before write...
2015-12-18 Carl HetheringtonStop double-calculation of hashes.
2015-12-06 Carl HetheringtonAdd some more debugging.
2015-12-04 Carl HetheringtonUse libdcp's compress_j2k; move Data into libdcp.
2015-11-30 Carl HetheringtonI think it's ok and less crash-prone to check joinable...
2015-11-27 Carl HetheringtonFix reel that subtitles are put in when they are exactl...
2015-10-22 Carl HetheringtonMove quite a lot of stuff out of Writer into a new...
2015-10-22 Carl HetheringtonRemove ref_write mechanism and instead maintain state...
2015-10-22 Carl HetheringtonVarious multi-reel fixes.
2015-10-12 Carl HetheringtonRename split-by-video content slightly; fix referencing...
2015-10-12 Carl HetheringtonFix merge.
2015-10-12 Carl HetheringtonBasics of reel split.
2015-10-09 Carl HetheringtonLogging improvements to allow prettier displays in...
2015-10-06 Carl HetheringtonMerge.
2015-10-06 Carl HetheringtonMake sure SMPTE subtitle MXFs get the right intrinsic...
2015-09-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-09-24 Carl Hetheringtonassert (joinable) before joining threads.
2015-09-15 Carl HetheringtonBack-end for very basic and hacky VF support for a...
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-09-14 Carl HetheringtonOptimise checking of existing image data.
2015-09-12 Carl HetheringtonSet reel number and start time on SMPTE subtitles to...
2015-09-01 Carl HetheringtonDon't start thread in constructor. (Writer)
2015-09-01 Carl HetheringtonFix crash on cancellation of encodes during check of...
2015-09-01 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-09-01 Carl HetheringtonFix duplicate name of _mutex in ExceptionStore and...
2015-08-26 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-08-26 Carl HetheringtonAdd Ubuntu font hack.
2015-08-25 Carl HetheringtonPurge rint() and use llrint and friends.
2015-08-22 Carl HetheringtonFix write_frame_info again.
2015-08-20 Carl HetheringtonUse r+b not ab for fopen_boost so that we get the behav...
2015-08-19 Carl HetheringtonSome work on rationalising and tidying up timing logging.
next