summaryrefslogtreecommitdiff
path: root/libs/ardour/export_graph_builder.cc
AgeCommit message (Expand)Author
2020-03-06Fix potential deadlock when exporting w/normalizingRobin Gareus
2020-03-06Fix export alignment (#7916)Robin Gareus
2020-03-06Fix realtime export of multiple time-spansRobin Gareus
2019-09-18Re-order includesRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-03-07Fix mp3 exportRobin Gareus
2019-03-05Use enum for exec stderr parameter (1/2)Robin Gareus
2019-02-26Disable ffmpeg/metadata by default, use "tag-metadata"Robin Gareus
2019-02-26Debug AudioGrapher::CmdPipeWriter<> commandRobin Gareus
2018-11-22Amend prev. commit, actually remove (1.0 - x) as was documentedRobin Gareus
2018-11-22Backwards compatible sndfile supportRobin Gareus
2018-11-21Include session-metadata in external/ffmpeg exportRobin Gareus
2018-11-20Implement vorbis encoder qualityRobin Gareus
2018-11-19Prepare export-format codec-quality settingRobin Gareus
2018-11-19Initial backend support for external export encoderRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
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