Use dcp::file_to_string().
[dcpomatic.git] / src / lib / writer.cc
2021-06-24 Carl HetheringtonFix incorrect issuer/creator in CPL files.
2021-06-01 Carl HetheringtonPut audio language back in the Film.
2021-04-30 Carl HetheringtonC++11 tidying.
2021-04-20 Carl HetheringtonMake digest calculations interruptible.
2021-04-20 Carl HetheringtonMove digest calculation to a separate method.
2021-04-20 Carl HetheringtonAdd some possibly-useful markers for debugging threads...
2021-04-12 Carl HetheringtonBump libdcp for some API improvements.
2021-04-02 Carl HetheringtonAdd language to audio content and use it instead of...
2021-03-31 Carl HetheringtonPut subtitle language back into content from the film...
2021-03-22 Carl HetheringtonDon't insist on writing optional metadata (#1923).
2021-03-20 Carl HetheringtonTidy up HMSF handling in a few places.
2021-03-19 Carl HetheringtonFix handling of subtitles at reel boundaries.
2021-03-16 Carl HetheringtonSplit subtitles at reel boundaries (#1918).
2021-02-23 Carl HetheringtonFix assertion failure in AudioBuffers::copy_from()...
2021-02-23 Carl HetheringtonDon't write active picture area with zero width or...
2021-02-17 Carl HetheringtonAssorted C++11 tidying.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-26 Carl Hetheringtonlibdcp API change ReelMXF -> ReelFileAsset.
2021-01-22 Carl HetheringtonMake PKL AnnotationText the same as CPL ContentTitleTex...
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-22 Carl HetheringtonPass fonts from content around as FontData.
2020-12-08 Carl HetheringtonIn a DCP with any subs/ccaps, make sure every reel...
2020-12-08 Carl HetheringtonWrite subtitles and closed captions to a test DCP in...
2020-12-08 Carl HetheringtonMake Writer take an output DCP path rather than getting...
2020-12-08 Carl HetheringtonMake Writer tolerate a nullptr Job.
2020-12-08 Carl HetheringtonUse a weak_ptr<Film> in ReelWriter.
2020-12-08 Carl HetheringtonUse a weak_ptr<Film> in Writer.
2020-12-06 Carl HetheringtonRemove a pointless parameter that the callee can calculate.
2020-12-05 Carl HetheringtonRemove redundant check.
2020-11-26 Carl HetheringtonCalculate hashes for any referenced assets that do...
2020-11-20 Carl HetheringtonSubtitle language handling tweaks; write multiple subti...
2020-11-20 Carl HetheringtonRemove subtitle language from text content.
2020-11-02 Carl HetheringtonPass around JPEG2000 data as a shared_ptr and hence...
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-09-23 Carl HetheringtonBuild fixes.
2020-09-23 Carl HetheringtonSupport CPL metadata.
2020-09-23 Carl HetheringtonAdapt for changes to libdcp API.
2020-07-29 Carl HetheringtonFix bugs in thread termination causing occasional pthread
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-06-08 Carl HetheringtonAlways sign DCPs (#1760).
2020-05-20 Carl HetheringtonDifficult to see how any unprotected write with multipl...
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...
next