summaryrefslogtreecommitdiff
path: root/src/lib/writer.cc
AgeCommit message (Expand)Author
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
2013-10-20Another Win32 fix.Carl Hetherington
2013-10-19Some improvements in progress reporting, especially for long jobs.Carl Hetherington
2013-10-17Forward-port use of _fseeki64 instead of fseek on Windows for long file support.Carl Hetherington
2013-10-15Allow no-stretch scaling of video content.Carl Hetherington
2013-10-09Fix merge.Carl Hetherington
2013-10-03KDM / libdcp API changes.Carl Hetherington
2013-10-02Remove unnecessary include.Carl Hetherington
2013-10-01Adapt for new libdcp API; clarify name of libquickmail in configuration.Carl Hetherington
2013-09-19Various KDM and encryption fixes.Carl Hetherington
2013-09-19Some boost::filesystem::path cleanups; tweak for changes to libdcp.Carl Hetherington
2013-08-29Better progress reporting during MXF hashing (#184).Carl Hetherington
2013-08-25Interop support.Carl Hetherington