553 Commits (d351df4e06d45ec472113bd587cff2d2e9ef0ef7)

Author SHA1 Message Date
  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 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 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
  sletz 779832a1e4 Synchronize public headers with JACK1. Update OSX project. 15 years ago
  sletz 92c5da66da Revert r4119 (RT notification in the server). JackAudioDriver::ProcessSync now skip backend write in case of graph process failure. Fix incorrect error codes in alsa/usx2y.c and alsa/JackAlsaDriver.cpp. 15 years ago
  sletz 4f249a336f Remove JackPortIsActive flag. 15 years ago
  sletz 5af8cff85a Valerio Pilo second CAS for ARMv7 patch. 15 years ago
  sletz f1083cbf42 Valerio Pilo CAS for ARMv7 patch. 15 years ago
  sletz e865c426fe Adrian Knoth jack_lsp patch. 15 years ago
  sletz 61e50108f6 Correct dummy driver. 15 years ago
  sletz 8b1d593d3a ALSA backend : suspend/resume handling (jack1 r4075). 15 years ago
  sletz 221c51ff37 In jackdmp.cpp, jackctl_setup_signals moved before jackctl_server_start. Correct symbols export in backends on OSX. 15 years ago
  sletz 7dfb47b067 Improve backend error handling: fatal error returned by Read/Write now cause a Process failure (so a thread exit for blocking backends). Recoverable ones (XRuns..) are now treated internally in ALSA, FreeBob and FFADO backends. 15 years ago
  sletz abf7e5c17e Correct JackServer::Open to avoid a race when control API is used on OSX. 15 years ago
  sletz f057da671d Add note about unique port-name requirement. 15 years ago
  sletz 80eff0b334 Correct lsp.c code. 15 years ago
  sletz f5d2ce7662 Sync JackAlsaDriver::alsa_driver_check_card_type with JACK1 backend. 15 years ago
  sletz 05dea9361b Version 1.9.7 started. 15 years ago
  sletz 2c3798c6d8 README updated. 15 years ago
  sletz 81277ae4fe In JackCoreAudioDriver, fix an issue when no value is given for input. 15 years ago
  sletz 82e8747419 Adrian Knoth fix for linux cycle.h (ticket 188). 15 years ago
  sletz caa6cd6c27 Adrian Knoth hurd.patch, kfreebsd-fix.patch and alpha_ia64-sigsegv.patch from ticket 177. 15 years ago