Reword again: Text -> Caption and Plain -> Text.
[dcpomatic.git] / src / lib / writer.cc
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.
2015-08-18 Carl HetheringtonMake DCP creator configurable.
2015-08-18 Carl HetheringtonWrite our chosen metadata to CPLs as well as PKL/ASSETMAP.
2015-07-30 Carl HetheringtonRename Config::_signer to Config::_signer_chain.
2015-07-30 Carl HetheringtonChanges to libdcp.
2015-07-29 Carl HetheringtonReplace Time::frames with Time::frames_round and Time...
2015-06-30 Carl HetheringtonFix progress reporting when repeating frames.l
2015-06-30 Carl HetheringtonCalm down default logging a bit.
2015-06-25 Carl HetheringtonMerge.
2015-06-25 Carl HetheringtonRemove some old debugging code.
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-19 Carl HetheringtonNo-op; variable renaming.
2015-06-10 Carl HetheringtonResurrect neater repeat-write handling.
2015-06-10 Carl HetheringtonTidy up J2KImageProxy a bit.
2015-06-10 Carl HetheringtonRename EncodedData -> Data and trim it a bit.
2015-06-10 Carl HetheringtonFix build.
2015-06-09 Carl HetheringtonHide Font members behind accessors.
2015-06-09 Carl HetheringtonSubtitle naming fixes.
2015-06-09 Carl HetheringtonBump libdcp.
2015-06-08 Carl HetheringtonMerge.
2015-06-08 Carl HetheringtonSome work on SMPTE subs.
2015-06-08 Carl HetheringtonAdapt for changes to libdcp API.
2015-05-26 Carl HetheringtonFix recovery of partial video MXF.
2015-05-26 Carl HetheringtonSlightly-improved log message.
2015-05-25 Carl Hetherington5b5c36d28d07e8cd93af5a3f766fd95f2a506beb from master...
next