summaryrefslogtreecommitdiff
path: root/src/lib/audio_analysis.cc
AgeCommit message (Collapse)Author
2015-11-18Basic (untested) ebur128 (#368).Carl Hetherington
2015-09-14Peak value of audio into the audio tab.Carl Hetherington
2015-08-26Separate AudioPoint.Carl Hetherington
2015-07-01Restore short-cutting of analysis gain updates.Carl Hetherington
If we have an analysis of one piece of content and the gain changes we don't re-run the analysis, instead applying a suitable `correction' in the UI.
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-05-13Port XML audio analysis code from master.Carl Hetherington
2015-05-107fd73c0cf1f723896826c77fec3720c5c404d4e8 from master; tidy audio analysis ↵Carl Hetherington
dialogue and add overall peak.
2015-04-16A few missing checks on the return value of fopen_boost.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-10-08Fix a couple of vaguely possible uninitialised values.Carl Hetherington
2014-09-14Missing <iostream> include. From Markus Kalb.Carl Hetherington
2014-02-05Fix some coverity-reported stuff.Carl Hetherington
2013-11-26A whole load of UTF-8/-16 confusion fixes for Windows.Carl Hetherington
2013-07-16Some missing copy constructors / operator= / noncopyable.Carl Hetherington
2013-06-20Various fixes to make audio analysis sort-of work.Carl Hetherington
2013-02-27Improve smoothing behaviour.Carl Hetherington
2013-02-26Pretty dumb smoothing.Carl Hetherington
2013-02-25Multiple simultaneous plots.Carl Hetherington
2013-02-25Tidy up creation of analysis a bit.Carl Hetherington
2013-02-24Basic UI.Carl Hetherington
2013-02-24Basic stuff to analyse audio (job).Carl Hetherington