1347 Commits (d904746b42411382280ade9f0e10b5c089c6cb15)

Author SHA1 Message Date
  sletz 92c8fa6dee Sync info shutdown callback code with jack1 one. 15 years ago
  sletz 0bf1580f03 Correct JackInfoShutdownCallback prototype, two new JackClientProcessFailure and JackClientZombie JackStatus code. 15 years ago
  Torben Hohn 37a5ad9392 [netone] fix deadline goodness unsigned compare 15 years ago
  Stephane Letz 854f650da0 Move exception handling in libjackserver, solve the exeption issue in JackNetOneDriver. 15 years ago
  sletz a3478c6e40 Correct JackGraphManager::GetBuffer for the "client loop with one connection" case : buffer must be copied. 15 years ago
  Torben Hohn 05049c26cf [netone] send packets from listenport in slave 15 years ago
  sletz a5c27894e5 Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime). 15 years ago
  Torben Hohn 5a512dbd8c improve xrun reporting in netone 15 years ago
  Torben Hohn d53466448b cosmetics and faster stopping of driver. 15 years ago
  Torben Hohn 888988823d add some logic to cope with slow startup times. 15 years ago
  Torben Hohn 00cfb9b604 fix packet_cache_get_next_available_framecnt reporting old packets 15 years ago
  Torben Hohn e21b452a46 report xruns on slave 15 years ago
  Torben Hohn 687651433d check the deadline offset. dont let it get too small. 15 years ago
  sletz e06b070fbd Correct freewheel code on client side. 15 years ago
  sletz d56018e051 Correctly save and restore RT mode state in freewheel mode. 15 years ago
  Torben Hohn 91c17b259a forgot some occurences of celt initilisation... doh. 15 years ago
  Torben Hohn 698a5d28f3 make celt api version flexible. 15 years ago
  Torben Hohn 49fdfa6d7e remove deadline_offset logging. 15 years ago
  Torben Hohn ac1853a422 prevent deadlines which are a second in the future. 15 years ago
  Torben Hohn 3d88e94c93 rework of deadline machinery and support for freewheeling 15 years ago
  sletz eb20a1ae47 No reason to make jack_on_shutdown deprecated, so revert the incorrect change. 15 years ago
  sletz a1e4f13085 In JackCoreAudioDriver, improve management of input/output channels: -1 is now used internally to indicate a wanted max value. 15 years ago
  Jörn Nettingsmeier 114a9a72c6 semi-pointless finger exercise: port type conditional factored out 15 years ago
  Jörn Nettingsmeier 85a981e760 CELT_MODE, part2 15 years ago
  Jörn Nettingsmeier 2ac9617a97 convert bitdepth magic number into global constant for CELT_MODE, no functional changes 15 years ago
  Torben Hohn fe251673a9 make netxrun an error 15 years ago
  Torben Hohn 5729029537 inversion of deadline control feedback. this should have been fixed 15 years ago
  sletz 61c5eacd34 In JackCoreAudioDriver, force the SR value to the wanted one *before* creating aggregate device (otherwise creation will fail). 15 years ago
  sletz d85cb284c7 Fix jack_set_sample_rate_callback to have he same bevahior as in JACK1. 15 years ago
  Torben Hohn be8d8f8d1f increase sync timeout to 10seconds, because this can happen with netjack1 15 years ago
  Torben Hohn a817e1c4f6 add driver building to wscript 15 years ago
  Torben Hohn 38f5f4f7f2 Pure Add netone driver 15 years ago
  sletz 5e5da014fb Typo(s). 15 years ago
  sletz cf33a4d05e jack_verbose moved to JackGlobals class. 15 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. 15 years ago
  sletz c716c75d4b Correct JACK_MESSAGE_SIZE value, particularly in OSX RPC code. 15 years ago
  sletz 09916901dc Correct JackProcessSync::LockedTimedWait. 15 years ago
  sletz f118301866 Correct jackdmp.cpp (failures case were not correct..). Improve JackCoreAudioDriver code. Raise default port number to 2048. 15 years ago
  sletz f2085bbd2c Parameter renaming. 15 years ago
  sletz ae57b1d033 CoreAudio backend now issue a JackInfoShutdownCallback when an unrecoverable error is detected (sampling rate change, stream configuration change…) 15 years ago
  sletz d09d8c3c82 Add a string parameter to server ==> client notification, add a new InfoShutdown callback. 15 years ago
  sletz 1864b36159 Correct server temporary mode : now set a global and quit after server/client message handling is finished. 15 years ago
  sletz 53930e099e Typo. 15 years ago
  sletz 3dfd7c681e Correct TransportDataHToN and TransportDataNToH. 15 years ago
  sletz fca7791b0e Tim Bechmann SSE 4.1 memops.c optimization patch. 15 years ago
  sletz edbf64a7b4 Simplify transport in NetJack2: master only can control transport. 15 years ago
  sletz f798af6168 Fix issues in JackNetDriver::DecodeTransportData and JackNetDriver::Initialize. 15 years ago
  sletz d4f271aabd Correct CPU timing in JackNetDriver, now take cycle begin time after Read. 15 years ago
  sletz f2c56d5907 Typo fix in JackNetManager. 15 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) 15 years ago