493 Commits (4e6b4f13bf2b3bb04039ee2b53d9f07b8227feaa)

Author SHA1 Message Date
  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
  sletz 8b0d84b326 Josh Green ALSA driver capture only patch. 16 years ago
  sletz 6c8321ff38 Fix JackCoreMidiDriver::ReadProcAux when ring buffer is full (thanks Devin Anderson). 16 years ago
  sletz 57a2bd59b7 Check dynamic port-max value. 16 years ago
  sletz c02981ed9d Ensure that client-side message buffer thread calls thread_init callback if/when it is set by the client (backport of JACK1 rev 3838). 16 years ago
  sletz 9c7857b977 Special code in JackCoreAudio driver to handle completely buggy Digidesign CoreAudio user-land driver. 16 years ago
  sletz f1631119f2 Fix port_rename callback : now both old name and new name are given as parameters. 16 years ago
  sletz 23a88af253 Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes between periods (and more). 16 years ago
  sletz 2f706c7546 More robust sample rate change handling code in JackCoreAudioDriver. 16 years ago
  sletz 7453e5b018 Dynamic choice of maximum port number. 16 years ago
  sletz dab4e3446e Peter L Jones patch for NetJack1 compilation on Windows. 16 years ago
  sletz c303556637 Client debugging code improved. 16 years ago
  sletz fa24bd3e74 Version 1.9.5 started. 16 years ago
  sletz 5296074797 Sync JackCoreAudioAdapter code with JackCoreAudioDriver. 16 years ago
  sletz 67ea14b7c7 In JackCoreAudio driver, clock drift compensation semantic changed a bit : when on, does not activate if not needed (same clock domain). 16 years ago
  sletz ddca9e2253 In JackCoreAudio driver, clock drift compensation in aggregated devices working. 16 years ago
  sletz 8416c75694 In JackCoreAudio driver, (possibly) clock drift compensation when needed in aggregated devices. 16 years ago
  sletz 2cbaece993 Sync with JACK1 : -r parameter now used for no-realtime, realtime (-R) is now default, usable backend given vie platform. 16 years ago
  sletz 9e263b52ac Lock/Unlock shared memory segments (to test...). 16 years ago
  sletz 136672723a Simplify server temporary mode : now use a JackTemporaryException. 16 years ago
  sletz 13f0a7d5fe Memory allocation error checking in server for RPC. 16 years ago
  sletz b4451128a0 Memory allocation error checking for jack_client_new and jack_client_open. 16 years ago
  sletz 5914cf5115 Better memory allocation error checking in ringbuffer.c, weak import improvements. 16 years ago
  sletz ea9de08398 Better memory allocation error checking on client (library) side. 16 years ago
  sletz ebfcf66781 Correct JackCoreAudio driver when empty strings are given as -C, -P or -d parameter. 16 years ago
  sletz 0bf1580f03 Correct JackInfoShutdownCallback prototype, two new JackClientProcessFailure and JackClientZombie JackStatus code. 16 years ago
  sletz a3478c6e40 Correct JackGraphManager::GetBuffer for the "client loop with one connection" case : buffer must be copied. 16 years ago
  sletz 04668c12f7 Correct JackPosixThread::StartImp : thread priority setting now done in the RT case only. 16 years ago
  sletz a5c27894e5 Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime). 16 years ago
  sletz d56018e051 Correctly save and restore RT mode state in freewheel mode. 16 years ago
  sletz 1ff726f3f5 Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread field. Use pthread_self()) (or GetCurrentThread() on Windows) to get the calling thread. 16 years ago
  sletz eb20a1ae47 No reason to make jack_on_shutdown deprecated, so revert the incorrect change. 16 years ago
  sletz 7c0113fdaa Now can aggregate device that are themselves AD. 16 years ago