1347 Commits (d904746b42411382280ade9f0e10b5c089c6cb15)

Author SHA1 Message Date
  sletz 4d64f8e232 Correct control.h again. 16 years ago
  sletz fc5ba1689b Fix control.h for proper compilation on Solaris. 16 years ago
  sletz 148764a207 Version 1.9.4 started. 16 years ago
  sletz 3f6990c0c0 Cleanup loopback backend. 16 years ago
  sletz e4c2f68f1b Compile loopback backend in Linux and Solaris versions, update OSX project. 16 years ago
  sletz 4fa9498426 Complete JackWeakAPI.cpp 16 years ago
  sletz e3b0f67835 -L paramater for loopback backend activated again in jackd. 16 years ago
  sletz c970e7e0fe JackLoopbackDriver reborn as a dynamicalled loadable separated backend. 16 years ago
  sletz 56f4d13ecb In combined --dbus and --classic compilation ode, use PulseAudio acquire/release code. 16 years ago
  sletz 9fb3dfbfb2 Report some cleanup and documentation improvements done on JACK1 timing functions. 16 years ago
  sletz 9066f85ba0 Rename JackDriver::Init method to JackDriver::Initialize (to avoid confusion with JackThread::Init method). 16 years ago
  sletz 1f357b86f4 Correct jackd.h for doxygen groups definition. 16 years ago
  sletz 1eef95890b Raise drivers time out used in synchronous mode. 16 years ago
  sletz 373c91126b Remove JackLoopbackDriver file from wscript. 16 years ago
  sletz 5bd0d7711f Fix wscripts when --libdir is used. 16 years ago
  sletz 418e268f46 Add compile time option for maximum ports per application. 16 years ago
  sletz 5ef23d06c3 Use __attribute__((__packed__)) again, more fixes for 64/32 mixed mode. Torben Hohn changes for 64/32 mixed mode in wscripts. 16 years ago
  sletz cddaebdad5 Correct documentation generation and readme files. 16 years ago
  sletz 347c6b874b Correct 64/32 mixed compilation again. 16 years ago
  nedko 00a05b846b Remove libjack dependency on libdbus for mixed scenario; fix warning. 16 years ago
  nedko 3aa9b525c3 Move dbus device reservation code to jackdbus 16 years ago
  sletz b9788bfec9 Use __attribute__((__aligned__(32))) instead of __attribute__((__packed__)) for 64/32 mixed mode. 16 years ago
  sletz 407988efc8 Correct 64/32 mixed compilation. 16 years ago
  sletz 22ee2f67e9 Another Tim Bechmann memops.c optimization patch. 16 years ago
  sletz 304060be4a Add missing #endif. 16 years ago
  sletz ea637a5223 Tim Bechmann memops.c optimization patch. 16 years ago
  sletz 84c256f7aa NetJack2 code : better error checkout, method renaming. 16 years ago
  sletz e8b7a090df Correct JackTransportEngine::MakeAllLocating, sync callback has to be called in this case also. 16 years ago
  sletz 081df1eff1 Move DBus based audio device reservation code in ALSA backend compilation. 16 years ago
  sletz 0ed5750f7c Correct jack_set_error_function, jack_set_info_function and jack_set_thread_creator functions. 16 years ago
  sletz 786e712744 New JackWeakAPI.cpp file. 16 years ago
  nedko d8f4e5d376 When disconnect of all ports is requested, disconnect ports one by one 16 years ago
  nedko 6e1e12b016 JackGraphManager::CheckPorts (with get) -> JackGraphManager::GetTwoPorts 16 years ago
  nedko 01830b15a4 Untobify Jackdmp.cpp 16 years ago
  sletz e9e9621ad3 Remove unneeded include, reorganize control.h 16 years ago
  sletz d38a6c9c1d Move InitFrameTime in JackDriver::Start method. 16 years ago
  sletz e9fc6c6267 Correct control.h header. 16 years ago
  sletz cd97d11135 New jack_free function added in jack.h. 16 years ago
  sletz 3482655f46 Cleanup loopback stuff in server. 16 years ago
  sletz 23f85f9830 Fix transport callback (timebase master, sync) issue when used after jack_activate (RT thread was not running). 16 years ago
  sletz 8146837a13 First working version of native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver). 16 years ago
  sletz 202afe5132 Correct JackServer::SwitchMaster. 16 years ago
  sletz 078ff07e94 Add documentation for jackctl_server_add_slave, jackctl_server_remove_slave and jackctl_server_switch_master functions. 16 years ago
  sletz 4a637d218a jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed. 16 years ago
  sletz 909c161638 Add jackctl_server_load_master/jackctl_server_unload_master API. 16 years ago
  sletz 75fe318e1f Compiles on Windows again. 16 years ago
  sletz 272345417c Cleanup. 16 years ago
  sletz 76d977c27e Clock source setting code working on Linux. 16 years ago
  sletz c284e58b88 Clock source setting on Linux (in progress). 16 years ago
  sletz 9f5bbdbd88 Restore a working version using loopbackdriver. 16 years ago