summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2015-08-13update german translation (from Edgar Aichinger)Paul Davis
2015-08-13fix live resampling (auditioning, embedded src)Robin Gareus
2015-08-13clarify variable nameRobin Gareus
2015-08-13fix import resampling (don’t cut end short)Robin Gareus
2015-08-13fix resampling (auditioning)Robin Gareus
2015-08-12punctuation nitpickRobin Gareus
2015-08-12limit bounce processing size (fixes crashes in plugins)Robin Gareus
2015-08-12another waf/regexp issue (amend 4666711)Robin Gareus
2015-08-12correctly switch between windows and (other) when deciding whether to use AVX...Paul Davis
2015-08-11remove unnecessary namespace forward declPaul Davis
2015-08-11use new FPU singleton pattern in libs/ardourPaul Davis
2015-08-11the AVX functions for linux are stubs - they just use non-optimized code. Don...Paul Davis
2015-08-11remove -Woverload-virtual ambiguity (from 1d3690d)Robin Gareus
2015-08-11fix deadlock at exit on SMP systemsRobin Gareus
2015-08-11Backend API to query rates&sizes for separate I/O.Robin Gareus
2015-08-10fix unbelievable typo that broke solo propagationPaul Davis
2015-08-10convert Route::_solo_isolated from counter to a boolean.Paul Davis
2015-08-09Make sure that the ostream operator << (for class ChanCount) gets correctly e...John Emmas
2015-08-09MSVC doesn't define __LITTLE_ENDIAN__John Emmas
2015-08-09Add a newly introduced source file to our MSVC project (libardour)John Emmas
2015-08-09remember actual processor configurationRobin Gareus
2015-08-08amend 0e3991e (can_support.. AND configure..)Robin Gareus
2015-08-08AU: discard relationship with master-bus channel count.Robin Gareus
2015-08-08AU: fix debug outputRobin Gareus
2015-08-07remove more cruft (dead assignments)Robin Gareus
2015-08-07give copy_vector() another chance.Robin Gareus
2015-08-07VST use scratch buffers for processing.Robin Gareus
2015-08-07fix VST plugin crash (from 35a9c63)Robin Gareus
2015-08-05rework VST processing/buffering (no more alloca).Robin Gareus
2015-08-05VST replaceProcessing () != in-place processing.Robin Gareus
2015-08-05update unit-tests (new Dummy backend name since a9b6277)Robin Gareus
2015-08-05pass complete blocksize range to LV2 plugin. fixes #6498Robin Gareus
2015-08-04self-test add missing newlineRobin Gareus
2015-08-03close file before unlinkRobin Gareus
2015-08-03VST cache file transition.Robin Gareus
2015-08-03dump VST blacklist at end of scanRobin Gareus
2015-08-03translatable VST error/info messagesRobin Gareus
2015-08-03fix byte-order detection for gcc < v4.4.Robin Gareus
2015-08-03Fix typo in 8c45d4 preventing compileTim Mayberry
2015-08-03sha1: cleanup & separate unit testRobin Gareus
2015-08-03VST cache rework (part one)Robin Gareus
2015-08-03add sha1-hash calc.Robin Gareus
2015-07-30fix file metadata tagging on windows.Robin Gareus
2015-07-29Don’t create MTC debug string if it’s not needed.Robin Gareus
2015-07-28Revert "debug/fix LV2 state loading on OSX 10.5/PPC"Robin Gareus
2015-07-28don't crash if taglib cannot open fileRobin Gareus
2015-07-27fix LV2 freewheeling port, explicit cast bool to float.Robin Gareus
2015-07-27debug/fix LV2 state loading on OSX 10.5/PPCRobin Gareus
2015-07-27add Session::routes_solo_changed(), a plural method which makes changing many...Paul Davis
2015-07-27fixes/updates for move to ::open()Robin Gareus