summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.h
AgeCommit message (Collapse)Author
2017-12-29Previously the code did not account for referenced audio, so farCarl Hetherington
as I can see. It decided which reel to write new audio to based on how many frames had been written to the current reel; this makes no sense for referred reels for which the player will emit no audio. This code looks at the audio timestamp instead.
2017-07-27Small tidy-up to member variable.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-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
This reverts commit 9fe5ea488461355a779db1b6b56f93ef375bac41.
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
2015-12-04Use libdcp's compress_j2k; move Data into libdcp.Carl Hetherington
2015-10-22Move quite a lot of stuff out of Writer into a new classCarl Hetherington
ReelWriter, which hopefully cleans things up a bit.