| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-18 | Missing initialiser. | Carl Hetherington | |
| 2014-07-18 | Make tests more robust to different sort behaviours. | Carl Hetherington | |
| 2014-07-18 | Disable tests on Centos only. | Carl Hetherington | |
| 2014-07-18 | Update README. | Carl Hetherington | |
| 2014-07-18 | Missing namespace. | Carl Hetherington | |
| 2014-07-18 | Fix operator=. | Carl Hetherington | |
| 2014-07-18 | Use tmpdir for temporary files. | Carl Hetherington | |
| 2014-07-18 | Comment fixes. | Carl Hetherington | |
| 2014-07-18 | Various small tweaks and fixes. | Carl Hetherington | |
| 2014-07-18 | Quite large reworking of signer/cert handling. | Carl Hetherington | |
| 2014-07-17 | Disable test building for cdist linux builds. | Carl Hetherington | |
| 2014-07-17 | Get Signer to take a PEM string rather than a filename. | Carl Hetherington | |
| 2014-07-17 | Add variousn new bits to CertificateChain. | Carl Hetherington | |
| 2014-07-17 | More tests. | Carl Hetherington | |
| 2014-07-17 | Add verify() to CertificateChain. | Carl Hetherington | |
| 2014-07-16 | Various test fixes. | Carl Hetherington | |
| 2014-07-16 | Fix truncated subtitle output. | Carl Hetherington | |
| 2014-07-16 | Fix erroneous urn:uuid: prefix. | Carl Hetherington | |
| 2014-07-10 | Move _intrinsic_duration and _edit_rate up to the MXF class as XML subtitle ↵ | Carl Hetherington | |
| files do not contain this information (whereas MXF files do). | |||
| 2014-07-10 | Restore creation of DCP directories in the constructor. | Carl Hetherington | |
| 2014-07-10 | Comment fix. | Carl Hetherington | |
| 2014-07-10 | Add a couple of accessors. | Carl Hetherington | |
| 2014-07-09 | Allow construction of empty PictureFrames; some accessors. | Carl Hetherington | |
| 2014-07-09 | Add method to return frames as RGB to a given buffer. | Carl Hetherington | |
| 2014-07-08 | Rename xyz_to_rgb to xyz_to_rgba. | Carl Hetherington | |
| 2014-07-08 | Use libcxml git head. | Carl Hetherington | |
| 2014-07-08 | Add some accessors. | Carl Hetherington | |
| 2014-07-08 | Don't always create DCP directories in the constructor. | Carl Hetherington | |
| 2014-07-04 | Comment. | Carl Hetherington | |
| 2014-07-04 | Comment fix. | Carl Hetherington | |
| 2014-07-04 | Tweak comments. | Carl Hetherington | |
| 2014-07-04 | Update _file when writing subtitle content. | Carl Hetherington | |
| 2014-07-04 | Fix fopen call and throw an exception if it fails. | Carl Hetherington | |
| 2014-07-02 | Tweaks: don't use shared_ptr for dcp::SubtitleString; ↵ | Carl Hetherington | |
| SubtitleContent::write_xml takes a path. | |||
| 2014-06-26 | Forward-port KDM formulation from v0. | Carl Hetherington | |
| 2014-06-26 | Forward-port raw_convert precision parameter from v0. | Carl Hetherington | |
| 2014-06-13 | Throw NotEncryptedError on trying to make a KDM for non-encrypted assets. | Carl Hetherington | |
| 2014-06-13 | Work around symbol clash with ERROR on Win32/mingw. | Carl Hetherington | |
| 2014-05-21 | Forward-port --cpl-names option to dcpdiff. | Carl Hetherington | |
| 2014-05-20 | Fix .pc file. | Carl Hetherington | |
| 2014-05-20 | Bump libcxml version. | Carl Hetherington | |
| 2014-05-20 | Remove unused code. | Carl Hetherington | |
| 2014-05-20 | Comments. | Carl Hetherington | |
| 2014-05-16 | Hand-merge changes from master (110dc70..979739e) | Carl Hetherington | |
| 2014-05-14 | Merge master. | Carl Hetherington | |
| 2014-05-13 | Some comments. | Carl Hetherington | |
| 2014-05-12 | Bump libcxml again. | Carl Hetherington | |
| 2014-05-12 | Bump libcxml dependency for i18n fixes. | Carl Hetherington | |
| 2014-05-12 | Missing file. | Carl Hetherington | |
| 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. | |||
