summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.cc
AgeCommit message (Expand)Author
2020-09-23Fix warnings about catching polymorphic types by value (#1843).Carl Hetherington
2019-12-03Fix typo.Carl Hetherington
2019-11-11Make separate reels for parts of the timeline with no video whenCarl Hetherington
2019-11-11Try to improve debug logging when putting video MXFs into DCPs.Carl Hetherington
2019-11-06More logging when finding assets to put in reels.Carl Hetherington
2019-10-21Copy with progress updates when we might copy long files (#1574).Carl Hetherington
2019-10-15Fix cross-thread access to info files. May help with #1618.Carl Hetherington
2019-10-08Improve OpenFileError so that it doesn't say "opening for read"Carl Hetherington
2019-06-28Fix incorrect timing of PNG subtitles in second and subsequent reels.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
2017-05-30Fix build.Carl Hetherington
2017-05-30Add a debug log for an assertion failure.Carl Hetherington
2017-05-20Fix incorrect asserts.Carl Hetherington
2017-05-17Assert that reel assets are all the same length.Carl Hetherington
2017-04-19Fix pull timing; fix units of ReelWriter::total_written_audio_frames.Carl Hetherington
2016-11-09Add some debug logging.Carl Hetherington
2016-10-31Use the same ContextID whenever encrypting the picture asset for a project;Carl Hetherington
2016-09-20Add some debugging.Carl Hetherington