| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-11 | Use raw_convert instead of boost::lexical_cast as it seems | Carl 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-03-15 | Clean up OS X build slightly. Better error on failure of xmlSecDSigCtxSign. | Carl Hetherington | |
| 2014-02-08 | Fix typo. | Carl Hetherington | |
| 2014-02-08 | Fix a couple of errors in Interop XML | Carl Hetherington | |
| Reported-by: Ivan Pullman | |||
| 2013-11-25 | Remove redundant fstream includes. | Carl Hetherington | |
| 2013-10-19 | Some more boost::filesystem::path. | Carl Hetherington | |
| 2013-09-25 | Switch away from the many-constructor-arguments approach to a hopefully ↵ | Carl Hetherington | |
| simpler API. | |||
| 2013-09-25 | Add round-trip KDM test. Fix various bugs in KDM generation. Some string ↵ | Carl Hetherington | |
| -> path. | |||
| 2013-08-29 | Optional progress reporting when making MXF hashes. | Carl Hetherington | |
| 2013-07-13 | More leniancy in comparions. | Carl Hetherington | |
| 2013-06-18 | Merge master. | Carl Hetherington | |
| 2013-05-13 | Use libxml++ for writing XML. | Carl Hetherington | |
| 2013-05-02 | Move edit rate / durations / entry point etc. into Asset from MXFAsset. | Carl Hetherington | |
| 2013-04-15 | Use boost::function for making notes during equals operations. | Carl Hetherington | |
| 2013-01-14 | Merge master | Carl Hetherington | |
| 2013-01-13 | Remove unused progress parameter to make_digest; some comment tweaks. | Carl Hetherington | |
| 2013-01-05 | Various probably quite untidy progress on KDMs. | Carl Hetherington | |
| 2013-01-03 | Write PKL using libxml++ and sign them. | Carl Hetherington | |
| 2012-10-19 | Initial work on subtitle writing. | Carl Hetherington | |
| 2012-08-13 | Partial subtitle work. | Carl Hetherington | |
| 2012-08-09 | Add picture frame extraction. | Carl Hetherington | |
| 2012-08-02 | Tidy up equality options slightly. | Carl Hetherington | |
| 2012-08-02 | Compare using maximum mean absolute difference and standard deviation. | Carl Hetherington | |
| 2012-08-01 | Windows build fixes. | Carl Hetherington | |
| 2012-07-31 | Lazy digest building. | Carl Hetherington | |
| 2012-07-31 | Inspect J2K data in MXFs. | Carl Hetherington | |
| 2012-07-31 | Tweak. | Carl Hetherington | |
| 2012-07-31 | Metadata checking for MXFs. | Carl Hetherington | |
| 2012-07-31 | Bitwise MXF comparison. | Carl Hetherington | |
| 2012-07-31 | path -> dir, name for MXFs. | Carl Hetherington | |
| 2012-07-20 | Try to work on old versions of boost filesystem. | Carl Hetherington | |
| 2012-07-19 | Fix bizarre quotation mark insertion by newer boost filesystem library. | Carl Hetherington | |
| 2012-07-17 | Tags -> Metadata | Carl Hetherington | |
| 2012-07-17 | Doc fixes. | Carl Hetherington | |
| 2012-07-17 | Fix up progress reporting, some better exceptions. | Carl Hetherington | |
| 2012-07-17 | Some comments; fix up a UUID I think. | Carl Hetherington | |
| 2012-07-17 | Various test hackery. | Carl Hetherington | |
| 2012-07-17 | Various testing tweaks. | Carl Hetherington | |
| 2012-07-16 | ASDCPLib builds. | Carl Hetherington | |
| 2012-07-16 | Import. | Carl Hetherington | |
