summaryrefslogtreecommitdiff
path: root/src/lib/audio_buffers.cc
AgeCommit message (Collapse)Author
2020-07-24WIPsigned-unsignedCarl Hetherington
2020-02-27Add and use dB/linear conversion functions.Carl Hetherington
2020-02-16Make a new AudioBuffers constructor and use it to avoid some use of the more ↵Carl Hetherington
complicated copy_from.
2020-01-25Another thinko fix.Carl Hetherington
2020-01-25Fix thinko two commits ago.Carl Hetherington
2020-01-25Use memset for zeroing float buffers; it's faster, and I thinkCarl Hetherington
we get away with it on all the platforms we care about.
2017-04-19Various Doxygen fixes.Carl Hetherington
2017-04-19Some comments and a few small cleanups.Carl Hetherington
2017-04-19Fix merging of audio in various circumstances.Carl Hetherington
2016-06-22A couple of small optimisations.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-09-14Fix analysis of audio when the subject is later in the playlist thanCarl Hetherington
some other long piece of content. Small optimisation to AudioBuffers to extend size logarithmically.
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.
2014-12-05Include rearrangement.Carl Hetherington
2014-07-15Add simple stereo-5.1 upmixer.Carl Hetherington
2014-05-02Fix a spurious assert() failure.Carl Hetherington
2014-05-01Various fixes so that audio_delay_test works again.Carl Hetherington
2014-04-09Add a couple of assert()s.Carl Hetherington
2014-01-06Add gain variable to accumulate_channel.Carl Hetherington
2013-08-18Try to make audio gain work again.Carl Hetherington
2013-07-25Zero 'lost' frames when audio buffer frame counts are dropped.Carl Hetherington
2013-07-23Remove out-of-date comment.Carl Hetherington
2013-07-22Various 3D bits.Carl Hetherington
2013-07-16Some missing copy constructors / operator= / noncopyable.Carl Hetherington
2013-07-12Add silence padding test.Carl Hetherington
2013-07-11Add test for audio delay, and do it in the player rather than the decoder.Carl Hetherington
2013-06-20Various fixes to make audio analysis sort-of work.Carl Hetherington
2013-05-24Partial addition of DCP audio channel count to Film.Carl Hetherington
2013-05-16Compiles; strange hang on adding content to a film.Carl Hetherington