1193 Commits (a83075398bddff015658d993a056417cf3e4bfbb)
 

Author SHA1 Message Date
  paul a83075398b fix race when ending freewheeling (from torben) 16 years ago
  paul 4fc06ab1c6 weakjack.h added (not used yet) 16 years ago
  paul cbfe31c02f commit serious design flaw that left jackd in freewheeling mode if the client that initiated freewheeling leaves the graph (either deliberately, or via a crash) 16 years ago
  paul 22637219ce eliminate inadvertent use of client->graph_wait_fd (client->pollfd[WAIT].fd) on OS X - causes illegal write to memory 16 years ago
  torben 36562bd9ac fix typo stating that Port flags should be ANDed together. 16 years ago
  torben 7c7ca00b90 [netjack] use old incremental deadline scheme again 16 years ago
  torben b26335d4c1 [alsa_io] fix overflow in time calculation, thanks to delYsid 16 years ago
  paul b8c46c5cf0 ensure that client-side message buffer thread calls thread_init callback if/when it is set by the client 16 years ago
  paul 4de1a96f56 patch from rothwell to fix build of sndfile-dependent example clients (tools was already working) 16 years ago
  paul 13994e640e remove stray "x" char that appeared in a DEBUG() macro call (prevents --enable-debug configure'd builds from working) 16 years ago
  paul 55cdb380a4 remove unused "a" from option string passed to getopt_long() (a leftover from the old "asio" mode) 16 years ago
  paul b8b74358d1 move copyright message to be the first thing printed (except in the -V case); fix dangerous code in physmem determining code; change output if memory locking is unlimited; return 0 if -V is used 16 years ago
  paul c0a3a7bf7e check for alsa-lib 1.0.18, now required 16 years ago
  paul d7c2dff7c6 switch -L to -r for --no-realtime, drop single char flag for --replace-registry, tweak help message to name net backend correctly 16 years ago
  paul 3695b9deae changes to make distcheck work correctly on linux & OS X 16 years ago
  paul f5415c352c fix potential crash/memory corruption if client exits before jack_client_open() returns 16 years ago
  torben 2399e8c181 world domination for alsa_io 16 years ago
  paul 169baed1bb use weak linkage for API functions added after 0.116.2 16 years ago
  torben 49de812042 remove AM_MAINTAINER_MODE from configure.ac ... 16 years ago
  paul e1de47e893 update man page for jackd to show -R/-L; remove reference to jackstart; other minor tweaks 16 years ago
  torben 0b0e68f669 add -dnet params to jackd.1.in 16 years ago
  paul 3bcd2ed32e unchecked malloc return cases in libjack fixed; add info on -L option ; different backend lists in usage text for OS X and linux; indent ringbuffer.c appropriately 16 years ago
  torben 7246fa61e6 cleanups and removal of \n from jack_error calls mainly 16 years ago
  torben d831cb1286 remove stuff breaking make dist 16 years ago
  torben e51acbe00d this seems to be unnecesary. las... check on osx please. 16 years ago
  torben 7a34991749 remove occurences of alloca and remove some unused vars. 16 years ago
  torben 932938aef6 remove time_smoother... was just an experiment for alsa_io 16 years ago
  torben 82165f5210 Add man page for jack_netsource 16 years ago
  torben c9e9255db5 call netjack_release during driver destruction 16 years ago
  torben 09a3ffede5 change client name to "netjack" 16 years ago
  torben 1a8c92cfa3 remove still here message 16 years ago
  torben 75f17f17c7 [netsource] free packet cache after jack_client_close 16 years ago
  torben b85a6210c4 change help text to celt kbits 16 years ago
  torben fd37c06bdb joerns commandline parameter sanity patch 16 years ago
  torben ad8c23db90 massage celt value, so it represents bandwidth in kbits 16 years ago
  torben 8c0ae4b0ca check samplerate in autoconfig packet. 16 years ago
  torben 6c9606e22c check sanity of autoconfig packet values. 16 years ago
  torben c54b6ffd68 make jitter val configurable... the connectscript will use this soon. 16 years ago
  torben 7b3a7901d2 cleanup... 16 years ago
  torben 5901db02bd add segterm handler to netsource for clean exit. 16 years ago
  paul a89f884391 test malloc return value in jack_get_ports() 16 years ago
  paul f71f50d4f2 correct callback prototype for info shutdown 16 years ago
  torben a60448b0a3 meh... inverse retval... 16 years ago
  torben 542dcd63e0 upss... need to evaluate netjack_poll return value 16 years ago
  torben 05892a251e remove unnecessary messing with signals from netjack_poll_deadline 16 years ago
  torben 8b79ae3487 add netjack_poll back, easiest way to get ctrl-c autoconf packet wait. 16 years ago
  torben a6001a7ff3 add jack_samplerate man page, and update jack_bufsize 16 years ago
  torben b8365112bc add manpage for jack_wait 16 years ago
  torben e9ca29a49e make want_deadline even more negative. the offset machinery seems to need that. 16 years ago
  torben 25b2e04776 for all latencies below 4 we need negative deadline goodness. 16 years ago