2772 Commits (ec40ef2906ca2d06ec4aff03073a7de35cb15c84)
 

Author SHA1 Message Date
  sletz ce03dbb078 Synchronize jack_connect/jack_disconnect with JACK1 version. 14 years ago
  sletz 8b2ddf4f3e Synchronize netjack1 with JACK1 version. 14 years ago
  sletz e1d31d1fe7 Add jack_midi_dump client. 14 years ago
  sletz 2eeb1f0ad3 Correct TopologicalSort. 14 years ago
  sletz 2d043e58b8 Latency callback must always be activated. 14 years ago
  sletz b1cbecba6b JackEngine::ComputeTotalLatencies in progress. 14 years ago
  sletz beecd2389a Compile on Windows again. 14 years ago
  sletz 1aac5898c8 Correct tests wscript. 14 years ago
  sletz 2511bd8af2 Call buffer size callback in activate (actually this is done on client side in the RT thread Init method). 14 years ago
  sletz 21dfcfe606 Rename jdelay to jack_iodelay as per Fons' request. 14 years ago
  sletz 246b75a99b Stop using alloca and allocate buffer on the heap for alsa_io. 14 years ago
  sletz 1f6b1991fc jack_port_type_get_buffer_size implementation. 14 years ago
  sletz 9a2cb9e3a8 Check requested buffer size and limit to 1..8192 - avoids wierd behaviour caused by jack_bufsize foobar. 14 years ago
  sletz 4574b6cfbd Fix jdelay for new latency API. 14 years ago
  sletz 5845be1374 jack_client_has_session_callback implementation. 14 years ago
  sletz 43a2fcb66b Add jack_latent_client in OSX project. 14 years ago
  sletz d0011d5b94 Also print playback and capture latency in jack_lsp. 14 years ago
  sletz 4c709fef26 Compile on Windows again. 14 years ago
  sletz 325244437d Compilation on Linux. 14 years ago
  sletz da76cef89f Add missing file. 14 years ago
  sletz 64c6fa87d7 Add latent test client for latency API. 14 years ago
  sletz 97c3a441f5 Use of latency range in all backends. ComputeTotalLatencies now a client/server call. 14 years ago
  sletz ae99359963 New latency API implementation (in progress). 14 years ago
  sletz 4ad398cc1e Oups.. 14 years ago
  sletz f3252b4cca Remove unneeded include. 14 years ago
  sletz 08a68aee55 Compile on Windows again. 14 years ago
  sletz 48b51efd9d Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation. 14 years ago
  sletz ab32fa70f0 Compile on Windows again. 14 years ago
  sletz 779832a1e4 Synchronize public headers with JACK1. Update OSX project. 14 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. 14 years ago
  sletz 4f249a336f Remove JackPortIsActive flag. 14 years ago
  sletz 5af8cff85a Valerio Pilo second CAS for ARMv7 patch. 14 years ago
  sletz f1083cbf42 Valerio Pilo CAS for ARMv7 patch. 14 years ago
  sletz 997dc91f46 Fix 32 bits XCode targets. 14 years ago
  sletz e865c426fe Adrian Knoth jack_lsp patch. 14 years ago
  sletz 02ac0d6698 Add ringbuffer.c in libjack. 14 years ago
  nedko 5e9f3c89cb jack2: apply patch from Adrian Knoth. Closes #208 14 years ago
  nedko 17ac897ade wscript: Remove the forced -O3 compiler flag 14 years ago
  nedko 78b98a868d wscript: print compiler and linker flags in the configure stage report 14 years ago
  nedko b0a8522718 wscript: make configure report to be last part of the configure stage 14 years ago
  nedko 3bcafc1bc8 wscript: untabify 14 years ago
  sletz 2c21e6e7f6 Fix in wscript. 14 years ago
  sletz 61e50108f6 Correct dummy driver. 14 years ago
  sletz 8b1d593d3a ALSA backend : suspend/resume handling (jack1 r4075). 14 years ago
  sletz 4828d0c835 rebase from trunk 4041:4083 14 years ago
  sletz 221c51ff37 In jackdmp.cpp, jackctl_setup_signals moved before jackctl_server_start. Correct symbols export in backends on OSX. 14 years ago
  sletz 7327eff7a4 Cleanup ALSA backend. 14 years ago
  sletz 64551f9bcd Correct symbols export issue on OSX. 14 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. 14 years ago
  sletz 8ba6f04562 Correct export issues. 14 years ago