summaryrefslogtreecommitdiff
path: root/src/lib/audio_filter.cc
AgeCommit message (Expand)Author
2022-07-17Fix a couple of reserve()s that should be resize() (#2285).Carl Hetherington
2022-05-26Cleanup: use some more make_shared.Carl Hetherington
2022-04-05Another missing #include.Carl Hetherington
2021-07-03Use std::vector rather than a raw array.Carl Hetherington
2021-07-03C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2017-12-08#include for M_PI.Carl Hetherington
2017-04-19Fix merging of audio in various circumstances.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-10-14Optimise audio filters; tweak order of the LPFs in the upmixers.Carl Hetherington
2015-09-18const fix.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2014-12-05Include rearrangement.Carl Hetherington
2014-07-15Add simple stereo-5.1 upmixer.Carl Hetherington
2014-07-15Add basic windowed-sinc audio filters.Carl Hetherington