add a fixed priority to panner modules
[ardour.git] / libs / audiographer /
2014-01-08 Sakari BergenFix dither data width assertions and related tests
2013-11-23 Sakari BergenFix invalid assertions in AudioGrapher SampleFormatConv...
2013-11-03 Sakari BergenFix invalid silence trimmer end-of-input behavior ...
2013-07-16 Robin GareusMerge branch 'clang' of https://github.com/axetota...
2013-07-16 Michael R. FisherAllow compiling with c++11 enabled
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-23 Julien de KozakFix some compilation warnings
2013-02-05 Paul Davishide unusued param
2013-02-03 Sakari BergenWork around a bug in gdither with 32-bit integer export...
2013-01-16 Paul Davisadd copyright comments
2013-01-16 Paul Davisadd copyright comments
2012-10-30 Sakari BergenCreate export temporary files in the export directory
2012-10-30 Sakari BergenFix chunker to handle end of input properly
2012-09-04 Sakari BergenFix end-of-input-handling in silence trimmer
2012-07-28 Sakari BergenAdd missing #includes to some tests
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-02 Sakari BergenFix the ProcessContext copy-ctor stuff for older compil...
2012-07-01 Sakari BergenProbably fix warnings on Apple's gcc
2012-06-20 Paul Davisremove sndfile debugging from export code
2012-06-19 Paul Davissndfile/export debuggign with ricardus
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-22 Paul Davisremove debugging
2012-05-21 Paul Davismore 64bit VM debugging nonsense (svn in the fastest...
2012-05-14 Paul Davisfix --test build on OSX Lion by commenting out code...
2012-03-30 Carl HetheringtonFurther GCC 4.7.0 fixes.
2012-03-30 Carl HetheringtonSome fixes for GCC 4.7.0
2012-01-24 Sakari BergenShow proper progress information for export while norma...
2012-01-23 Sakari BergenFix export threading timeouts when disk operations...
2011-11-13 David RobillardApply patch from timbyr to fix building with --test.
2011-10-19 David RobillardTrim the include tree.
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-30 Paul Davismore changes to wscript files to catch up with waf...
2011-09-29 David RobillardFix installation globs
2011-09-29 David RobillardUse is_defined to check for HAVE_* variables set by...
2011-09-29 David RobillardRemove use of waf compat15 tool.
2011-09-29 David RobillardUpgrade to waf 1.6.7 and autowaf r52.
2011-04-22 David RobillardFix Python whitespace (follow PEP8 guidelines, reformat...
2011-03-16 David RobillardIndent python files with spaces as per style guide.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-13 Paul Davisfix non-inlined SndfileHandle constructor in libaudiogr...
2010-11-02 Sakari BergenFix error in samplerate converter
2010-09-07 David RobillardUpgrade to latest autowaf.
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-19 Carl HetheringtonWrite BWF info on export. Fixes #3398.
2010-04-02 Carl HetheringtonFix build.
2010-04-02 Sakari BergenMake audiographer SndfileWriter use PBD::Signal and...
2010-03-15 Sakari BergenFix export, which has been broken since the boost:...
2009-12-31 Sakari BergenFix AudioGrapher library installation path and enable...
2009-12-27 Sakari Bergen- Fix process callbakc handling during export
2009-12-27 Sakari BergenRe-integrate export-optimization branch.