summaryrefslogtreecommitdiff
path: root/src/lib/dcp_encoder.cc
AgeCommit message (Collapse)Author
2018-02-27Remove duplicate variables.Carl Hetherington
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-08-30Fix incorrect reel lengths in some cases; account for emitted data being ↵Carl Hetherington
rejected by the player, and for initial audio not to be at time 0.
2017-07-26Basic multithread of DCP decryption during export.Carl Hetherington
2017-07-18Don't set up Writer etc. until the job is run. This means thatCarl Hetherington
jobs queued in the batch converter don't start too early; e.g. if you add the same job twice the check of the existing video won't start on the second job until the first is complete.
2017-05-23Try to stop crashes when tests are torn down.Carl Hetherington
2017-05-10Rename some classes.Carl Hetherington