Pad silence for things that already have at least some audio.
[dcpomatic.git] / src / lib / writer.cc
2013-07-04 Carl HetheringtonPad silence for things that already have at least some...
2013-07-03 Carl HetheringtonAdd some more logging to checking of existing picture...
2013-05-21 Carl HetheringtonMerge master.
2013-05-04 Carl HetheringtonAdd config options for some of the DCP XML metadata...
2013-04-17 Carl HetheringtonMerge branch 'master' into staging
2013-04-16 Carl HetheringtonMerge branch 'master' into trimming
2013-04-15 Carl HetheringtonMerge branch 'master' into format-fix
2013-04-15 Carl HetheringtonMerge branch 'master' into debug-i18n
2013-04-15 Carl HetheringtonMerge branch 'master' into debug-i18n
2013-04-15 Carl HetheringtonMerge master.
2013-04-15 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2013-04-14 Carl HetheringtonAdd Trimmer class; not linked in.
2013-04-13 Carl HetheringtonUse film-name-derived names for MXFs in DCPs.
2013-03-12 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2013-03-12 Carl HetheringtonLog failure to hard-link.
2013-03-12 Carl HetheringtonFix previous.
2013-03-12 Carl HetheringtonTry to copy instead of hard linking if the hard-link...
2013-03-08 Carl HetheringtonRemove un-read intrinsic_duration.
2013-03-02 Carl HetheringtonMerge master.
2013-03-01 Carl HetheringtonMerge.
2013-03-01 Carl HetheringtonMake film hold its DCP frame rate.
2013-03-01 Carl HetheringtonMerge master.
2013-03-01 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2013-02-28 Carl HetheringtonVarious markup and tweaks.
2013-02-27 Carl HetheringtonMerge branch 'master' into plot-audio
2013-02-27 Carl HetheringtonMerge branch 'master' into plot-audio
2013-02-26 Carl HetheringtonMerge branch 'master' into plot-audio
2013-02-25 Carl HetheringtonTry to tidy up channel mapping a bit.
2013-02-22 Carl HetheringtonMerge branch 'master' into i18n
2013-02-17 Carl HetheringtonFix audio channel count when bumping mono up to 5.1.
2013-02-11 Carl HetheringtonBasic attempt to catch exceptions in the writer thread...
2013-02-08 Carl HetheringtonA couple of comments; tidy up logging.
2013-02-08 Carl HetheringtonMerge branch 'direct-mxf' of ssh://carlh.dnsalias.org...
2013-02-08 Carl HetheringtonLog some stats from the writer.
2013-02-07 Carl HetheringtonSimplify writer a bit and fix it when frames are arrivi...
2013-02-07 Carl HetheringtonRemove old DCP before creating new one (#47).
2013-02-07 Carl HetheringtonMerge.
2013-02-02 Carl HetheringtonMerge branch 'direct-mxf' of /home/carl/git/dvdomatic...
2013-02-02 Carl HetheringtonFix erroneous check wrt intrinsic duration.
2013-02-02 Carl HetheringtonFirst try at doing fake writes.
2013-01-28 Carl HetheringtonWrite more extensive information about frames, and...
2013-01-26 Carl HetheringtonMerge master into direct-mxf.
2013-01-25 Carl HetheringtonBasics of checking video MXFs.
2013-01-24 Carl HetheringtonPossibly-working basic DCP creation.
2013-01-23 Carl HetheringtonTry to fix up paths for video MXFs, hashes and temporar...
2013-01-23 Carl HetheringtonMerge master branch.
2013-01-23 Carl HetheringtonCope with no sound.
2013-01-21 Carl HetheringtonFix a couple of things; go back to un-numbered MXF...
2013-01-21 Carl HetheringtonA couple of bug fixes.
2013-01-20 Carl HetheringtonWrite hashes of encoded frames.
2013-01-18 Carl HetheringtonRemove make dcp job.
2013-01-18 Carl HetheringtonUntested direct write of audio to MXF.
2013-01-18 Carl HetheringtonAdd writer class to pull some stuff out of Encoder.