NOOP - SMF debugging.
[ardour.git] / libs / ardour /
2015-08-13 Robin Gareusclarify variable name
2015-08-13 Robin Gareusfix import resampling (don’t cut end short)
2015-08-12 Robin Gareusfix resampling (auditioning)
2015-08-12 Robin Gareuspunctuation nitpick
2015-08-12 Robin Gareuslimit bounce processing size (fixes crashes in plugins)
2015-08-12 Robin Gareusanother waf/regexp issue (amend 4666711)
2015-08-12 Paul Daviscorrectly switch between windows and (other) when decid...
2015-08-12 Paul Davisremove unnecessary namespace forward decl
2015-08-12 Paul Davisuse new FPU singleton pattern in libs/ardour
2015-08-11 Paul Davisthe AVX functions for linux are stubs - they just use...
2015-08-11 Robin Gareusremove -Woverload-virtual ambiguity (from 1d3690d)
2015-08-11 Robin Gareusfix deadlock at exit on SMP systems
2015-08-11 Robin GareusBackend API to query rates&sizes for separate I/O.
2015-08-10 Paul Davisfix unbelievable typo that broke solo propagation
2015-08-10 Paul Davisconvert Route::_solo_isolated from counter to a boolean.
2015-08-10 Robin GareusMerge branch 'pt5-fix' of https://github.com/zamaudio...
2015-08-09 John EmmasMake sure that the ostream operator << (for class ChanC...
2015-08-09 John EmmasMSVC doesn't define __LITTLE_ENDIAN__
2015-08-09 John EmmasAdd a newly introduced source file to our MSVC project...
2015-08-09 Robin Gareusremember actual processor configuration
2015-08-08 Robin Gareusamend 0e3991e (can_support.. AND configure..)
2015-08-07 Robin GareusAU: discard relationship with master-bus channel count.
2015-08-07 Robin GareusAU: fix debug output
2015-08-07 Robin Gareusremove more cruft (dead assignments)
2015-08-07 Robin Gareusgive copy_vector() another chance.
2015-08-07 Robin GareusVST use scratch buffers for processing.
2015-08-07 Robin Gareusfix VST plugin crash (from 35a9c63)
2015-08-05 Robin Gareusrework VST processing/buffering (no more alloca).
2015-08-05 Robin GareusVST replaceProcessing () != in-place processing.
2015-08-05 Robin Gareusupdate unit-tests (new Dummy backend name since a9b6277)
2015-08-04 Robin Gareuspass complete blocksize range to LV2 plugin. fixes...
2015-08-04 Robin Gareusself-test add missing newline
2015-08-03 Robin Gareusclose file before unlink
2015-08-03 Robin GareusVST cache file transition.
2015-08-03 Robin Gareusdump VST blacklist at end of scan
2015-08-03 Robin Gareustranslatable VST error/info messages
2015-08-03 Robin Gareusfix byte-order detection for gcc < v4.4.
2015-08-03 Tim MayberryFix typo in 8c45d4 preventing compile
2015-08-03 Robin Gareussha1: cleanup & separate unit test
2015-08-02 Robin GareusVST cache rework (part one)
2015-08-02 Robin Gareusadd sha1-hash calc.
2015-07-30 Robin Gareusfix file metadata tagging on windows.
2015-07-29 Robin GareusDon’t create MTC debug string if it’s not needed.
2015-07-28 Robin GareusRevert "debug/fix LV2 state loading on OSX 10.5/PPC"
2015-07-27 Robin Gareusdon't crash if taglib cannot open file
2015-07-27 Robin Gareusfix LV2 freewheeling port, explicit cast bool to float.
2015-07-27 Robin Gareusdebug/fix LV2 state loading on OSX 10.5/PPC
2015-07-27 Paul Davisadd Session::routes_solo_changed(), a plural method...
2015-07-26 Robin Gareusfixes/updates for move to ::open()
2015-07-26 Tim MayberryMove ARDOUR::touch_file to pbd/file_utils.h
2015-07-26 Tim MayberryUse g_open instead of ::open in ARDOUR::touch_file...
2015-07-25 Tim MayberryUse g_open and sf_open_fd in SndFileSource for portability
2015-07-25 Tim MayberryUse g_open and sf_open_fd in SndFileImportable instead...
2015-07-25 Tim MayberryUse g_open instead of ::open in translation related...
2015-07-25 Tim MayberryUse g_open instead of ::open in AudioSource for portability
2015-07-25 Tim MayberryUse GStatBuf in AudioSource::initialize_peakfile for...
2015-07-25 Tim MayberryRevert "When peakfiles get opened using a non-glib...
2015-07-25 Tim MayberryRevert "A few more instances of non-glib 'open()' getti...
2015-07-25 Tim MayberryRemove sse optimization sources from test applications
2015-07-24 Robin GareusVST info: use g_fopen() for Windows compat.
2015-07-23 John EmmasA few more instances of non-glib 'open()' getting used...
2015-07-23 John EmmasWhen peakfiles get opened using a non-glib function...
2015-07-23 Robin Gareussigned/unsigned comparison
2015-07-23 Robin Gareusamend a73a039a3a, separate VST cache for 32/64bit
2015-07-23 Robin Gareusavoid llabs ambiguity
2015-07-21 Robin GareusVST plugin title fix #6467
2015-07-20 Robin Gareusbye bye Unix.
2015-07-20 Paul Davisdo not call playhead priority (auto-return) code after...
2015-07-20 Paul Davisfix auditioning on systems with larger disk read chunk...
2015-07-20 Robin Gareususe power of 2 log-scale for parameters.
2015-07-20 Robin Gareuscopy AU parameters with plugin
2015-07-20 Robin Gareusconfigure Analysis Plugin
2015-07-17 Paul Davisdo not carry out a size check on peakfiles for files...
2015-07-17 Robin Gareusprint name instead of ID for skipped AUs
2015-07-17 Robin Gareusreworked variant of john’s soundfile locale fix
2015-07-16 Ben Loftismerge fix
2015-07-16 Robin Gareusclarify splash message (plugin scan/discover)
2015-07-16 Robin Gareusprevent multiple concurrent plugin scans.
2015-07-16 Robin GareusRevert "Possible fix for tracker.ardour.org/view.php...
2015-07-16 John EmmasPossible fix for tracker.ardour.org/view.php?id=6332
2015-07-16 Robin Gareusrework AU scanning/discovery
2015-07-16 Paul Davisseparate solo isolate into two components (self-solo...
2015-07-16 Robin GareusRevert "AU discover: remember discover-at-start setting"
2015-07-16 Robin GareusAU discover: remember discover-at-start setting
2015-07-15 Robin Gareus-Wabsolute-value fix
2015-07-15 Robin Gareusamend 3a5ac7f
2015-07-15 Robin Gareusupdate existing dpm meter-falloff config to new fastest.
2015-07-15 Robin GareusVST-info hotfix for 32/64 parallel installs.
2015-07-15 Robin Gareusfix pre-fader insert mute.
2015-07-13 Robin Gareususe “1” as small-step for integer controls.
2015-07-13 Robin Gareuskeep invisible processors enabled.
2015-07-11 Robin Gareusfix verbose plugin scan
2015-07-11 Robin Gareusadd pingback URL for windows
2015-07-11 Robin Gareusprepare verbose plugin scanning (log VST details)
2015-07-10 Paul DavisMerge branch 'ovenwerks-master'
2015-07-10 Len OvensAdd debug for generic midi control
2015-07-10 Robin Gareusassign new IDs to plugin copies on paste.
2015-07-10 Robin Gareusfix previous commit double dot in file ext.
2015-07-10 Robin Gareusseparate VST blacklist for 32/64bit
2015-07-05 Robin Gareususe default meter type when creating new tracks/busses
next