summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer
AgeCommit message (Expand)Author
2020-03-29Set thread-names (libs)Robin Gareus
2020-03-02Fix some doxygen warningsRobin Gareus
2019-08-12Prefer std::vector<> over C-style malloc/free**Robin Gareus
2019-08-03Update audiographer GPL boilerplate and (C) from git logRobin Gareus
2018-11-19Add Pipe-to-command export backendRobin Gareus
2018-07-25Clarify error message when file cannot be created,Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-16Namespace PBD::RingBufferRobin Gareus
2016-12-06Include last sample in reverse test for nonsilence in end trim during exportTim Mayberry
2016-12-06Fix issues in export with trim enabledTim Mayberry
2016-12-06Rename AudioGrapher::SilentTrimmer method to reflect behaviourTim Mayberry
2016-12-06Always signal writing to file is complete at end of the export processTim Mayberry
2016-10-03consistent VAMP includesRobin Gareus
2016-07-16Refactor TmpFile into an abstract base classRobin Gareus
2016-07-14refactoring to prepare for real-time exportRobin Gareus
2016-05-02prepare loudness normalizationRobin Gareus
2016-03-12Some AudioGrapher classes need to be exportable now, to support newly introdu...John Emmas
2016-02-16fix normalize + trim silence at end.Robin Gareus
2016-02-16prepare threshold for silence trimRobin Gareus
2016-02-15Add normalization gain factor to Export AnalysisRobin Gareus
2016-02-12Class 'AudioGrapher::Analyser' needs to be exportable for building with MSVCJohn Emmas
2016-02-11update export analyser for dBTPRobin Gareus
2016-02-10cleanup: unhardcode spectrum size, logscale, whitespace fixesRobin Gareus
2016-02-10move export-analysis implementation into cc-file.Robin Gareus
2016-02-10Post-export AnalysisRobin Gareus
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-11spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmÃ...Paul Davis
2015-04-29no need to close a file that will not be removed (and has no name)Paul Davis
2015-03-02explicitly close tmpfiles before unlink.Robin Gareus
2015-01-27towards fixing #5711Robin Gareus
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-01-13Merge branch 'windows+cc' into cairocanvasJohn Emmas
2014-01-13'libs/audiographer' - DLL visibility stuff and associated changes needed for ...John Emmas
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-30fix an errant visibility macroPaul Davis
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
2013-12-05Only use __declspec(dllimport/dllexport) for MSVC compilerTim Mayberry
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
2013-11-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
2013-11-03Fix invalid silence trimmer end-of-input behavior (multiple EndOfInputs)Sakari Bergen
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add missing filePaul Davis
2013-10-17add export control with -fvisibility=hidden to audiographerPaul Davis
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-15Allow compiling with c++11 enabledMichael R. Fisher