summaryrefslogtreecommitdiff
path: root/src/lib/audio_mapping.cc
AgeCommit message (Expand)Author
2024-03-20Remove all use of add_child() from xmlpp.Carl Hetherington
2024-01-28Normalise XML attribute names to be camelCase (#2241).Carl Hetherington
2023-03-23Add AudioMapping::take_from().Carl Hetherington
2023-03-23Cleanup: don't need to store _{input,output}_channels.Carl Hetherington
2023-01-18Support Dolby-style WAV back surround names when guessing mappings (#2427).Carl Hetherington
2022-12-10Extract constants.hCarl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-03-08Only look in the filename (not the whole path) when guessing channels for sou...Carl Hetherington
2021-04-07Assorted C++11/formatting cleanups.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-08c++ tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-09-23Fix crash now that some audio channels are definitely unused.Carl Hetherington
2020-07-26Ignore libxml++ warnings in a nicer way.Carl Hetherington
2020-01-14Add some PT-style names to the guesswork on which channel a particular sound ...Carl Hetherington
2019-05-31Fix slightly unbelievable out-of-bounds array access when setting up the audi...Carl Hetherington
2018-11-23Move make_default into AudioMapping.Carl Hetherington
2016-08-12Move raw_convert into libdcp.Carl Hetherington
2016-06-13Rename MD5Digester -> Digester.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-11-30Catch bad calls to ::get().Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-04Try to fix some warnings on OS X.Carl Hetherington
2015-06-03Various work on audio mapping.Carl Hetherington
2015-06-02Handle multiple audio streams in a single piece of contentCarl Hetherington
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-03-24Hand-apply a2f81da6d9afc5d3b5e647e1e05ca5d4507af42c from master;Carl Hetherington
2014-12-05Include rearrangement.Carl Hetherington
2014-07-13Very basic audio processing framework.Carl Hetherington
2014-06-04Merge master.Carl Hetherington
2014-06-03Include audio mapping in the digest used to distinguish differentCarl Hetherington
2014-05-19Use cxml::ConstNodePtr.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
2014-05-10Merge master.Carl Hetherington
2014-05-09Fix crash on using content with more than 12 audio channels.Carl Hetherington
2014-05-09MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.Carl Hetherington
2014-05-01Various fixes so that audio_delay_test works again.Carl Hetherington
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington
2014-01-06Basics of per-channel audio gain.Carl Hetherington
2013-11-20Use cxml::NodePtr.Carl Hetherington
2013-07-16Fix up AudioMapping confusions with respect to number of content channels.Carl Hetherington
2013-06-20Pull some emacs mode lines.Carl Hetherington
2013-05-20Some basics of AudioMapping.Carl Hetherington
2013-05-16Compiles; strange hang on adding content to a film.Carl Hetherington
2013-04-28Add total-playlist loop option; move state of content list into the Playlist.Carl Hetherington
2013-04-25Use content digest for audio maps, not file name.Carl Hetherington
2013-04-14Fix mapping of audio in DCP.Carl Hetherington