summaryrefslogtreecommitdiff
path: root/src/lib/writer.cc
AgeCommit message (Collapse)Author
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
audio analyses so that the analyses are re-computed when the mapping changes. Reported-by: Matthias Damm
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
Reported-by: Andrew Walls
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
for the film viewer as its image must represent a (scaled down) version of the film's frame.
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
so it can be overwritten, even on Windows.
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 ↵Carl Hetherington
writing to do already.
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 ↵Carl Hetherington
needs this in some circumstances.
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 ↵Carl Hetherington
that we push later frames to disk where necessary rather than earlier ones.
2014-01-08Fix previous.Carl Hetherington
2014-01-08Speculative fix for #305; ensure _queue.sort() happens before ↵Carl Hetherington
have_sequenced_image... in all cases (the second call to have_sequenced_image may have been called with an unsorted _queue, especially on quick machines).
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 ↵Carl Hetherington
directories being left around (#174).
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 ↵Carl Hetherington
adding content from non-Latin directories.
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