summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2015-07-26Move ARDOUR::touch_file to pbd/file_utils.hTim Mayberry
2015-07-26Use g_open instead of ::open in ARDOUR::touch_file for portabilityTim Mayberry
2015-07-25Use g_open and sf_open_fd in SndFileSource for portabilityTim Mayberry
2015-07-25Use g_open and sf_open_fd in SndFileImportable instead of sf_open and Glib::l...Tim Mayberry
2015-07-25Use g_open instead of ::open in translation related utility functionsTim Mayberry
2015-07-25Use g_open instead of ::open in AudioSource for portabilityTim Mayberry
2015-07-25Use GStatBuf in AudioSource::initialize_peakfile for portabilityTim Mayberry
2015-07-25Revert "When peakfiles get opened using a non-glib function (in a non-English...Tim Mayberry
2015-07-25Revert "A few more instances of non-glib 'open()' getting used without locale...Tim Mayberry
2015-07-25Remove sse optimization sources from test applicationsTim Mayberry
2015-07-24VST info: use g_fopen() for Windows compat.Robin Gareus
2015-07-23A few more instances of non-glib 'open()' getting used without locale-specifi...John Emmas
2015-07-23When peakfiles get opened using a non-glib function (in a non-English locale)...John Emmas
2015-07-23signed/unsigned comparisonRobin Gareus
2015-07-23amend a73a039a3a, separate VST cache for 32/64bitRobin Gareus
2015-07-23avoid llabs ambiguityRobin Gareus
2015-07-21VST plugin title fix #6467Robin Gareus
2015-07-21bye bye Unix.Robin Gareus