summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.cc
AgeCommit message (Expand)Author
2020-07-24WIPsigned-unsignedCarl Hetherington
2020-07-15Fix warning.Carl Hetherington
2020-07-11Use new channel 14 ATMOS sync creation code in libdcp,Carl Hetherington
2020-06-19Make Atmos content work more like other content. Now its MXFsv2.15.82Carl Hetherington
2020-06-17Allow more complete control over the libdcp/DCP-o-matic metadata written to v...Carl Hetherington
2020-04-19Add _last_written to Writer, containing the last written frame and eyesCarl Hetherington
2019-11-06Remove duplicate log introduced by previos.Carl Hetherington
2019-11-06More logging when finding assets to put in reels.Carl Hetherington
2019-10-31Make separate reels for parts of the timeline with no video whenCarl Hetherington
2019-10-26Avoid unnecessary re-writes of video assets if they are staying the same (#16...v2.15.26Carl Hetherington
2019-10-21Copy with progress updates when we might copy long files (#1574).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-06-27Fix incorrect timing of PNG subtitles in second and subsequent reels.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-05-10Update for libdcp API changes.Carl Hetherington
2019-05-10Basics of marker writing (part of #782).Carl Hetherington
2019-03-29Set CCAP language tag correctly.Carl Hetherington
2019-01-27Remove specification of italic/bold fonts (#1451); synthesis will be used ins...v2.13.110Carl Hetherington
2019-01-06Don't write <Language> tags to SMPTE subs unless we know the language,Carl Hetherington
2018-12-23Be a bit more careful with fwrite.Carl Hetherington
2018-12-19Be more careful with fread in various places.v2.13.88Carl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2018-08-29Write annotation text and language to CCAP nodes correctly.Carl Hetherington
2018-08-29Basics of splitting CCAP streams into different assets.Carl Hetherington
2018-08-23Rename some caption -> text.Carl Hetherington
2018-08-22White space.Carl Hetherington
2018-08-04Some subtitle renaming.Carl Hetherington
2018-07-23Tidy up after mass rename.Carl Hetherington
2018-07-23More automated renaming.Carl Hetherington
2018-07-19Untested writing of CCAP.Carl Hetherington
2018-07-19White space.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-19Finish PlayerSubtitles -> PlayerText and SubtitleString -> PlainText.Carl Hetherington
2018-07-19More renaming.Carl Hetherington
2018-07-08Write image subs to DCPs.Carl Hetherington
2018-07-08Fix build with shared_ptr dcp::Subtitle and subclasses.Carl Hetherington
2018-04-03Remove rather wordy debug for #953, not seen for a while.Carl Hetherington
2018-03-06Adapt for changes to libdcp API.Carl Hetherington
2018-01-31Fix duration/intrinsic duration confusion.Carl Hetherington
2017-12-29I don't think the audio parameter here should ever be 0.Carl Hetherington
2017-12-29Previously the code did not account for referenced audio, so farCarl Hetherington
2017-12-10Give a better error.Carl Hetherington
2017-09-01Fix corruption of an existing DCP when a new one is made with the same videoCarl Hetherington
2017-08-30Fix incorrect reel lengths in some cases; account for emitted data being reje...Carl Hetherington
2017-07-27Small tidy-up to member variable.Carl Hetherington
2017-06-07Fix incorrect reel numbers in subtitle XML/MXF.Carl Hetherington
2017-06-01Improve an error message.Carl Hetherington