439 Commits (cecab033b509e34b3ff6db08bf9309c2bfde8a47)

Author SHA1 Message Date
  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
  sletz c716c75d4b Correct JACK_MESSAGE_SIZE value, particularly in OSX RPC code. 16 years ago
  sletz 09916901dc Correct JackProcessSync::LockedTimedWait. 16 years ago
  sletz f118301866 Correct jackdmp.cpp (failures case were not correct..). Improve JackCoreAudioDriver code. Raise default port number to 2048. 16 years ago
  sletz ae57b1d033 CoreAudio backend now issue a JackInfoShutdownCallback when an unrecoverable error is detected (sampling rate change, stream configuration change…) 16 years ago
  sletz d09d8c3c82 Add a string parameter to server ==> client notification, add a new InfoShutdown callback. 16 years ago
  sletz 1864b36159 Correct server temporary mode : now set a global and quit after server/client message handling is finished. 16 years ago
  sletz 36540b7e8a Change CoreAudio notification thread setup for OSX Snow Leopard. 16 years ago
  sletz edbf64a7b4 Simplify transport in NetJack2: master only can control transport. 16 years ago
  sletz f798af6168 Fix issues in JackNetDriver::DecodeTransportData and JackNetDriver::Initialize. 16 years ago
  sletz d4f271aabd Correct CPU timing in JackNetDriver, now take cycle begin time after Read. 16 years ago
  sletz 00e07fd3ba Big endian bug fix in memops.c (http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=11_be24bit.patch;att=1;bug=486308) 16 years ago
  sletz 89693a67c0 Correct monitor port naming in JackAudioDriver and JackCoreAudioDriver. 16 years ago
  sletz ebc7631834 Use SNDCTL_DSP_SYNCGROUP/SNDCTL_DSP_SYNCSTART API to synchronize input and output in Solaris boomer backend. 16 years ago
  sletz af9790fa3a More cleanup in Solaris boomer backend. 16 years ago
  sletz eb812ca7ca Add a -G parameter in CoreAudio backend (the computation value in RT thread expressed at percent of period). 16 years ago
  sletz 385de2046b Fix CopyAndConvertIn for Solaris backends. 16 years ago
  sletz fc5ba1689b Fix control.h for proper compilation on Solaris. 16 years ago
  sletz 37715e00b8 Solaris boomer backend now working in capture or playback only mode. 16 years ago
  sletz 148764a207 Version 1.9.4 started. 16 years ago
  sletz edc973c3d2 Update readme. 16 years ago
  sletz e3b0f67835 -L paramater for loopback backend activated again in jackd. 16 years ago
  sletz c970e7e0fe JackLoopbackDriver reborn as a dynamicalled loadable separated backend. 16 years ago
  sletz bfecb007bd Big rewrite of Solaris boomer driver, seems to work in duplex mode at least. 16 years ago
  sletz 56f4d13ecb In combined --dbus and --classic compilation ode, use PulseAudio acquire/release code. 16 years ago
  sletz 9fb3dfbfb2 Report some cleanup and documentation improvements done on JACK1 timing functions. 16 years ago
  sletz 9066f85ba0 Rename JackDriver::Init method to JackDriver::Initialize (to avoid confusion with JackThread::Init method). 16 years ago
  sletz 1eef95890b Raise drivers time out used in synchronous mode. 16 years ago
  sletz 418e268f46 Add compile time option for maximum ports per application. 16 years ago
  sletz 5ef23d06c3 Use __attribute__((__packed__)) again, more fixes for 64/32 mixed mode. Torben Hohn changes for 64/32 mixed mode in wscripts. 16 years ago
  sletz b9788bfec9 Use __attribute__((__aligned__(32))) instead of __attribute__((__packed__)) for 64/32 mixed mode. 16 years ago
  sletz 22ee2f67e9 Another Tim Bechmann memops.c optimization patch. 16 years ago
  sletz ea637a5223 Tim Bechmann memops.c optimization patch. 16 years ago
  sletz 9c52fb7c03 Tim Bechmann patch : hammerfall, only release monitor thread, if it has been created. 16 years ago
  sletz 84c256f7aa NetJack2 code : better error checkout, method renaming. 16 years ago
  sletz e8b7a090df Correct JackTransportEngine::MakeAllLocating, sync callback has to be called in this case also. 16 years ago
  sletz 081df1eff1 Move DBus based audio device reservation code in ALSA backend compilation. 16 years ago
  sletz 892b9b44ae Correct JackFifo::TimedWait for EINTR handling. 16 years ago
  sletz 0ed5750f7c Correct jack_set_error_function, jack_set_info_function and jack_set_thread_creator functions. 16 years ago
  sletz 895472e250 Correct wcsript files to create jackdbus only (and not create jackd anymore) when compiled in --dbus mode, add a --classic option. Both options are possible but issue a warning. 16 years ago
  sletz d38a6c9c1d Move InitFrameTime in JackDriver::Start method. 16 years ago
  sletz 780e0439a3 Reworked Torben Hohn fix for server restart issue on Windows. 16 years ago
  sletz 5a9cb7cd11 Torben Hohn fix for InitTime and GetMicroSeconds in JackWinTime.c. 17 years ago