1347 Commits (d904746b42411382280ade9f0e10b5c089c6cb15)

Author SHA1 Message Date
  sletz 7453e5b018 Dynamic choice of maximum port number. 15 years ago
  sletz dab4e3446e Peter L Jones patch for NetJack1 compilation on Windows. 15 years ago
  sletz 7903f675ee Hopefully fix compilation issue introduced in r3823. 15 years ago
  sletz bed09539b7 Use C++ isostream in JackEngineProfiling class. 15 years ago
  sletz c303556637 Client debugging code improved. 15 years ago
  sletz fa24bd3e74 Version 1.9.5 started. 15 years ago
  nedko 0a74b49026 remove unused 'a' option; matches jack1 commit r3815 15 years ago
  nedko d5ac85545e remove duplicate 'L:' in getopt string 15 years ago
  nedko c9bbc68a8d avoid duplication of common stuff in getopt options strings 15 years ago
  sletz bcb09a4d9c Compiles on Windows again. 15 years ago
  sletz 2cbaece993 Sync with JACK1 : -r parameter now used for no-realtime, realtime (-R) is now default, usable backend given vie platform. 15 years ago
  sletz 9e263b52ac Lock/Unlock shared memory segments (to test...). 15 years ago
  sletz 136672723a Simplify server temporary mode : now use a JackTemporaryException. 15 years ago
  sletz 13f0a7d5fe Memory allocation error checking in server for RPC. 15 years ago
  sletz 4767819683 JackWeakAPI now working. 15 years ago
  sletz b4451128a0 Memory allocation error checking for jack_client_new and jack_client_open. 15 years ago
  sletz eb85ac5668 Fix ringbuffer.c again. 15 years ago
  sletz 5914cf5115 Better memory allocation error checking in ringbuffer.c, weak import improvements. 15 years ago
  Torben Hohn 09c53ca95b sync jack1 netjack back to netone 15 years ago
  sletz fcda3c222a Add jack_on_info_shutdown in JackWeakAPI.cpp. 15 years ago
  sletz ea9de08398 Better memory allocation error checking on client (library) side. 15 years ago
  sletz 7a39e868e7 Sync jack.h with jack1 one. 15 years ago
  sletz ebfcf66781 Correct JackCoreAudio driver when empty strings are given as -C, -P or -d parameter. 15 years ago
  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