summaryrefslogtreecommitdiff
path: root/src/lib/writer.h
AgeCommit message (Expand)Author
2015-09-01Don't start thread in constructor. (Writer)Carl Hetherington
2015-09-01Fix duplicate name of _mutex in ExceptionStore and some of its children.Carl Hetherington
2015-08-26Separate ExceptionStore.Carl Hetherington
2015-08-26Rest of src/lib/*.h tidying.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-10Resurrect neater repeat-write handling.Carl Hetherington
2015-06-10Remove unused declaration.Carl Hetherington
2015-06-10Tidy up J2KImageProxy a bit.Carl Hetherington
2015-06-10Rename EncodedData -> Data and trim it a bit.Carl Hetherington
2015-06-08Some work on SMPTE subs.Carl Hetherington
2015-06-08Adapt for changes to libdcp API.Carl Hetherington
2015-05-255b5c36d28d07e8cd93af5a3f766fd95f2a506beb from master; increase the number of ...Carl Hetherington
2015-04-30Various bits related to subtitle font handling, particularly copying fonts to...Carl Hetherington
2015-04-24Fix crash due to static initialisation order nastiness.Carl Hetherington
2014-12-20Basic pass-through of font information when using DCP subtitles.Carl Hetherington
2014-12-11Add language property to SubtitleContent and use it in output DCP subtitle fi...Carl Hetherington
2014-12-06Missing include and hide a warning on Windows.Carl Hetherington
2014-12-05Some include tidying.Carl Hetherington
2014-07-04Make XML subtitle work at the very minimal level.Carl Hetherington
2014-04-27Copyright date.Carl Hetherington
2014-04-01Merge master.Carl Hetherington
2014-03-25It builds.Carl Hetherington
2014-02-25Comments.Carl Hetherington
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington
2014-01-11Destroy Transcoder when cancelling transcode jobs; this closes the audio MXF ...Carl Hetherington
2014-01-10Add a _full_condition to so that ::write() sleeps if there is lots of writing...Carl Hetherington
2014-01-08Fix previous.Carl Hetherington
2013-11-09Fix a few memory leaks.Carl Hetherington
2013-07-23New libdcp API.Carl Hetherington
2013-07-22Various 3D bits.Carl Hetherington
2013-07-22Basics of front-end 3D (as far as viewer, at least).Carl Hetherington
2013-07-16More noncopyable.Carl Hetherington
2013-06-20Various fixes to make audio analysis sort-of work.Carl Hetherington
2013-05-08Some tidying up. Do encode progress in the writer to improve progress bar mo...Carl Hetherington
2013-04-01Various bits.Carl Hetherington
2013-03-31Runs.Carl Hetherington
2013-02-11Basic attempt to catch exceptions in the writer thread and pass them safely b...Carl Hetherington
2013-02-08Some comments.Carl Hetherington
2013-02-08Log some stats from the writer.Carl Hetherington
2013-02-07Simplify writer a bit and fix it when frames are arriving quickly.Carl Hetherington
2013-02-02First try at doing fake writes.Carl Hetherington
2013-01-25Basics of checking video MXFs.Carl Hetherington
2013-01-21Fix a couple of things; go back to un-numbered MXF file names for a bit.Carl Hetherington
2013-01-18Untested direct write of audio to MXF.Carl Hetherington
2013-01-18Add writer class to pull some stuff out of Encoder.Carl Hetherington