summaryrefslogtreecommitdiff
path: root/src/lib/writer.cc
AgeCommit message (Expand)Author
2014-09-29Merge master.Carl Hetherington
2014-09-28Better error when copying the video file into the DCP fails.Carl Hetherington
2014-09-01Merge master.Carl Hetherington
2014-08-31Stop CPL <Creator> tag being configurable and use DCP-o-matic version number ...Carl Hetherington
2014-08-11Merge master.Carl Hetherington
2014-08-09Properly remove JSON server; remove some unused usings; remove some unnecessa...Carl Hetherington
2014-07-22Write subtitle intrinsic durations to match the picture in the reel; sort out...Carl Hetherington
2014-07-18Keep signing certificates / keys in config.xml rather than on disk; allow con...Carl Hetherington
2014-07-10Fix previous.Carl Hetherington
2014-07-10Prevent erroneous creation of subtitle MXF where there are no subtitles.Carl Hetherington
2014-07-10Various fixes for DCP subtitles, and a test or two.Carl Hetherington
2014-07-04Make XML subtitle work at the very minimal level.Carl Hetherington
2014-07-01Split EncodedData classes into their own file.Carl Hetherington
2014-07-01DCPVideoFrame -> DCPVideo and PlayerVideoFrame -> PlayerVideo.Carl Hetherington
2014-07-01Merge master.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-06-26Merge master.Carl Hetherington
2014-06-23Some comments.Carl Hetherington
2014-06-04Merge master.Carl Hetherington
2014-06-03Include audio mapping in the digest used to distinguish differentCarl Hetherington
2014-06-02Merge master.Carl Hetherington
2014-05-21Try to fix clashes caused by ERROR, WARNING etc. as variables.Carl Hetherington
2014-05-21Tidy up logging a bit. Make it configurable from the GUI.Carl Hetherington
2014-04-10Fix various errors in DCP creation.Carl Hetherington
2014-04-09Fix crash when there is no audio MXF.Carl Hetherington
2014-04-01Merge master.Carl Hetherington
2014-03-25It builds.Carl Hetherington
2014-03-24Fix error on creating zero-audio-channel DCPs.Carl Hetherington
2014-03-17Merge master.Carl Hetherington
2014-03-11OS X build fixes.Carl Hetherington
2014-03-09Fix display of no-scale mode in the player; the image still has to be scaled ...Carl Hetherington
2014-03-07operator bool on Time is a really bad idea; removed it and fixed lots of bugs.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2014-02-24Tweaks for libdcp.Carl Hetherington
2014-02-12It builds again.Carl Hetherington
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington
2014-02-05Fix some coverity-reported stuff.Carl Hetherington
2014-01-15Set interop flags on assets, not just the DCP/CPL's XML.Carl Hetherington
2014-01-12Fix recently-introduced crash on double-terminating the Writer thread.Carl Hetherington
2014-01-11Destroy Transcoder when cancelling transcode jobs; this closes the audio MXF ...Carl Hetherington
2014-01-10More windows debug.Carl Hetherington
2014-01-10Missing signal of _full_condition mutex.Carl Hetherington
2014-01-10Fix daft mistake in ordering with audio MXF deletion saga.Carl Hetherington
2014-01-10Add a _full_condition to so that ::write() sleeps if there is lots of writing...Carl Hetherington
2014-01-10Try again to remove anything at audio_mxf_filename.Carl Hetherington
2014-01-09Delete existing audio MXFs before creating new ones, as apparently Windows ne...Carl Hetherington
2014-01-09Windows debugging.Carl Hetherington
2014-01-09Fix previous commit.Carl Hetherington
2014-01-09Bump maximum number of frames in memory for high thread counts. Make sure th...Carl Hetherington
2014-01-08Fix previous.Carl Hetherington