summaryrefslogtreecommitdiff
path: root/src/asset_writer.h
AgeCommit message (Collapse)Author
2021-01-24Tidying.Carl Hetherington
2021-01-23Tidying.Carl Hetherington
2021-01-08std::shared_ptrCarl Hetherington
2019-01-17Missing include for arch.Carl Hetherington
2018-03-13Merge EncryptionContext with DecryptionContext and use HMAC when decrypting.Carl Hetherington
2018-03-13Store interop/SMPTE in MXF.Carl Hetherington
2016-08-13Enable encryption of SMPTE subtitles.Carl Hetherington
Separate out EncryptionContext class to use in SMPTESubtitleAsset::write().
2016-06-13Add OpenSSL licence exception.Carl Hetherington
2016-06-01More licence fixups.Carl Hetherington
2016-02-28Use a HMAC context to write HMAC stuff to encrypted MXFs.Carl Hetherington
2015-09-28Add frames_written().Carl Hetherington
2015-09-16Consider assets outside the DCP as referenced assets (i.e.1.0-vfCarl Hetherington
not to be written to the asset map). Return a value from finalize() to say whether a writer has written anything. Other small related tweaks.
2015-09-15Move _started from PictureAssetWriter into AssetWriterCarl Hetherington
and don't start the SoundAssetWriter until the first thing is written to it.
2015-06-05MXF -> Asset in lots of places.Carl Hetherington