summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.cc
AgeCommit message (Expand)Author
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
2016-09-20Fix crash on windows.Carl Hetherington
2016-09-19Try to fix build.Carl Hetherington
2016-09-19Add some debugging logs for #953.Carl Hetherington
2016-09-09Change previous to use WTF for SMPTE DCP audio.Carl Hetherington
2016-09-09Write a 7.1 channel assignment into SMPTE DCP audio MXFs.Carl Hetherington
2016-08-25Make burnt-in subtitle outline width configurable (#940).Carl Hetherington
2016-08-24Basic template support (#485).Carl Hetherington
2016-08-21Even better open-file error reports.Carl Hetherington
2016-08-18Better errors on open fails; remove unused exception.Carl Hetherington
2016-08-17Small libdcp API change.Carl Hetherington
2016-08-13Enable encryption of SMPTE subtitle assets.Carl Hetherington
2016-08-04Different configuration of filename format for assets / metadata (since CPL/P...Carl Hetherington
2016-07-31Allow configuration of MXF/XML filenames (part of #710).Carl Hetherington
2016-07-29Add reel index/count to DCP filename format.Carl Hetherington
2016-07-27Do parallel digest calculation when there are multiple reels (#855).Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
2016-06-21Use make_shared<>.Carl Hetherington
2016-06-13Rename MD5Digester -> Digester.Carl Hetherington
2016-06-02Speed up referencing of existing DCPs.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-11Revert "Temporary hack to double-check existing frame hashes."Carl Hetherington
2016-05-09Temporary hack to double-check existing frame hashes.Carl Hetherington
2016-05-09Factor out checking of a single picture frame's hash.Carl Hetherington
2016-05-09Add some debugging to checking of existing picture assets.Carl Hetherington
2015-12-06Don't go into an infinite loop when recovering from a previous run in which t...Carl Hetherington
2015-12-04Use libdcp's compress_j2k; move Data into libdcp.Carl Hetherington
2015-11-27Fix incorrect multi-reel subtitle timings (#760) and add test.Carl Hetherington
2015-11-04Try to hack around font finding during unit tests.Carl Hetherington
2015-11-04Try to fix fallback font locations.Carl Hetherington
2015-11-02Fix incorrect preview of italic subtitles (#728).Carl Hetherington
2015-10-22Move quite a lot of stuff out of Writer into a new classCarl Hetherington