summaryrefslogtreecommitdiff
path: root/src/lib/writer.cc
AgeCommit message (Expand)Author
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
2014-01-08Speculative fix for #305; ensure _queue.sort() happens before have_sequenced_...Carl Hetherington
2014-01-08Tidy up audio MXF creation slightly.Carl Hetherington
2014-01-06Leave DCP directory creation until the last minute to help avoid half-eaten d...Carl Hetherington
2014-01-05Use _fseeki64 on Windows when handling content files.Carl Hetherington
2013-12-30Comment and slightly tidy ExceptionStore.Carl Hetherington
2013-12-29Fix a number of missing fopen_boost replacements; might fix problems with add...Carl Hetherington
2013-12-18Fix progress reporting for 3D DCPs.Carl Hetherington
2013-12-04Make signatures optional (#273).Carl Hetherington
2013-12-02Fix crash on failing to open a frame info file.Carl Hetherington
2013-11-26A whole load of UTF-8/-16 confusion fixes for Windows.Carl Hetherington
2013-11-09Add another assert().Carl Hetherington
2013-11-09Fix a few memory leaks.Carl Hetherington
2013-11-07Force initial update of progress so that the sub-job gets updates straight away.Carl Hetherington