304 Commits (23fab4f1bbb71e5df3aac24680f7341f3fc00ff0)

Author SHA1 Message Date
  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 285b645723 Correct file permission for jack-shm-registry POSIX shared memory segment. 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 183b591a9b Michael Voigt JackAPI cleanup patch. 16 years ago
  sletz 3b8e4f2c23 Michael Voigt JackTime patch. 16 years ago
  sletz 2097c37f35 New JackDriverInfo class to cleanup driver loading code. 16 years ago
  sletz bfdf50d52d Better symbols export for server and client side libraries. 16 years ago
  sletz dab6a3fc5c Correct driver hierarchy on macosx and windows targets. 16 years ago
  sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step. 16 years ago
  sletz ceee0c4565 Correct JackNetDriver initialization. 16 years ago
  sletz d153fdee1b Add new desc (extended description) in jack_driver_desc_t, to be used by backends and internal clients. 16 years ago
  sletz 6642ea118d Implement DBUS entry points to handle internal clients, add new commands in jack_control. 16 years ago
  sletz 1274ff1da2 Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks. 16 years ago
  sletz ebac956fc8 Implements internal clients management API. 16 years ago
  sletz 2bac738cde Fix memory leaks. 16 years ago
  sletz ea9f58723f Better parameter handling in JackCoreAudioAdapter. 16 years ago
  sletz a50961906f Add a fNetworkSync state in JackTransportEngine used in network. 16 years ago
  sletz 90aacb3b21 Move GetCurrentTransportFrame code from JackClient to JackTransportEngine. 16 years ago
  sletz c41c5f12b8 Fix JackFrameTimer::Time2Frames and JackTimer::Frames2Time, jack_cpu compiled again. 17 years ago
  sletz ce5d02b5d9 Correct JackClient::Close() to request server close only if server is running. 17 years ago
  sletz e822ddc370 Close remaining client sockets in JackSocketServerChannel::Close. 17 years ago
  sletz 774f25f574 Fix desallocation of remaining clients when server quits. 17 years ago
  sletz 653439c975 Fix a crash bug when desallocating a non completely created external client. 17 years ago
  sletz 2ad999fee6 Florian Faber patch for 32 bit float (LE only) support to jack's alsa driver. 17 years ago
  sletz aadded5a07 Fix server client OSX special notification mechanism, CoreAudio driver compilation back for 10.4. 17 years ago
  sletz ade47bdc34 Remove transport_type.h file, move transport types in types.h file. 17 years ago
  sletz 64928200f8 Cleanup in JackTransportEngine, move some code that was in JackClient class. 17 years ago
  sletz 99fc35a33c Correct audioadapter when a sample rate value different from jack server one is chosen. 17 years ago
  sletz 6dc1387fc5 Loopback driver working again. 17 years ago
  sletz 71ad2dad2c Fix JackFreewheelDriver::Process() in case if client time-out : continue processing until a better recovery strategy is chosen. 17 years ago
  sletz 0566470580 Add jack_get_descriptor in internal clients API. 17 years ago
  sletz dcbaa4ed70 Merge windows branch back to trunk. 17 years ago
  sletz 5349284639 Netioadapter now adapts for buffer size and sample rate changes. 17 years ago
  sletz e5bcc3068a Add IsFixedBufferSize method in all drivers. 17 years ago
  sletz 271fbfe3ce New netioadapter in server client. 17 years ago
  sletz 0a0860fcb1 New generic BuildClientPath for internal clients loading. 17 years ago
  sletz 8b5911a983 Add new jack_client_stop_thread and jack_client_kill_thread API. 17 years ago
  sletz 8f3e986c02 Embed JackEngineControl in JackDriver (starting from Tim Blechmann idea). 17 years ago
  sletz 3f0c87526c On OSX waf now compiles Universal Binaries. 17 years ago
  sletz f49f2c72ac Update waf for compilation on OSX. 17 years ago
  sletz 81a50f285f Driver class hierarchy simplification. 17 years ago
  sletz 318ecc889d Another Tim Blechmann cleanup patch + do no allocate JackClientControl in shared memory for server internal clients. 17 years ago
  sletz 0a1f18f323 Correct JackPosixThread::ThreadHandler termination, do not set buffer size if same value is used. 17 years ago
  sletz 2b0a516f73 Another Tim Blechmann patch to remove unnecessary virtual methods. 17 years ago
  sletz 2f4e02bc1d Improve net driver so that jack clients can be registered even if driver has not yet started. 17 years ago
  sletz 56241c7166 Add a missing EXPORT for JackException class. 17 years ago
  sletz d1540fe501 Better error checking in JackGraphManager::RemoveAllPorts. 17 years ago
  sletz f1cccee1b5 Fix a bug in backend parameter parsing. 17 years ago