51 Commits (f44bb73f23e68cfe674f182c09ff4e5ca2f7e413)

Author SHA1 Message Date
  Paul Davis d094819df4 #include changes to reflect separation of public and private headers 13 years ago
  torben 639a9363da [netjack] fix occurences of jack_get_time which were hiding below driver 14 years ago
  torben 0cdc3916cd fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCAL 14 years ago
  torben 89243cc360 remove global packet cache... thanks to vokimon 15 years ago
  paul b879a610a3 check return result of engine->set_buffer_size() in all backends, so that if the user specifies -M <insane>, we fail cleanly rather than with a segfault; update man page with comments about -M values 15 years ago
  torben 7246fa61e6 cleanups and removal of \n from jack_error calls mainly 15 years ago
  torben c9e9255db5 call netjack_release during driver destruction 15 years ago
  torben b85a6210c4 change help text to celt kbits 15 years ago
  torben fd37c06bdb joerns commandline parameter sanity patch 15 years ago
  torben c54b6ffd68 make jitter val configurable... the connectscript will use this soon. 15 years ago
  torben 3b1a2263bf set driver->period_usecs... fixes the zombification issues. 15 years ago
  torben 606c9b6707 calling delay doesnt work. deactivate for now. 15 years ago
  torben fdbba6a1fd [netjack] on slave send outgoing packets from listen port 15 years ago
  torben 6c650ca090 [netjack] improved xrun reporting 15 years ago
  torben 8fe3be703c make -dnet report xruns. 15 years ago
  torben 4655fc1972 fix stuff the old merge broke. 15 years ago
  torben 9e787bab0d fix missing always deadline driver param 15 years ago
  torben 73b23245a9 [netjack] code reuse part2: move non driver specific code to netjack.c 15 years ago
  torben bc1de2953e [netjack] code-reuse part1: move most driver state to its own structure. 15 years ago
  torben cd0573ac07 remove celt magic bitdepth number... (by nettings) 15 years ago
  torben dd69da4589 make configure check for different celt api, already in distros 15 years ago
  torben 5b642bcabe update celt code to celt-0.7.0 api (fixes #139) 15 years ago
  torben 5699559239 fix back the controlloop inversion. 15 years ago
  torben 7a8e4310f7 [netjack] deadline_goodness fix 16 years ago
  torben 7c798afbab [netjack] improve high jitter behaviour and add jitter parameter. 16 years ago
  torben fb92210579 [netjack] fix MSG_CONFIRM 16 years ago
  torben a166e4732d [netjack] add -D mode alsa_io friend, also change initial deadline to 1period 16 years ago
  torben 3f9efbad42 [netjack] Add -H option to turn off ntoh of payload data. reduces CPU load. 16 years ago
  torben eb44cb0f65 [netjack] Compensate transport also for codec latency. should be sample accurate over internet now. 16 years ago
  torben 9643ffbb40 [netjack] support building without libsamplerate 16 years ago
  torben cd4ee518dc [netjack] improve deadline handling, to recover from running too fast. 16 years ago
  torben 0573556d33 [netjack] Reduce dynamic deadline adjustement speed again. now it seems to really work. 16 years ago
  paul dc837ebbd6 netjack-to-compile fixes for OS X 16 years ago
  torben 1ba12ae623 [netjack] Adjust deadline faster. 16 years ago
  paul 606ab3652d torben's latest netjack code: dynamic deadline handling for packet loss; redundancy mode; fix memory corruption with celt; dont poll, when packet we want is already there; remove old framecnts from cache. works ... osort of :) 16 years ago
  paul b578ea2f0e fix dynamic SIMD for OS X ; add config.h to netjack driver code ; make a configure.ac comment about our inability to determine an -mFOO argument for gcc on OS X 16 years ago
  paul 9c62615486 "zero-latency" patch for netjack from torben 16 years ago
  paul ac1f7aedcb compile and configuration fixes from OSX but useful everywhere 16 years ago
  paul ae0ea1f84a support OS X with new netjack code, plus a small netjack fix/improvement 16 years ago
  paul de8dba1ff6 netjack changes from torben (packet loss handling leads to "dummy" backend-like behaviour; jitter buffer), along with smaller mods to alsa_{in,out} 16 years ago
  paul 0abc695b0e optional CELT support in netjack; fixes for a resampling issue in alsa_in and alsa_out; remove debug output from alsa_{in,out} 16 years ago
  marco 4c45c54c5b * Unblock some signals during the poll() in netjack_poll() 17 years ago
  marco 94c1421995 * First attempt at a netjack_poll() function ! 17 years ago
  marco f0a4220243 * A patch from Torben Hohn to make netsource's output more pretty and user friendly 17 years ago
  marco ea2eed034b * Patch from Torben Hohn that adds the possibility to set the mtu used by NetJack connections 17 years ago
  marco 8a0ca3b551 * First attempt at using poll() to wait for the first packet on a netjack slave 17 years ago
  pieterpalmers 72d1002e21 - Add jackmidi support to netjack 17 years ago
  sletz ece1d34aa6 Add netsource as an internal client 17 years ago
  sletz aca84cbc74 Typo 17 years ago
  sletz e51afa7f5c Use jack_info instead of printf 17 years ago