summaryrefslogtreecommitdiff
path: root/src/lib/writer.cc
AgeCommit message (Expand)Author
2017-04-19Implement subtitles.Carl Hetherington
2017-04-05More detailed error with an invalid signer chain.Carl Hetherington
2017-04-03Confirm overwrite of existing DCP when creating a new one.Carl Hetherington
2017-02-12Use CPL annotation text for ASSETMAP and PKL (#1048).Carl Hetherington
2017-01-29Better debug log message.Carl Hetherington
2016-10-24Build fix.Carl Hetherington
2016-10-24Fix broken digest progress reporting (#977).Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl 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-29Basics of custom DCP filename components.Carl Hetherington
2016-07-27Do parallel digest calculation when there are multiple reels (#855).Carl Hetherington
2016-06-13Rename MD5Digester -> Digester.Carl Hetherington
2016-05-29Move transcode progress updating.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-02-21Don't write duplicate <LoadFont> nodes into subtitle files.Carl Hetherington
2015-12-21Increase number of frames stored in memory before write (#748).Carl Hetherington
2015-12-18Stop double-calculation of hashes.Carl Hetherington
2015-12-06Add some more debugging.Carl Hetherington
2015-12-04Use libdcp's compress_j2k; move Data into libdcp.Carl Hetherington
2015-11-30I think it's ok and less crash-prone to check joinable() ratherCarl Hetherington
2015-11-27Fix reel that subtitles are put in when they are exactly on a reel boundary.Carl Hetherington
2015-10-22Move quite a lot of stuff out of Writer into a new classCarl Hetherington
2015-10-22Remove ref_write mechanism and instead maintain state for eachCarl Hetherington
2015-10-22Various multi-reel fixes.Carl Hetherington
2015-10-12Rename split-by-video content slightly; fix referencing to multi-reel DCPs.Carl Hetherington
2015-10-12Fix merge.Carl Hetherington
2015-10-12Basics of reel split.Carl Hetherington
2015-10-09Logging improvements to allow prettier displays in the server GUI.Carl Hetherington
2015-10-06Make sure SMPTE subtitle MXFs get the right intrinsic duration.Carl Hetherington
2015-09-24assert (joinable) before joining threads.Carl Hetherington
2015-09-16Back-end for very basic and hacky VF support for a DCP imported as content.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-09-14Optimise checking of existing image data.Carl Hetherington
2015-09-12Set reel number and start time on SMPTE subtitles to keep easyDCP player happy.Carl Hetherington
2015-09-01Don't start thread in constructor. (Writer)Carl Hetherington
2015-09-01Fix crash on cancellation of encodes during check of image data; allow cancel...Carl Hetherington
2015-09-01Fix duplicate name of _mutex in ExceptionStore and some of its children.Carl Hetherington
2015-08-26Add Ubuntu font hack.Carl Hetherington
2015-08-25Purge rint() and use llrint and friends.Carl Hetherington
2015-08-22Fix write_frame_info again.Carl Hetherington
2015-08-20Use r+b not ab for fopen_boost so that we get the behaviour we wanted.Carl Hetherington
2015-08-19Some work on rationalising and tidying up timing logging.Carl Hetherington
2015-08-18Make DCP creator configurable.Carl Hetherington
2015-08-18Write our chosen metadata to CPLs as well as PKL/ASSETMAP.Carl Hetherington
2015-07-30Rename Config::_signer to Config::_signer_chain.Carl Hetherington
2015-07-30Changes to libdcp.Carl Hetherington
2015-07-29Replace Time::frames with Time::frames_round and Time::frames_floor.Carl Hetherington
2015-07-01Fix progress reporting when repeating frames.lCarl Hetherington