summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_graph_builder.h
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2016-07-18Normalize API rename part 2Robin Gareus
2016-07-18No-Op: rename Normalizer to IntermediateRobin Gareus
2016-07-16libardour support for timespan realtime exportRobin Gareus
2016-07-16Refactor TmpFile into an abstract base classRobin Gareus
2016-07-14refactoring to prepare for real-time exportRobin Gareus
2016-05-02Add loudness normalization to Export Format & GraphRobin Gareus
2016-02-16chunk data before analysis, prefer 8KRobin Gareus
2016-02-15Add normalization gain factor to Export AnalysisRobin Gareus
2016-02-10make post-export analysis optional (default to enabled)Robin Gareus
2016-02-10Post-export AnalysisRobin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-29no-op: indentation and whitespace fixesPaul Davis
2015-06-29[Summary] Added export cleanupGZharun
2013-10-17add export visibility macros across libardourPaul Davis
2012-06-24Inrease the export "chunk size" to speed it up over 10% at least in some situ...Sakari Bergen
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-01-24Show proper progress information for export while normalizingSakari Bergen
2011-06-11Fix #4094: show total export progress instead of per timespan progressSakari Bergen
2011-06-11Typedef all globally used export smart pointer types in one file.Sakari Bergen
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-01-10Make export channels own their buffers + some other small code tidy-ups. Prep...Sakari Bergen
2010-12-18Finally implement position aware silence adding in export (i.e. bbt times are...Sakari Bergen
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-04-02Make audiographer SndfileWriter use PBD::Signal and use it properly. Also mak...Sakari Bergen
2010-03-30Fix split channel export (which was broken during export refactoring)Sakari Bergen
2010-03-15Fix export, which has been broken since the boost::signals2 changes. Also upd...Sakari Bergen
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-12-27- Fix process callbakc handling during exportSakari Bergen
2009-12-27Re-integrate export-optimization branch.Sakari Bergen