summaryrefslogtreecommitdiff
path: root/src/lib/writer.cc
AgeCommit message (Expand)Author
2021-02-23Fix assertion failure in AudioBuffers::copy_from() (#1909)win-splashCarl Hetherington
2021-02-21Don't write active picture area with zero width or height as it makes verific...Carl Hetherington
2021-02-17Assorted C++11 tidying.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-26libdcp API change ReelMXF -> ReelFileAsset.Carl Hetherington
2021-01-22Make PKL AnnotationText the same as CPL ContentTitleText per Bv2.1Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-22Pass fonts from content around as FontData.Carl Hetherington
2020-12-08In a DCP with any subs/ccaps, make sure every reel has them (#1340).Carl Hetherington
2020-12-08Write subtitles and closed captions to a test DCP in the hints thread,Carl Hetherington
2020-12-08Make Writer take an output DCP path rather than getting it from theCarl Hetherington
2020-12-08Make Writer tolerate a nullptr Job.Carl Hetherington
2020-12-08Use a weak_ptr<Film> in ReelWriter.Carl Hetherington
2020-12-08Use a weak_ptr<Film> in Writer.Carl Hetherington
2020-12-06Remove a pointless parameter that the callee can calculate.Carl Hetherington
2020-12-05Remove redundant check.Carl Hetherington
2020-11-26Calculate hashes for any referenced assets that do not already have one.Carl Hetherington
2020-11-20Subtitle language handling tweaks; write multiple subtitle languagesCarl Hetherington
2020-11-20Remove subtitle language from text content.Carl Hetherington
2020-11-02Pass around JPEG2000 data as a shared_ptr and hence avoid a copyCarl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-09-23Build fixes.Carl Hetherington
2020-09-23Support CPL metadata.Carl Hetherington
2020-09-23Adapt for changes to libdcp API.Carl Hetherington
2020-07-29Fix bugs in thread termination causing occasional pthreadCarl Hetherington
2020-06-19Make Atmos content work more like other content. Now its MXFsv2.15.82Carl Hetherington
2020-06-08Always sign DCPs (#1760).Carl Hetherington
2020-05-20Difficult to see how any unprotected write with multiple readersCarl Hetherington
2020-04-19Add _last_written to Writer, containing the last written frame and eyesCarl Hetherington
2020-04-19Use a BOOST_FOREACH.Carl Hetherington
2020-04-19Rename a variable.Carl Hetherington
2020-02-16Make a new AudioBuffers constructor and use it to avoid some use of the more ...Carl Hetherington
2020-01-30Various thread cleanups.Carl Hetherington
2019-12-15Support content version metadata (#782).Carl Hetherington
2019-11-05Yet more waking (in hash computation).Carl Hetherington
2019-10-16Fix assertion failure on making a VF, in certain circumstances.Carl Hetherington
2019-10-09Fix cross-thread access to info files. May help with #1618.Carl Hetherington
2019-09-29Improve OpenFileError so that it doesn't say "opening for read"v2.15.20Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-05-10Basics of metadata dialog - ratings.Carl Hetherington
2019-04-02Extract subtitle language from text content rather than ISDCFMetadata (part o...Carl Hetherington
2018-12-23Be a bit more careful with fwrite.Carl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2018-09-02White space.Carl Hetherington
2018-08-29Add some asserts.Carl Hetherington
2018-08-29Basics of splitting CCAP streams into different assets.Carl Hetherington
2018-08-23More caption -> text.Carl Hetherington
2018-07-24Tweak debug message.Carl Hetherington