Fix static build.
[libdcp.git] / src /
2013-02-02 Carl HetheringtonTweak API a little.
2013-02-02 Carl HetheringtonBasics of fake write seem to work.
2013-02-01 Carl HetheringtonUnfinished attempt to overwrite existing; tricky becaus...
2013-01-28 Carl HetheringtonAdd support for hashing mono picture MXF writes on...
2013-01-25 Carl HetheringtonAllow changing of MXF directory / filename; un-expose...
2013-01-22 Carl HetheringtonRemove hacky start_frame stuff from SoundAsset for...
2013-01-21 Carl HetheringtonMerge master.
2013-01-21 Carl HetheringtonTry to remove need for asdcplib includes in libdcp...
2013-01-21 Carl HetheringtonFix compile with old boost.
2013-01-20 Carl HetheringtonFix typo in audio sampling rate setup.
2013-01-18 Carl HetheringtonTidying up; comments; fps in assets -> edit rate.
2013-01-18 Carl HetheringtonAdd basics for progressive sound asset writing.
2013-01-18 Carl HetheringtonAllow incremental writing of picture MXFs.
2013-01-17 Carl HetheringtonAdd Size operators; install util.h
2013-01-17 Carl HetheringtonComment tweaks.
2013-01-17 Carl HetheringtonTidy up slightly.
2013-01-17 Carl HetheringtonAdd duration, starting off as intrinsic_duration but...
2013-01-17 Carl HetheringtonReplace length with intrinsic_duration.
2013-01-17 Carl HetheringtonPull entry point out of the constructor.
2013-01-17 Carl HetheringtonUse new Size struct.
2013-01-13 Carl HetheringtonUse boost starts/ends with methods.
2013-01-13 Carl HetheringtonSome comment tweaks.
2013-01-13 Carl HetheringtonRemove unused progress parameter to make_digest; some...
2013-01-13 Carl HetheringtonComment tweaks.
2013-01-13 Carl HetheringtonMake variable to say whether we were built with debug...
2013-01-12 Carl HetheringtonAdd simple support for generating audio MXFs from part...
2013-01-09 Carl HetheringtonComment tweaks.
2012-12-22 Carl HetheringtonA couple more little fixes to subtitle XML.
2012-12-22 Carl HetheringtonMore various fixes to subtitle XML writing.
2012-12-22 Carl HetheringtonFix up constructor.
2012-12-22 Carl HetheringtonFix numerous bugs in subtitle XML generation.
2012-12-09 Carl HetheringtonDon't explicitly install .so files as I don't think...
2012-12-07 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-12-07 Carl HetheringtonAllow static builds.
2012-12-06 Carl HetheringtonRemove exception thrown on a short audio frame. I...
2012-12-03 Carl HetheringtonFix merge.
2012-12-03 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-12-03 Carl HetheringtonPrevent crashes with 8 channel sound assets.
2012-11-30 Carl HetheringtonMerge.
2012-11-30 Carl HetheringtonAdd missing virtual destructor.
2012-10-27 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-10-26 Carl HetheringtonRound J2K output image size more correctly (I think...
2012-10-26 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-10-26 Carl HetheringtonFix a warning and add a missing include.
2012-10-25 Carl HetheringtonUse signals2 rather than sigc++
2012-10-22 Carl HetheringtonImprove an error message.
2012-10-19 Carl HetheringtonInitial work on subtitle writing.
2012-10-04 Carl HetheringtonProvide accessors to ARGBFrame's width and height.
2012-10-03 Carl HetheringtonAllow some error in audio when comparing.
2012-10-02 Carl HetheringtonNote first difference on an audio equals() discrepancy.
2012-10-02 Carl HetheringtonRemove bitwise DCP comparison, which I think is fairly...
2012-10-02 Carl HetheringtonClean up DCP comparison a bit.
2012-10-02 Carl HetheringtonFix comparison of audio assets to not just compare...
2012-09-19 Carl HetheringtonCope with DCPs that don't specify the picture as stereo...
2012-09-19 Carl HetheringtonAnother content kind seen capitalised.
2012-09-18 Carl HetheringtonReelNumber is sometimes a string, it seems.
2012-09-18 Carl HetheringtonSome renaming of XML-related methods.
2012-09-17 Carl HetheringtonFix issue date on Windows.
2012-09-17 Carl HetheringtonTidy up diffing of frames a bit.
2012-09-09 Carl HetheringtonCreator is optional.
2012-09-09 Carl HetheringtonClean up and fix subtitle parsing a bit.
2012-09-09 Carl HetheringtonCope with paths having file:// at the start of them.
2012-09-09 Carl HetheringtonFix up image sizes when direct-reducing JPEG2000.
2012-09-09 Carl HetheringtonSomewhat hacky rearrangement to support multiple CPLs...
2012-09-09 Carl HetheringtonPKL -> PKLFile.
2012-09-09 Carl HetheringtonRename CPL -> CPLFile
2012-09-08 Carl HetheringtonIgnore Language tag in subtitles. Get MXF/XML filename...
2012-09-07 Carl HetheringtonTweaks to dcpinfo.
2012-09-06 Carl HetheringtonSomewhat experimental; read files to use from the ASSET...
2012-09-06 Carl HetheringtonAdd a test corpus for XML.
2012-09-04 Carl HetheringtonStrip spaces from number contents before parsing.
2012-08-30 Carl HetheringtonUntested code to optionally reduce resolution on extrac...
2012-08-27 Carl HetheringtonIgnore Language node in MainSound.
2012-08-27 Carl HetheringtonMake ContentVersion Id node optional. Improve error...
2012-08-23 Carl HetheringtonReels can have AnnotationText.
2012-08-22 Carl HetheringtonRemove debug code.
2012-08-22 Carl HetheringtonAdd basic example; tweak bits and pieces.
2012-08-22 Carl HetheringtonMore subs tests.
2012-08-22 Carl HetheringtonVery slightly less verbose subs checking.
2012-08-22 Carl HetheringtonComment tweaks.
2012-08-22 Carl HetheringtonSome comments and dead code removal.
2012-08-22 Carl HetheringtonShould-be-unnecessary initialisation.
2012-08-22 Carl HetheringtonUse entry points.
2012-08-22 Carl HetheringtonAllow <Font> nodes inside <Subtitle> nodes.
2012-08-22 Carl HetheringtonLook for subtitle assets more sensibly.
2012-08-22 Carl HetheringtonRough support for 3D.
2012-08-21 Carl HetheringtonSome maths operations with Time.
2012-08-21 Carl HetheringtonVertical align.
2012-08-21 Carl HetheringtonDo effects with an enum.
2012-08-21 Carl HetheringtonPick up effect and effect color.
2012-08-21 Carl HetheringtonClarify (a bit) byte ordering for RGBA frames.
2012-08-21 Carl HetheringtonPick up subtitle color.
2012-08-21 Carl HetheringtonTweak font handling.
2012-08-21 Carl HetheringtonRecurse into font nodes and pick up details of italics.
2012-08-21 Carl HetheringtonRecursively scan font tags in subtitles.
2012-08-21 Carl HetheringtonRemove unnecessary stuff.
2012-08-21 Carl HetheringtonDe-hackify subtitle handling a bit.
2012-08-19 Carl HetheringtonProper-ish support for multi-reel DCPs.
2012-08-17 Carl HetheringtonGPL boilerplate and a few comments.
2012-08-15 Carl HetheringtonSome comments.
next