Supporters update.
[dcpomatic.git] / src / lib / writer.cc
2024-01-04 Carl HetheringtonMerge branch '2694-remove-odd-check'
2024-01-04 Carl HetheringtonAdd dummy subtitle and closed caption reels even when...
2023-11-20 Carl HetheringtonImprove progress reporting of digest calculations ...
2023-10-15 Carl HetheringtonFix DCP content font ID allocation to cope with DCPs...
2023-10-09 Carl HetheringtonUse dcp::filesystem to wrap filesystem calls and fix_lo...
2023-08-11 Carl HetheringtonPrevent empty <LabelText> in <ContentVersion> (#2594).
2023-08-06 Carl HetheringtonGo back to respecting the user's choice for the number...
2023-07-22 Carl HetheringtonCleanup: lengthen some short variable names.
2023-06-30 Carl HetheringtonDon't write MainSoundConfiguration with 71 when we...
2023-05-12 Carl HetheringtonOnly add fonts to assets when they are required.
2023-04-06 Carl HetheringtonWrite MainSoundConfiguration tags with hyphens for...
2023-03-29 Carl HetheringtonAlways make 16-channel MXFs.
2023-03-05 Carl HetheringtonRemove some 3D stuff I think is unnecessary since the... v2.16.46
2023-03-03 Carl HetheringtonAdd option to limit DCP output to the "Bv2.0 profile... v2.16.45
2023-02-01 Carl HetheringtonHandle 2D/3D mismatches in the player (#2409).
2023-01-23 Carl HetheringtonUse MCASoundField::STEREO (20) for stereo DCPs.
2022-12-16 Carl HetheringtonMake sure main picture active area values are even...
2022-09-14 Carl HetheringtonFix some spelling mistakes (mostly in comments).
2022-06-07 Carl HetheringtonTidying.
2022-06-07 Carl HetheringtonRearrange subtitle font management.
2022-05-26 Carl HetheringtonCleanup: use some more make_shared.
2022-05-05 Carl HetheringtonUse dcp::File in DCP-o-matic (#2231).
2022-05-01 Carl HetheringtonAdd CPL_FILENAME variable for cover sheets (#2107).
2022-04-29 Carl HetheringtonAdd a simple DCP editor.
2022-03-09 Carl HetheringtonDon't write a <ContentVersion> tag with an empty <Label...
2021-10-09 Carl HetheringtonCleanup some unused using statements and other bits.
2021-08-04 Carl HetheringtonAllow specifying and writing sign language video langua... v2.15.157
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.
next