summaryrefslogtreecommitdiff
path: root/src/wscript
AgeCommit message (Collapse)Author
2021-02-06Basic analysis (verification) of J2K codestreams.Carl Hetherington
2021-02-06Rename j2k.{cc,h} => j2k_transcode.{cc,h}Carl Hetherington
2021-01-26Fix install.Carl Hetherington
2021-01-26Rename ReelMXF -> ReelFileAsset.Carl Hetherington
2021-01-17Replace dcp::File with dcp::ArrayData.Carl Hetherington
2020-11-02Add Data class and change API to a raw pointer.Carl Hetherington
2020-11-02Rename Data -> ArrayData.Carl Hetherington
2020-09-20Add new LanguageTag class.Carl Hetherington
The scripts/update-language-subtags script will download the RFC 5646 registry and write it to src/language_tag_lists.cc. This may need to be re-run if the subtags change.
2020-09-20Remove XMLMetadata from DCP::write_xml and DCP::write_assetmap.Carl Hetherington
2020-09-17Add dcp::combine().Carl Hetherington
2020-07-11Allow creation of ATMOS sync on channel 14.Carl Hetherington
2019-12-22Validate XML with xerces.Carl Hetherington
2019-03-17Missing header install.Carl Hetherington
2019-03-17Finish initial CPL markers support.Carl Hetherington
2019-03-12Try to fix libdcp static build.Carl Hetherington
2019-03-12Fix gcov shlib build; this fixes tests to run against the locally-built ↵Carl Hetherington
libdcp rather than the installed one.
2018-11-14Simpole DCP recovery utility (dcprecover) added.Carl Hetherington
2018-08-17Missing header include.Carl Hetherington
2018-08-17Read PKL when reading DCP.Carl Hetherington
2018-07-07Add SubtitleImage.Carl Hetherington
2018-07-07Move common parts of text/image subtitle out to a base class.Carl Hetherington
2018-03-14Add very basic verify method.Carl Hetherington
2018-03-13Fix wscript install target.Carl Hetherington
2018-03-13Merge EncryptionContext with DecryptionContext and use HMAC when decrypting.Carl Hetherington
2017-09-04Add basic CCAP support.Carl Hetherington
2017-04-07Remove believed-out-of-date use declaration.Carl Hetherington
2017-03-01Add simple sample-access API to SoundFrame.Carl Hetherington
2017-01-10Remove unused code.Carl Hetherington
2016-12-14Add tentative S-Gamut3/S-Log3 colourspace support.Carl Hetherington
2016-12-14Add function for D65 white point.Carl Hetherington
2016-10-07Rework subtitle writing to fix incorrect output withCarl Hetherington
in-line font changes (#952).
2016-09-28Build fixes for some GCC versions.Carl Hetherington
2016-09-28Yet another missing header.Carl Hetherington
2016-09-28Another missing header install.Carl Hetherington
2016-09-28Missing header install.Carl Hetherington
2016-09-27Add Atmos read/write and untested MXF decryption tool.1.0-templatesCarl Hetherington
2016-09-27Use a template for AssetReader.Carl Hetherington
2016-09-27Use a template as a basis for Frames.Carl Hetherington
2016-08-30Neater and more correct XML subtitle parser.Carl Hetherington
2016-08-14Support reading of encrypted subtitles.Carl Hetherington
2016-08-13Enable encryption of SMPTE subtitles.Carl Hetherington
Separate out EncryptionContext class to use in SMPTESubtitleAsset::write().
2016-08-11Add locale_convert. Reimplement raw_convert without stringstream.Carl Hetherington
2016-08-01Simplify NameFormat stuff.Carl Hetherington
2016-07-29Basics of allowing custom filenames for DCP components.Carl Hetherington
2016-06-13Add OpenSSL licence exception.Carl Hetherington
2016-06-01Add Reader classes to permit much more efficient DCP reading.Carl Hetherington
2016-05-25Basic writing of DCPs containing Atmos MXFs; untested.Carl Hetherington
2016-05-25Add very minimal Atmos asset.Carl Hetherington
2016-01-14Use out-of-tree asdcplib-cthCarl Hetherington
2016-01-04Add some GPL boilerplate.Carl Hetherington