| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-03 | Remove rather wordy debug for #953, not seen for a while. | Carl Hetherington | |
| 2018-03-06 | Adapt for changes to libdcp API. | Carl Hetherington | |
| 2018-01-31 | Fix duration/intrinsic duration confusion. | Carl Hetherington | |
| 2017-12-29 | I don't think the audio parameter here should ever be 0. | Carl Hetherington | |
| 2017-12-29 | Previously the code did not account for referenced audio, so far | Carl 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-12-10 | Give a better error. | Carl Hetherington | |
| 2017-09-01 | Fix corruption of an existing DCP when a new one is made with the same video | Carl Hetherington | |
| asset (#1126). | |||
| 2017-08-30 | Fix 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-27 | Small tidy-up to member variable. | Carl Hetherington | |
| 2017-06-07 | Fix incorrect reel numbers in subtitle XML/MXF. | Carl Hetherington | |
| 2017-06-01 | Improve an error message. | Carl Hetherington | |
| 2017-05-30 | Fix build. | Carl Hetherington | |
| 2017-05-30 | Add a debug log for an assertion failure. | Carl Hetherington | |
| 2017-05-20 | Fix incorrect asserts. | Carl Hetherington | |
| 2017-05-17 | Assert that reel assets are all the same length. | Carl Hetherington | |
| 2017-04-19 | Fix pull timing; fix units of ReelWriter::total_written_audio_frames. | Carl Hetherington | |
| 2016-11-09 | Add some debug logging. | Carl Hetherington | |
| 2016-10-31 | Use the same ContextID whenever encrypting the picture asset for a project; | Carl Hetherington | |
| this ensures that resumption of encodes works. Before this, a random ContextID would be created for each run (#980). | |||
| 2016-09-20 | Add some debugging. | Carl Hetherington | |
| 2016-09-20 | Fix crash on windows. | Carl Hetherington | |
| 2016-09-19 | Try to fix build. | Carl Hetherington | |
| 2016-09-19 | Add some debugging logs for #953. | Carl Hetherington | |
| 2016-09-09 | Change previous to use WTF for SMPTE DCP audio. | Carl Hetherington | |
| 2016-09-09 | Write a 7.1 channel assignment into SMPTE DCP audio MXFs. | Carl Hetherington | |
| 2016-08-25 | Make burnt-in subtitle outline width configurable (#940). | Carl Hetherington | |
| 2016-08-24 | Basic template support (#485). | Carl Hetherington | |
| 2016-08-21 | Even better open-file error reports. | Carl Hetherington | |
| 2016-08-18 | Better errors on open fails; remove unused exception. | Carl Hetherington | |
| 2016-08-17 | Small libdcp API change. | Carl Hetherington | |
| 2016-08-13 | Enable encryption of SMPTE subtitle assets. | Carl Hetherington | |
| 2016-08-04 | Different configuration of filename format for assets / metadata (since ↵ | Carl Hetherington | |
| CPL/PKL files don't refer to reels). | |||
| 2016-07-31 | Allow configuration of MXF/XML filenames (part of #710). | Carl Hetherington | |
| 2016-07-29 | Add reel index/count to DCP filename format. | Carl Hetherington | |
| 2016-07-27 | Do parallel digest calculation when there are multiple reels (#855). | Carl Hetherington | |
| 2016-06-21 | Revert "Use make_shared<>." | Carl Hetherington | |
| Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f. | |||
| 2016-06-21 | Use make_shared<>. | Carl Hetherington | |
| 2016-06-13 | Rename MD5Digester -> Digester. | Carl Hetherington | |
| 2016-06-02 | Speed up referencing of existing DCPs. | Carl Hetherington | |
| When referring to an existing DCP, assume that the hash in the CPL is correct rather than recalculating it. This can be a big benefit when, for example, referring to an existing picture MXF. | |||
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-11 | Revert "Temporary hack to double-check existing frame hashes." | Carl Hetherington | |
| This reverts commit 9fe5ea488461355a779db1b6b56f93ef375bac41. | |||
| 2016-05-09 | Temporary hack to double-check existing frame hashes. | Carl Hetherington | |
| 2016-05-09 | Factor out checking of a single picture frame's hash. | Carl Hetherington | |
| 2016-05-09 | Add some debugging to checking of existing picture assets. | Carl Hetherington | |
| 2015-12-06 | Don't go into an infinite loop when recovering from a previous run in which ↵ | Carl Hetherington | |
| the even the first frame was not completed. | |||
| 2015-12-04 | Use libdcp's compress_j2k; move Data into libdcp. | Carl Hetherington | |
| 2015-11-27 | Fix incorrect multi-reel subtitle timings (#760) and add test. | Carl Hetherington | |
| 2015-11-04 | Try to hack around font finding during unit tests. | Carl Hetherington | |
| 2015-11-04 | Try to fix fallback font locations. | Carl Hetherington | |
| 2015-11-02 | Fix incorrect preview of italic subtitles (#728). | Carl Hetherington | |
| This requires fonts to be configured with their italic versions so that the italic font can be given to FontConfig and hence used to render text. Bold font configuration is also added here although bold subtitles aren't yet supported. | |||
| 2015-10-22 | Move quite a lot of stuff out of Writer into a new class | Carl Hetherington | |
| ReelWriter, which hopefully cleans things up a bit. | |||
