summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-07-10Add a couple of accessors.Carl Hetherington
2014-07-09Allow construction of empty PictureFrames; some accessors.Carl Hetherington
2014-07-09Add method to return frames as RGB to a given buffer.Carl Hetherington
2014-07-08Rename xyz_to_rgb to xyz_to_rgba.Carl Hetherington
2014-07-08Add some accessors.Carl Hetherington
2014-07-08Don't always create DCP directories in the constructor.Carl Hetherington
2014-07-04Comment.Carl Hetherington
2014-07-04Tweak comments.Carl Hetherington
2014-07-04Update _file when writing subtitle content.Carl Hetherington
2014-07-04Fix fopen call and throw an exception if it fails.Carl Hetherington
2014-07-02Tweaks: don't use shared_ptr for dcp::SubtitleString; ↵Carl Hetherington
SubtitleContent::write_xml takes a path.
2014-06-26Forward-port KDM formulation from v0.Carl Hetherington
2014-06-26Forward-port raw_convert precision parameter from v0.Carl Hetherington
2014-06-13Throw NotEncryptedError on trying to make a KDM for non-encrypted assets.Carl Hetherington
2014-06-13Work around symbol clash with ERROR on Win32/mingw.Carl Hetherington
2014-05-20Remove unused code.Carl Hetherington
2014-05-20Comments.Carl Hetherington
2014-05-16Hand-merge changes from master (110dc70..979739e)Carl Hetherington
2014-05-14Merge master.Carl Hetherington
2014-05-13Some comments.Carl Hetherington
2014-05-12Bump libcxml again.Carl Hetherington
2014-05-12Missing file.Carl Hetherington
2014-05-11Use raw_convert instead of boost::lexical_cast as it seemsCarl Hetherington
that lexical_cast will sometimes use a thousands separator (i.e. it will convert 1234 to a string 1,234). It appears not to be possible safely to turn this off (you have to set the global locale). Instead, raw_convert uses a stringstream which you can imbue() with std::locale::classic() to turn off the locale-specific behaviour.
2014-05-04Comments.Carl Hetherington
2014-05-04Port support for MXF-wrapped subtitles from 0.xCarl Hetherington
2014-05-03Assorted test fixes.Carl Hetherington
2014-05-03Use exceptions to hold errors even in the keep_going case.Carl Hetherington
2014-05-03Support file:// URI-style file specifiers in asset map.Carl Hetherington
Allow DCP reads to continue in the face of some errors (currently just missing assets).
2014-05-03Use ids_equal() to compare IDs so that the comparison ignores extra ↵Carl Hetherington
whitespace and case.
2014-05-03Add ids_equal().Carl Hetherington
2014-05-03Add set_metadata().Carl Hetherington
2014-04-10Remove picture_asset.h; some better error messages.Carl Hetherington
2014-03-20Tweaks to LocalTime; build/install fixes.Carl Hetherington
2014-03-19A few comments and some tidying.Carl Hetherington
2014-03-19Considerable re-work of KDM class to express the difference between ↵Carl Hetherington
encrypted and unencrypted KDMs.
2014-03-19Partial tidy-up of KDM classes.Carl Hetherington
2014-03-18Merge master.Carl Hetherington
2014-03-18Various test tidying.Carl Hetherington
2014-03-17Missing include.Carl Hetherington
2014-03-17Merge master.Carl Hetherington
2014-03-15Clean up OS X build slightly. Better error on failure of xmlSecDSigCtxSign.Carl Hetherington
2014-03-11Build fixes for OS X 10.5.Carl Hetherington
2014-02-26Merge master; MXF subtitle stuff not included.Carl Hetherington
2014-02-26Hacks to support MXF-wrapped subtitles.Carl Hetherington
2014-02-26Clean up unit testing.Carl Hetherington
2014-02-24Make 1.0 parallel-installable with 0.x.Carl Hetherington
2014-02-13Try to fix Windows build.Carl Hetherington
2014-02-13Try to fix win32 build.Carl Hetherington
2014-02-12Various small fixes.Carl Hetherington
2014-02-11Install fixes.Carl Hetherington