Fix pull timing; fix units of ReelWriter::total_written_audio_frames.
[dcpomatic.git] / src / lib / reel_writer.cc
2017-04-19 Carl HetheringtonFix pull timing; fix units of ReelWriter::total_written...
2016-11-09 Carl HetheringtonAdd some debug logging.
2016-10-31 Carl HetheringtonUse the same ContextID whenever encrypting the picture...
2016-09-20 Carl HetheringtonAdd some debugging.
2016-09-20 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-09-20 Carl HetheringtonFix crash on windows.
2016-09-19 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-09-19 Carl HetheringtonTry to fix build.
2016-09-19 Carl HetheringtonAdd some debugging logs for #953.
2016-09-09 Carl HetheringtonChange previous to use WTF for SMPTE DCP audio.
2016-09-08 Carl HetheringtonWrite a 7.1 channel assignment into SMPTE DCP audio...
2016-08-25 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-08-25 Carl HetheringtonMake burnt-in subtitle outline width configurable ...
2016-08-24 Carl HetheringtonBasic template support (#485).
2016-08-21 Carl HetheringtonEven better open-file error reports.
2016-08-18 Carl HetheringtonBetter errors on open fails; remove unused exception.
2016-08-17 Carl HetheringtonSmall libdcp API change.
2016-08-15 Carl HetheringtonMerge.
2016-08-13 Carl HetheringtonEnable encryption of SMPTE subtitle assets.
2016-08-04 Carl HetheringtonDifferent configuration of filename format for assets...
2016-07-31 Carl HetheringtonAllow configuration of MXF/XML filenames (part of ...
2016-07-29 Carl HetheringtonAdd reel index/count to DCP filename format.
2016-07-27 Carl HetheringtonDo parallel digest calculation when there are multiple...
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-13 Carl HetheringtonRename MD5Digester -> Digester.
2016-06-02 Carl HetheringtonSpeed up referencing of existing DCPs.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-11 Carl HetheringtonRevert "Temporary hack to double-check existing frame...
2016-05-09 Carl HetheringtonTemporary hack to double-check existing frame hashes.
2016-05-09 Carl HetheringtonFactor out checking of a single picture frame's hash.
2016-05-09 Carl HetheringtonAdd some debugging to checking of existing picture...
2015-12-06 Carl HetheringtonDon't go into an infinite loop when recovering from...
2015-12-04 Carl HetheringtonUse libdcp's compress_j2k; move Data into libdcp.
2015-11-27 Carl HetheringtonFix incorrect multi-reel subtitle timings (#760) and...
2015-11-04 Carl HetheringtonTry to hack around font finding during unit tests.
2015-11-04 Carl HetheringtonTry to fix fallback font locations.
2015-11-02 Carl HetheringtonFix incorrect preview of italic subtitles (#728).
2015-10-22 Carl HetheringtonMove quite a lot of stuff out of Writer into a new...