1679 Commits (ec40ef2906ca2d06ec4aff03073a7de35cb15c84)

Author SHA1 Message Date
  sletz 8b2ddf4f3e Synchronize netjack1 with JACK1 version. 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 2511bd8af2 Call buffer size callback in activate (actually this is done on client side in the RT thread Init method). 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 5845be1374 jack_client_has_session_callback implementation. 14 years ago
  sletz 325244437d Compilation on Linux. 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 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 61e50108f6 Correct dummy driver. 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 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
  sletz abf7e5c17e Correct JackServer::Open to avoid a race when control API is used on OSX. 14 years ago
  sletz f057da671d Add note about unique port-name requirement. 14 years ago
  sletz d4e51743a0 Compiles again on Windows. 14 years ago
  sletz 541b074bca Fix ticket #194 14 years ago
  sletz 806b01f36e Sync midiport.h documentation with JACK1. 14 years ago
  sletz 05dea9361b Version 1.9.7 started. 14 years ago
  Torben Hohn 5fd49e4e97 fix segfault when session_id is NULL in jack_client_open 14 years ago
  Torben Hohn 0851e12bda use JACK_UUID_SIZE in terminator struct. 14 years ago
  Torben Hohn 5cd7b4dedf add uuid parameter to ClientCheck method. 14 years ago
  Torben Hohn 48463edc36 fix JackSessionReplyRequest deadlocking due to JackRequest::Read(trans) 14 years ago
  sletz 7a2863cf55 rebase from trunk 4004:4041 14 years ago
  sletz caa6cd6c27 Adrian Knoth hurd.patch, kfreebsd-fix.patch and alpha_ia64-sigsegv.patch from ticket 177. 15 years ago
  sletz 9b2744c62d David Garcia Garzon unused_pkt_buf_field_jack2 netone patch. 15 years ago
  sletz 5b43a960d7 David Garcia Garzon netone patch. 15 years ago
  sletz e9e66e2c89 Fix in jack_register_server. 15 years ago
  sletz a007ddb255 Fix compilation error of set_thread_log_function. 15 years ago
  sletz 2e96fbf11c In JackCoreAudioDriver, move code called in MeasureCallback to be called once in IO thread. 15 years ago
  Stéphane Letz 72d6964a7c Init engine fields, cleanup. 15 years ago
  sletz 3de1ee6e07 Remove warnings. 15 years ago
  sletz 836f0b2996 Commit jackd2-manpages.patch, ticket #166. 15 years ago
  sletz 7e4abd92c5 Cleanup encoder allocation. 15 years ago
  Stéphane Letz b3ea32ebab Move methods as private. 15 years ago
  sletz ecb4471edb Add tests to validate intclient.h API. 15 years ago
  Stéphane LETZ 9bf10e24ab Correct InternalClientLoad. 15 years ago
  Torben Hohn 4bd4f5b1bb fix compile errors. which showed up from the rebase. 15 years ago
  Stéphane Letz 5f403c232e Correct socket code to avoid connection refused error on OSX. 15 years ago