525 Commits (da76cef89fbdc2210a70303375443b1e4ff04f21)

Author SHA1 Message Date
  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
  sletz 4e8e5e6550 Jan Engelhardt patch for get_cycles on SPARC. 15 years ago
  sletz 8d535d994d Arnold Krille irewire snooping patch. 15 years ago
  sletz 9b2744c62d David Garcia Garzon unused_pkt_buf_field_jack2 netone patch. 15 years ago
  sletz ceb1ebdb73 Fix JackPosixSemaphore::TimedWait : same behavior as JackPosixSemaphore::Wait regarding EINTR. 15 years ago
  sletz fb033ff6a0 Fix from Fernando Lopez-Lezcano for compilation on fc13. 15 years ago
  sletz 5b43a960d7 David Garcia Garzon netone patch. 15 years ago
  sletz 2e96fbf11c In JackCoreAudioDriver, move code called in MeasureCallback to be called once in IO thread. 15 years ago
  sletz 837fe994f1 Typo. 16 years ago
  sletz 6843fff536 On Linux, inter-process synchronization primitive switched to POSIX semaphore. 16 years ago
  sletz ecb4471edb Add tests to validate intclient.h API. 16 years ago
  sletz 47b8ba5bd1 Cleanup JackConstants.h, move platform specific part in JackPlatformPlug_os.h by platform. 16 years ago
  sletz ccf2041c51 Remove call to exit in library code. 16 years ago
  sletz d23be3fd4b ffado-portname-sync.patch from ticket #163 applied. 16 years ago
  sletz e0c1979df1 On Windows, now use TRE library for regexp (BSD license instead of GPL license) 16 years ago
  sletz 8d904fe3ec Apply srcfactor.diff patch for ticket #162. 16 years ago
  sletz c811596499 Fix some file header to have library side code use LGPL. 16 years ago
  sletz d909ba9f57 Arnold Krille firewire patch. 16 years ago
  sletz 8b069b9378 Raise JACK_DRIVER_PARAM_STRING_MAX and JACK_PARAM_STRING_MAX to 127 otherwise some audio drivers cannot be loaded on OSX. 16 years ago
  sletz 13bfdb36d7 Raise JACK_PROTOCOL_VERSION number. 16 years ago
  sletz db5659792b Correct JackMachServerChannel::Execute : keep running even in error cases. 16 years ago
  sletz e1fb1ca7d2 Correct JackGraphManager::DeactivatePort. 16 years ago
  sletz 8711d06ec1 Improve JackCoreAudioDriver and JackCoreAudioAdapter : when no devices are described, takes default input and output and aggregate them. 16 years ago
  sletz e8bac9cc34 Version 1.9.6 started. 16 years ago
  sletz 12c67a271d Change JackEngineProfiling and JackAudioAdapterInterface gnuplot scripts to output SVG instead of PDF. 16 years ago
  sletz 6ec1cee8b1 Shared memory manager was calling abort in case of fatal error, now return an error in caller. 16 years ago
  sletz cad1589726 Mario Lang alsa_io time calculation overflow patch. 16 years ago
  sletz a4604f7c78 Use a QUIT notification to properly quit the server channel, the server channel thread can then be 'stopped' instead of 'canceled' 16 years ago
  sletz 9ea37c6c9f When threads are cancelled, the exception has to be rethrown. 16 years ago