summaryrefslogtreecommitdiff
path: root/src/lib/writer.cc
AgeCommit message (Expand)Author
2020-06-19Make Atmos content work more like other content. Now its MXFsencrypt-atmosCarl 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
2018-07-23Tidy up after mass rename.Carl Hetherington
2018-07-23More automated renaming.Carl Hetherington
2018-07-19Clean up after previous commit.Carl Hetherington
2018-07-19Reword again: Text -> Caption and Plain -> Text.Carl Hetherington
2018-07-19Get types into ReelWriter.Carl Hetherington
2018-07-19Partial conversion of PlayerSubtitles -> PlayerText and SubtitleString -> Pla...Carl Hetherington
2018-07-08Write image subs to DCPs.Carl Hetherington
2018-07-06Missing wakeups of the writer thread when we are waiting for it do something.v2.13.34Carl Hetherington
2018-06-09Another writer deadlock fix.Carl Hetherington
2018-06-07Assorted fixes to queue management.Carl Hetherington
2018-06-07Check that we're not about to deadlock if the queue is full and we can't repe...Carl Hetherington
2018-06-05Don't allow the queue to get too big with REPEAT frames otherwisev2.13.26Carl Hetherington
2018-05-15Fix failure to skip through more than one empty reel when looking for a reel ...Carl Hetherington
2018-04-19Add unit test to trigger #1275 and an assert to prevent the segfault.Carl Hetherington
2018-03-07Don't fake-write encrypted video frames as the asset ID is somehow (?)Carl Hetherington
2018-02-16Name threads on Linux.Carl Hetherington
2017-12-29Do split buffers over reel boundaries correctly.Carl Hetherington
2017-12-29Previously the code did not account for referenced audio, so farCarl Hetherington
2017-10-05Add configuration option to set writer's maximum frames in memory.Carl Hetherington
2017-06-29Offer only flat/scope/full-frame as container choices and differentiateCarl Hetherington
2017-06-15Fix crash when finding DCP size with Interop subs.Carl Hetherington
2017-06-11Fix incorrect audio MXFs when writing multiple reels.Carl Hetherington
2017-06-08Add size and audio/subtitle languages to contact sheet.Carl Hetherington
2017-05-09Simple cover sheet support (#1039).Carl Hetherington
2017-04-27Distinguish master DoM encode threads count from the server count.Carl Hetherington
2017-04-19Fix audio when it spans reel boundaries.Carl Hetherington
2017-04-19Fix pull timing; fix units of ReelWriter::total_written_audio_frames.Carl Hetherington