summaryrefslogtreecommitdiff
path: root/libs/audiographer
AgeCommit message (Expand)Author
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-15Allow compiling with c++11 enabledMichael R. Fisher
2013-07-13Use g_mkstemp in audiographer for portabilityPaul Davis
2013-07-11Use uint32_t type instead of uintPaul Davis
2013-07-11Add necessary header include for int64_t typePaul Davis
2013-07-11Include header that declares ::free for mingw buildPaul Davis
2013-07-11Fix some usage of non-standard types for portabilityPaul Davis
2013-03-23Fix some compilation warningsJulien de Kozak
2013-02-05hide unusued paramPaul Davis
2013-02-03Work around a bug in gdither with 32-bit integer export, fixes 32-bit export.Sakari Bergen
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2012-10-30Create export temporary files in the export directorySakari Bergen
2012-10-30Fix chunker to handle end of input properlySakari Bergen
2012-09-04Fix end-of-input-handling in silence trimmerSakari Bergen
2012-07-28Add missing #includes to some testsSakari Bergen
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-02Fix the ProcessContext copy-ctor stuff for older compilers, which don't suppo...Sakari Bergen
2012-07-01Probably fix warnings on Apple's gccSakari Bergen
2012-06-20remove sndfile debugging from export codePaul Davis
2012-06-19sndfile/export debuggign with ricardusPaul Davis
2012-05-24Compile cleanly with clang.David Robillard
2012-05-22remove debuggingPaul Davis
2012-05-21more 64bit VM debugging nonsense (svn in the fastest route between my system ...Paul Davis
2012-05-14fix --test build on OSX Lion by commenting out code that does not compilePaul Davis
2012-03-30Further GCC 4.7.0 fixes.Carl Hetherington
2012-03-30Some fixes for GCC 4.7.0Carl Hetherington
2012-01-24Show proper progress information for export while normalizingSakari Bergen
2012-01-23Fix export threading timeouts when disk operations take long. Might fix other...Sakari Bergen
2011-11-13Apply patch from timbyr to fix building with --test.David Robillard
2011-10-19Trim the include tree.David Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-30more changes to wscript files to catch up with waf 1.6 and fix OS X issuesPaul Davis
2011-09-29Fix installation globsDavid Robillard
2011-09-29Use is_defined to check for HAVE_* variables set by checks.David Robillard
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-03-16Indent python files with spaces as per style guide.David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-13fix non-inlined SndfileHandle constructor in libaudiographer, which triggers ...Paul Davis
2010-11-02Fix error in samplerate converterSakari Bergen
2010-09-07Upgrade to latest autowaf.David Robillard
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-19Write BWF info on export. Fixes #3398.Carl Hetherington
2010-04-02Fix build.Carl Hetherington
2010-04-02Make audiographer SndfileWriter use PBD::Signal and use it properly. Also mak...Sakari Bergen
2010-03-15Fix export, which has been broken since the boost::signals2 changes. Also upd...Sakari Bergen
2009-12-31Fix AudioGrapher library installation path and enable H/W optimizations in Au...Sakari Bergen
2009-12-27- Fix process callbakc handling during exportSakari Bergen