1013 Commits (b88b6747c2da99ee86c5323f2e7e4e73f4deb476)

Author SHA1 Message Date
  sletz 626570de96 Add missing methods in JackInternalClientChannel.h 16 years ago
  sletz b50078f968 Tim Blechmann optimization patch. 16 years ago
  sletz 86d4357b09 Fix a crash in JackEngine::Close when backend cannot be loaded. 16 years ago
  nedko ff903a0b54 Fix jackctl_parameter_reset() 16 years ago
  moret b3f15f9cb5 Correct strange stl behaviour at runtime on windows - correct 'undefined reference' for alsaadapter - rebuild jackrouter.dll from a new libjack.lib 16 years ago
  moret 01bb4f0ff5 AlsaAdapter compiles again with profiling records. 16 years ago
  nedko 606609f9b5 range constraint for realtime-priority engine parameter 16 years ago
  nedko ab6969686d Fix value of JACK_CONSTRAINT_FLAG_FAKE_VALUE 16 years ago
  nedko 5d586603df Doxygen documentation for new functions of control API 16 years ago
  nedko bfaf8988f0 Transform range bool into flags 16 years ago
  nedko 5f19deec7f Remove sneaked test code 16 years ago
  nedko b77ad14a17 Move jackctl_parameter_get_enum_constraint_description() to proper place 16 years ago
  nedko d03bd381eb Fix constraint functions linkage 16 years ago
  nedko e36f2bd458 Use uint32_t instead of bool in driver interface (to match current approach to bools in the driver interface) 16 years ago
  nedko bd40d3225f Expose jackctl_parameter_get_enum_constraint_description() in control API 16 years ago
  nedko 2eeaa3b8a5 Expose parameter constraints in control API 16 years ago
  nedko c3b51c7755 Associate description with each enum constraint value 16 years ago
  nedko 385f14448b Define driver parameter constraint descriptor 16 years ago
  sletz 28ef03b879 Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit. 16 years ago
  sletz 23fab4f1bb Fix a SMP related bug introduced in rev 2957 : remove the __SMP__ flag and define LOCK for SMP in all cases. 16 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 16 years ago
  sletz f7cb7bb5d9 Checking for libsamplerate in waf, fix ticket #89. 16 years ago
  sletz 1c40770e9d Cleanup on OSX. 16 years ago
  sletz 285b645723 Correct file permission for jack-shm-registry POSIX shared memory segment. 16 years ago
  sletz e291f37568 Define a JackShutdownCallback type, various callback related cleanup. 16 years ago
  sletz 98a789ae4f Tim Blechmann optimization patches. 16 years ago
  sletz 80e75c504c Add -u (unlock) again in jackd parameters list (even if not used yet). 16 years ago
  sletz d7ea77e268 Cleanup on Windows. 16 years ago
  sletz 357e823209 JackRequest.h moved back to common folder. 16 years ago
  sletz 7628f71f59 Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines. 16 years ago
  sletz 27b17399e7 Correct PortRegister prototype. 16 years ago
  sletz 183b591a9b Michael Voigt JackAPI cleanup patch. 16 years ago
  sletz 888a63ddec Cleanup JackPortRegisterResult and JackPortUnRegisterRequest structures. 16 years ago
  sletz 46f0e85794 Add -m (mlock) again in jackd paramaters list (even if not used yet). 16 years ago
  sletz 5a33ec9c8c Move JackRequest.h file in posix. 16 years ago
  sletz 3b8e4f2c23 Michael Voigt JackTime patch. 16 years ago
  sletz af1770a4e4 fDriverInfo as an object in JackServer class. 16 years ago
  sletz 2097c37f35 New JackDriverInfo class to cleanup driver loading code. 16 years ago
  sletz d6f99d0c03 Typo. 16 years ago
  sletz 3515c81258 Better handling of intermediate failing cases in JackServer::Open. 16 years ago
  moret 3e9e0a1212 Fix profiling recording in NetXXX files. 16 years ago
  sletz 3737def340 Multi-platform related cleanup. 16 years ago
  sletz 38e52bc576 Fix JackNetDriver::Open and JackDummyDriver::Open. 16 years ago
  sletz f4150108a8 Michael Voigt mutex cleanup patch. 16 years ago
  sletz 244d6aaace Some code cleanup. 16 years ago
  sletz 34bb208d1e Correct JackCoreAudioAdapter::Close. 16 years ago
  sletz 9d0aa7e864 Remove use of try/catch during internal client loading, set default nperiod to 2 in JackAlsaAdpter. 16 years ago
  sletz 5840c47cc0 Move init code after possibly failing allocation code in JackNetDriver::Init. 16 years ago
  sletz 819463b3b3 Change libraries name on Windows, update installer. 16 years ago
  sletz 395e37770c Cleanup in driver/internal loading code, correct wscript for driver and internals compilation. 16 years ago