599 Commits (c8ff52659313ba4de1bbebf3dc76156c0ac287c7)

Author SHA1 Message Date
  sletz c8ff526593 Correct Dummy driver. 14 years ago
  sletz c2f0498738 NetJack2 : connection error handling. 14 years ago
  sletz 751f5b0fa6 NetJack2 : timeout again... 14 years ago
  sletz 555c7c2259 Changes in NetJack2 connection management: no more timeout, any transmission error considered as fatal. 14 years ago
  sletz 88b08fed4c Special version of jack_attach_shm/jack_release_shm on client side for POSIX shared mem, to solve a memory leak issue. 14 years ago
  sletz 68ec29c2d0 SaveConnections/RestoreConnections moved in JackAudioDriver. 14 years ago
  sletz d6b65585bf SaveConnections/RestoreConnections in NetDriver. 14 years ago
  sletz b4a0c1e95a Add XRun detection in PortAudio driver. 15 years ago
  sletz 0cb4e351ee Update libjacknet Windows project. 15 years ago
  sletz ad34703368 rebase from trunk 4306:4323 15 years ago
  sletz 11a6f26f13 JackWeakAPI.cpp renamed in JackWeakAPI.c 15 years ago
  sletz ecb84b5f9f rebase from trunk 4238:4306 15 years ago
  sletz 4f5e3ecd37 Correct driver lifetime management. 15 years ago
  sletz 37a971473b Fix in JackCoreAudioDriver::Read when there is no inputs. 15 years ago
  sletz 3ea1d70b0c Netdriver can now ask for in/out values from the master (in progress). 15 years ago
  sletz e03d1ddd44 Improve error management in JackNetDriver. 15 years ago
  sletz fdcb49c063 Correction in jackdmp.cpp: notify_server_stop should be done after server destruction. 15 years ago
  sletz c261cca84b Correct JackNetOneDriver::Close. 15 years ago
  sletz 4bfaf8822a Cleanup JackThreadedDriver::Stop. 15 years ago
  sletz 53111aac1b Version 1.9.8 started. 15 years ago
  sletz 7254ce1ebc rebase from trunk 4180:4238 15 years ago
  sletz 2d8231209d README updated. 15 years ago
  sletz 3b525b27d7 Synchronize JackWeakAPI.cpp with new APIs. 15 years ago
  sletz ef7e83f748 Correction of JackNetOneDriver for latest CELT API. 15 years ago
  sletz 9fe497674c Correction of jack_connect/jack_disconnect: use of jack_activate and volatile keyword for thread shared variable. 15 years ago
  sletz 641179517f Correct alsa_driver_restart (thanks Devin Anderson). 15 years ago
  sletz 92d88530ec Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson). 15 years ago
  sletz 41bbcc3d95 Devin Anderson server-ctl-proposal branch merged on trunk: improved control API, slave backend reworked. 15 years ago
  sletz 1ec2775bb4 Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest API. 15 years ago
  sletz 4b61a99144 Correct loopback driver handling in JackServerGlobals. 15 years ago
  sletz e27f815216 Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp. 15 years ago
  sletz e64c819a6d -X now allows to add several slave backends, add -I to load several internal clients. 15 years ago
  sletz d96a755c3c Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 15 years ago
  sletz a7e8377441 rebase from trunk 4083:4180 15 years ago
  sletz b48178a1fd Correct JackNetMaster::SetBufferSize. 15 years ago
  sletz ce03dbb078 Synchronize jack_connect/jack_disconnect with JACK1 version. 15 years ago
  sletz 8b2ddf4f3e Synchronize netjack1 with JACK1 version. 15 years ago
  sletz 2eeb1f0ad3 Correct TopologicalSort. 15 years ago
  sletz 2d043e58b8 Latency callback must always be activated. 15 years ago
  sletz b1cbecba6b JackEngine::ComputeTotalLatencies in progress. 15 years ago
  sletz 2511bd8af2 Call buffer size callback in activate (actually this is done on client side in the RT thread Init method). 15 years ago
  sletz 21dfcfe606 Rename jdelay to jack_iodelay as per Fons' request. 15 years ago
  sletz 246b75a99b Stop using alloca and allocate buffer on the heap for alsa_io. 15 years ago
  sletz 9a2cb9e3a8 Check requested buffer size and limit to 1..8192 - avoids wierd behaviour caused by jack_bufsize foobar. 15 years ago
  sletz 4574b6cfbd Fix jdelay for new latency API. 15 years ago
  sletz 5845be1374 jack_client_has_session_callback implementation. 15 years ago
  sletz d0011d5b94 Also print playback and capture latency in jack_lsp. 15 years ago
  sletz 64c6fa87d7 Add latent test client for latency API. 15 years ago
  sletz 97c3a441f5 Use of latency range in all backends. ComputeTotalLatencies now a client/server call. 15 years ago
  sletz ae99359963 New latency API implementation (in progress). 15 years ago