| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-14 | Add very basic verify method. | Carl Hetherington | |
| 2018-03-13 | Fix wscript install target. | Carl Hetherington | |
| 2018-03-13 | Merge EncryptionContext with DecryptionContext and use HMAC when decrypting. | Carl Hetherington | |
| 2017-09-04 | Add basic CCAP support. | Carl Hetherington | |
| 2017-04-07 | Remove believed-out-of-date use declaration. | Carl Hetherington | |
| 2017-03-01 | Add simple sample-access API to SoundFrame. | Carl Hetherington | |
| 2017-01-10 | Remove unused code. | Carl Hetherington | |
| 2016-12-14 | Add tentative S-Gamut3/S-Log3 colourspace support. | Carl Hetherington | |
| 2016-12-14 | Add function for D65 white point. | Carl Hetherington | |
| 2016-10-07 | Rework subtitle writing to fix incorrect output with | Carl Hetherington | |
| in-line font changes (#952). | |||
| 2016-09-28 | Build fixes for some GCC versions. | Carl Hetherington | |
| 2016-09-28 | Yet another missing header. | Carl Hetherington | |
| 2016-09-28 | Another missing header install. | Carl Hetherington | |
| 2016-09-28 | Missing header install. | Carl Hetherington | |
| 2016-09-27 | Add Atmos read/write and untested MXF decryption tool.1.0-templates | Carl Hetherington | |
| 2016-09-27 | Use a template for AssetReader. | Carl Hetherington | |
| 2016-09-27 | Use a template as a basis for Frames. | Carl Hetherington | |
| 2016-08-30 | Neater and more correct XML subtitle parser. | Carl Hetherington | |
| 2016-08-14 | Support reading of encrypted subtitles. | Carl Hetherington | |
| 2016-08-13 | Enable encryption of SMPTE subtitles. | Carl Hetherington | |
| Separate out EncryptionContext class to use in SMPTESubtitleAsset::write(). | |||
| 2016-08-11 | Add locale_convert. Reimplement raw_convert without stringstream. | Carl Hetherington | |
| 2016-08-01 | Simplify NameFormat stuff. | Carl Hetherington | |
| 2016-07-29 | Basics of allowing custom filenames for DCP components. | Carl Hetherington | |
| 2016-06-13 | Add OpenSSL licence exception. | Carl Hetherington | |
| 2016-06-01 | Add Reader classes to permit much more efficient DCP reading. | Carl Hetherington | |
| 2016-05-25 | Basic writing of DCPs containing Atmos MXFs; untested. | Carl Hetherington | |
| 2016-05-25 | Add very minimal Atmos asset. | Carl Hetherington | |
| 2016-01-14 | Use out-of-tree asdcplib-cth | Carl Hetherington | |
| 2016-01-04 | Add some GPL boilerplate. | Carl Hetherington | |
| 2015-12-16 | Ref does not need to be a template since it's always used for Asset. | Carl Hetherington | |
| 2015-12-04 | Missing install target. | Carl Hetherington | |
| 2015-12-04 | Move J2K comp/decomp out into j2k.{cc,h} | Carl Hetherington | |
| 2015-07-30 | Merge Signer into CertificateChain. | Carl Hetherington | |
| 2015-07-30 | Rename certificates.{cc,h} -> certificate.{cc,h}. | Carl Hetherington | |
| 2015-06-24 | Give Data a loading constructor. | Carl Hetherington | |
| 2015-06-10 | Rename XYZImage -> OpenJPEGImage. | Carl Hetherington | |
| 2015-06-10 | Rename Font -> FontAsset; add dcpdumpsub tool. | Carl Hetherington | |
| 2015-06-05 | ReelEncryptableAsset -> ReelMXF. | Carl Hetherington | |
| 2015-06-05 | Rename ReelMXFAsset -> ReelEncryptableAsset. | Carl Hetherington | |
| 2015-06-05 | MXF -> Asset in lots of places. | Carl Hetherington | |
| 2015-06-05 | Rename some stuff Content -> Asset. | Carl Hetherington | |
| 2015-06-05 | Remove unnecessary Content class. | Carl Hetherington | |
| 2015-04-30 | Fix header install list. | Carl Hetherington | |
| 2015-04-30 | Rename some things to ...Node. | Carl Hetherington | |
| 2015-04-22 | Express colour conversions as chromaticities and adjust so that | Carl Hetherington | |
| everything is specified as something_to_xyz and then you can get an inverse LUT if you want one. | |||
| 2015-02-02 | Remove Image and ARGBImage and just dump RGB data into | Carl Hetherington | |
| uint8_t* buffers. This is hopefully simpler than trying to come up with some Image hierarchy that suits everything. | |||
| 2015-02-02 | Rename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage. | Carl Hetherington | |
| 2015-01-04 | Make a parent for SMPTELoadFont and InteropLoadFont. | Carl Hetherington | |
| 2014-12-28 | Fix build of gcov stuff. | Carl Hetherington | |
| 2014-12-28 | Change colourspace handling round a bit:1.0-colour-cleanup | Carl Hetherington | |
| - move the essence of GammaLUT into TransferFunction and handle different bit depths more neatly - add ColourConversion to describe input gamma correction, colour transformation and then output gamma correction in one class. - add default ColourConversions for sRGB->XYZ, Rec709->XYZ and XYZ->RGB. | |||
