summaryrefslogtreecommitdiff
path: root/libs/ardour/export_graph_builder.cc
AgeCommit message (Expand)Author
2016-12-07fix copy/paste typo in prev. commitRobin Gareus
2016-12-07Work around silence-trim config 0dBFS (7b1f97bf)Robin Gareus
2016-12-07Revert "Fix export silence threshold by using a constant value for now"Robin Gareus
2016-12-06Fix export silence threshold by using a constant value for nowTim Mayberry
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-15fix file-name reported to analyzer when stem-exportingRobin Gareus
2016-07-14refactoring to prepare for real-time exportRobin Gareus
2016-05-25treat different normalization settings as different formatsRobin Gareus
2016-05-02Add loudness normalization to Export Format & GraphRobin Gareus
2016-04-21and now with proper closing bracket.Robin Gareus
2016-04-21take MB dithering into account when stripping silence on exportRobin Gareus
2016-03-11Configurable export-silence trim threshold (no GUI yet)Robin Gareus
2016-02-17Make sure that MSVC knows which version of 'ceil()' we wantJohn Emmas
2016-02-16chunk data before analysis, prefer 8KRobin Gareus
2016-02-16Fix Analysis duration for added silenceRobin Gareus
2016-02-15Add normalization gain factor to Export AnalysisRobin Gareus
2016-02-11only instantiate Analysis Processor if neededRobin Gareus
2016-02-10make post-export analysis optional (default to enabled)Robin Gareus
2016-02-10Post-export AnalysisRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin 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
2014-11-18Avoid potential division by zero.David Robillard
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-08-04'libs/ardour' - Use 'std::vector' instead of dynamically sized arrays (requir...John Emmas
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-03-17Handle mutiple export files with the same extension but different format.Sakari Bergen
2013-01-16add copyright commentsPaul Davis
2012-10-30Create export temporary files in the export directorySakari Bergen
2012-06-24Inrease the export "chunk size" to speed it up over 10% at least in some situ...Sakari Bergen
2012-06-23Move PBD::sys::copy_file/s into pbd/file_utils.h and PBD:: namespaceTim Mayberry
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-03-01Patch from colinf to fix crash on stem export of 4-channel tracks (#4750).Carl Hetherington
2012-01-24Show proper progress information for export while normalizingSakari 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-02-09export graph uses as many threads as there are cores, not the number of DSP t...Paul Davis
2011-02-09make the export graph use the same number of threads as the DSP graphPaul Davis
2011-01-16Make stem export export from right before any processors.Sakari Bergen
2011-01-10Make export channels own their buffers + some other small code tidy-ups. Prep...Sakari Bergen
2011-01-06Add stem export dialog and make all different export dialogs save their confi...Sakari Bergen
2010-12-18Finally implement position aware silence adding in export (i.e. bbt times are...Sakari Bergen
2010-12-18Add "session rate" as a possible sample rate for export formatsSakari Bergen
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-02Fix invalid assertion from previous commit, and possibly fix having random ga...Sakari Bergen
2010-11-02Add assertion to export code to make sure the buffer size hasn't changed some...Sakari Bergen