summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-03-24Remove linearisation from low-valued pixels in XYZ to sRGB LUT.Carl Hetherington
2013-03-24Re-enable DCI companding; modify RGB matrix to that given on http://www.digit...Carl Hetherington
2013-03-24Try removing the DCI companding from the xyz->rgb conversion.Carl Hetherington
2013-03-24Revert use of _entry_point when getting sound frames from existing MXFs; seem...Carl Hetherington
2013-03-13Merge branch 'master' of /home/carl/git/libdcpCarl Hetherington
2013-03-13Compute LUTs at run-time.dynamic-lutCarl Hetherington
2013-02-10Derive exceptions from boost::exception and use boost::throw_exception to ena...Carl Hetherington
2013-02-10Throw some more specific exceptions on MXF file errors.Carl Hetherington
2013-02-02Tweak API a little.Carl Hetherington
2013-02-02Basics of fake write seem to work.Carl Hetherington
2013-02-01Unfinished attempt to overwrite existing; tricky because you need to delay wr...Carl Hetherington
2013-01-28Add support for hashing mono picture MXF writes on the way out.Carl Hetherington
2013-01-25Allow changing of MXF directory / filename; un-expose ASDCP frame buffer clas...Carl Hetherington
2013-01-22Remove hacky start_frame stuff from SoundAsset for now.Carl Hetherington
2013-01-21Merge master.Carl Hetherington
2013-01-21Try to remove need for asdcplib includes in libdcp headers.Carl Hetherington
2013-01-21Fix compile with old boost.Carl Hetherington
2013-01-20Fix typo in audio sampling rate setup.Carl Hetherington
2013-01-18Tidying up; comments; fps in assets -> edit rate.Carl Hetherington
2013-01-18Add basics for progressive sound asset writing.Carl Hetherington
2013-01-18Allow incremental writing of picture MXFs.Carl Hetherington
2013-01-17Add Size operators; install util.hCarl Hetherington
2013-01-17Comment tweaks.Carl Hetherington
2013-01-17Tidy up slightly.Carl Hetherington
2013-01-17Add duration, starting off as intrinsic_duration but changeable.Carl Hetherington
2013-01-17Replace length with intrinsic_duration.Carl Hetherington
2013-01-17Pull entry point out of the constructor.Carl Hetherington
2013-01-17Use new Size struct.Carl Hetherington
2013-01-13Use boost starts/ends with methods.Carl Hetherington
2013-01-13Some comment tweaks.Carl Hetherington
2013-01-13Remove unused progress parameter to make_digest; some comment tweaks.Carl Hetherington
2013-01-13Comment tweaks.Carl Hetherington
2013-01-13Make variable to say whether we were built with debug or not.Carl Hetherington
2013-01-12Add simple support for generating audio MXFs from part of a WAV file (for mul...Carl Hetherington
2013-01-09Comment tweaks.Carl Hetherington
2012-12-22A couple more little fixes to subtitle XML.Carl Hetherington
2012-12-22More various fixes to subtitle XML writing.Carl Hetherington
2012-12-22Fix up constructor.Carl Hetherington
2012-12-22Fix numerous bugs in subtitle XML generation.Carl Hetherington
2012-12-09Don't explicitly install .so files as I don't think it's necessary, and it fa...Carl Hetherington
2012-12-07Allow static builds.Carl Hetherington
2012-12-06Remove exception thrown on a short audio frame. I don't thinkCarl Hetherington
2012-12-03Prevent crashes with 8 channel sound assets.Carl Hetherington
2012-11-30Add missing virtual destructor.Carl Hetherington
2012-10-26Round J2K output image size more correctly (I think) when performing reductio...Carl Hetherington
2012-10-26Fix a warning and add a missing include.Carl Hetherington
2012-10-25Use signals2 rather than sigc++Carl Hetherington
2012-10-22Improve an error message.Carl Hetherington
2012-10-19Initial work on subtitle writing.Carl Hetherington
2012-10-04Provide accessors to ARGBFrame's width and height.Carl Hetherington