481 Commits (1ddb418fabc84dee8a3d07ebf45efbabc4378d90)

Author SHA1 Message Date
  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
  sletz 05d5411dd4 JACK_SCHED_POLICY switched to SCHED_FIFO. 16 years ago
  sletz a1e4f13085 In JackCoreAudioDriver, improve management of input/output channels: -1 is now used internally to indicate a wanted max value. 16 years ago
  sletz d9def1e48c In JackCoreAudioDriver::Start, wait for the audio driver to effectively start (use the MeasureCallback). 16 years ago
  sletz 61c5eacd34 In JackCoreAudioDriver, force the SR value to the wanted one *before* creating aggregate device (otherwise creation will fail). 16 years ago
  sletz 350215e217 Dynamic system version detection in JackCoreAudioDriver to either create public or private aggregate device. 16 years ago
  sletz d85cb284c7 Fix jack_set_sample_rate_callback to have he same bevahior as in JACK1. 16 years ago
  sletz 96fedf1189 Implement "hog mode" (exclusive access of the audio device) in JackCoreAudioDriver. 16 years ago
  sletz a76e255132 Cleanup JackSocketServerChannel. 16 years ago
  sletz 22be572730 Improve aggregate device management in JackCoreAudioDriver : now a private device only and cleanup properly. 16 years ago
  sletz 5e5da014fb Typo(s). 16 years ago
  sletz cf33a4d05e jack_verbose moved to JackGlobals class. 16 years ago
  sletz ed864f5592 Now start server channel thread only when backend has been started (so in JackServer::Start). Should solve race conditions at start time. 16 years ago