summaryrefslogtreecommitdiff
path: root/src/lib/audio_buffers.cc
AgeCommit message (Expand)Author
2021-05-07WIP: more1771-resample-glitches-take4Carl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2021-02-23Fix assertion ordering.Carl Hetherington
2021-01-07std::shared_ptrCarl 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
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
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
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
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ...Carl Hetherington
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