summaryrefslogtreecommitdiff
path: root/src/sound_asset.cc
AgeCommit message (Expand)Author
2023-10-09Add wrappers around boost::filesystem methods that handle theCarl Hetherington
2023-07-29Add equality option sound_assets_can_differ.Carl Hetherington
2023-07-25Cleanup: move EqualityOptions into its own file.Carl Hetherington
2023-07-25Cleanup: pass EqualityOptions as const&Carl Hetherington
2023-05-28Add SoundAsset::active_channels().v1.8.72Carl Hetherington
2023-03-21Allow specification of channels that need a MCASubDescriptor.Carl Hetherington
2023-03-20Remove the bools and default parameters from SoundAsset::start_write().Carl Hetherington
2023-03-16Cleanup: using sorting.Carl Hetherington
2023-03-01Add include_mca_subdescriptors flag to SoundAsset writer.v1.8.64Carl Hetherington
2023-02-17Don't crash if the descriptor's sampling rate denominator is 0.Carl Hetherington
2021-04-29Slightly more details message when sound data differs in ::equals().Carl Hetherington
2021-04-14Fix/hide some warnings.Carl Hetherington
2021-04-09Make sound asset language optional.Carl Hetherington
2021-03-26Write MCA tags based on the specified sound field.Carl Hetherington
2021-01-24Tidying.Carl Hetherington
2021-01-21Use enum class for the things in types.hCarl Hetherington
2021-01-17Store sound asset language as a string, but set it as aCarl Hetherington
2021-01-08std::shared_ptrCarl Hetherington
2020-11-29Fix terrible SoundAsset::equals() implementation.Carl Hetherington
2020-09-22Fix crashes when static linking due to tricky lifetimecrashCarl Hetherington
2020-09-21Support MCA sound channel tags in MXF/CPL.Carl Hetherington
2020-07-11Allow creation of ATMOS sync on channel 14.Carl Hetherington
2020-04-14s/DCPReadError/ReadError/gCarl Hetherington
2018-08-17Use PKL types rather than file extensions.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-09-27Add Atmos read/write and untested MXF decryption tool.1.0-templatesCarl Hetherington
2016-09-09Simplify previous commit and remove some debugging.Carl Hetherington
2016-09-08Add channel assignment support for SMPTE DCPs.Carl Hetherington
2016-08-17Use an optional<> where there should be one.Carl Hetherington
2016-07-21Trim some unused stream includes / usings.Carl Hetherington
2016-07-01asdcp headers moved into subdirectory.Carl Hetherington
2016-06-30More detailed notes when audio descriptor comparisons fail.Carl Hetherington
2016-06-13Add OpenSSL licence exception.Carl Hetherington
2016-06-01Still more licence fixups.Carl Hetherington
2016-06-01Add Reader classes to permit much more efficient DCP reading.Carl Hetherington
2016-05-25No-op; Fix GPL address and mention libdcp by name.Carl Hetherington
2016-05-15Try to fix comparison of encrypted sound assets.Carl Hetherington
2016-02-28Add SoundAsset::valid_mxf().Carl Hetherington
2015-06-24No-op: whitespace.Carl Hetherington
2015-06-05MXF -> Asset in lots of places.Carl Hetherington
2014-01-17Asset -> MXF in some cases.Carl Hetherington
2014-01-17Remove create-by-files method for sound and picture assets.Carl Hetherington
2014-01-17Asset -> ContentAsset.Carl Hetherington
2014-01-17namespace libdcp -> dcp.Carl Hetherington
2014-01-15Remove unnecessary parameters to fill_writer_info.Carl Hetherington
2014-01-15Use MXFAsset::_interop to decide on whether to write asset XML as Interop or ...Carl Hetherington
2014-01-08Throw better file errors (with numbers).Carl Hetherington
2013-12-20Fix build on OS X.Carl Hetherington
2013-10-28Another better error message.Carl Hetherington