Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 5deb41c more manpage fixes from debian by paul 2009-03-30 17:28:11 +0000
  • e64a61d manpage fixes from debian automated q&a by paul 2009-03-30 12:10:38 +0000
  • fb92210 [netjack] fix MSG_CONFIRM by torben 2009-03-30 12:00:19 +0000
  • 16550a4 fix include path to be a .h not a .c file by paul 2009-03-30 11:59:29 +0000
  • fd54758 fix jack_connect to close jack_client in case of error (debian bug 465073) by torben 2009-03-29 15:11:22 +0000
  • 6fbf060 fix segfault, with -f option in jack_impulse_grabber by torben 2009-03-29 15:06:21 +0000
  • 32edf37 fix building when PATH_MAX is not defined. (should fix debian bug 320736) by torben 2009-03-29 13:28:57 +0000
  • 3d0e0c7 on gentoo64 /usr/lib is just a softlink. find wants / after dir name. by torben 2009-03-22 17:30:07 +0000
  • 2b7011c [jackd] fix sanitycheck setting clocksource to broken. by torben 2009-03-22 17:30:00 +0000
  • 2301ee1 slightly more explanatory message regarding rt scheduling failure by paul 2009-03-17 17:21:26 +0000
  • 3bea13b (jack1) make realtime the default; add -L for "long latency" ; don't check for RT permission if not running realtime; don't check for freqscaling unless using RDTSC as clocksource by paul 2009-03-17 17:08:50 +0000
  • 1c274e4 fix --no-sanity-checks and make freq-scaling detection non-fail by paul 2009-03-14 20:32:59 +0000
  • 4baaa70 add stub sanitycheck() function for non-linux platforms by paul 2009-03-13 17:02:15 +0000
  • da01fb7 first pass at integrating sanity/system checks into jack1 by paul 2009-03-13 16:34:09 +0000
  • b4c875b correct memops mess (there were two instances of the header file, now there is just one, in jack/memops.h (not installed)) by paul 2009-03-13 14:58:13 +0000
  • f862adb "virtualize" and allow overriding of thread creation function, to allow Wine support by paul 2009-03-13 14:57:20 +0000
  • 56e4321 include memops from the correct location, or at least a better location by paul 2009-03-10 14:28:24 +0000
  • 8d20c36 [alsa-io] fix signal termination by torben 2009-03-07 21:09:42 +0000
  • 76ae8d8 [alsa-io] update manpage by torben 2009-03-07 18:08:45 +0000
  • 1289645 [alsa-io] make libsamplerate quality configurable by torben 2009-03-07 18:08:43 +0000
  • 72720ff [alsa-io] make size of smooth array configurable. put window in memory by torben 2009-03-07 16:55:12 +0000
  • 695ecf7 [alsa-io] add handler for SIGTERM by torben 2009-03-07 16:15:50 +0000
  • 9b61b99 [alsa-io] print out sample format and small fixes. by torben 2009-03-07 15:42:36 +0000
  • a6a2c9b [alsa-io] add support for float LE by torben 2009-03-07 03:59:13 +0000
  • 6edf233 [alsa-io] update man page by torben 2009-03-07 03:53:53 +0000
  • f27846f [alsa-io] remove ALSASAMPLE and syncup alsa-in by torben 2009-03-07 02:57:08 +0000
  • 9a2a77e [alsa-out] add support for memops and S32, S24, S16 output format. by torben 2009-03-07 02:43:37 +0000
  • 565a8f5 [netjack] execute send code after recv code when latency != 0 by torben 2009-03-04 14:18:01 +0000
  • f1311b1 [alsa-io] make pclamp and control out quantization configurable by torben 2009-03-03 21:29:47 +0000
  • a166e47 [netjack] add -D mode alsa_io friend, also change initial deadline to 1period by torben 2009-03-03 02:38:39 +0000
  • 31e9900 [alsa-io] fix defaults for -t and -m by torben 2009-03-03 02:38:35 +0000
  • 8e8412a [alsa-io] fixup one cleanup error, and bring alsa_in in sync. by torben 2009-03-03 02:38:32 +0000
  • 59c862f [alsa-out] cleanup by torben 2009-03-03 02:38:28 +0000
  • 9acf026 [alsa-out] quantize PI controller output around resample_mean by torben 2009-03-03 02:38:25 +0000
  • f224e7e [alsa-out] safety commit (somethings wrong) by torben 2009-03-03 02:38:22 +0000
  • 0307e46 [alsa-out] use correct PI-control... clamps P to remove noise in stable state by torben 2009-03-03 02:38:19 +0000
  • 17c4991 [alsa-out] lol its even more easier than i thought :S PI control by torben 2009-03-03 02:38:16 +0000
  • 4869862 [alsa-out] this seems okish. by torben 2009-03-03 02:38:12 +0000
  • d68137a [alsa-out] some changes again. by torben 2009-03-03 02:38:09 +0000
  • aaf443b [alsa-out] intermediate commit by torben 2009-03-03 02:38:06 +0000
  • f593437 [alsa_out] omg !!! now its becoming academic :) by torben 2009-03-03 02:38:04 +0000
  • 653d984 [alsa_out] dont set xfer align, deprecated by torben 2009-03-03 02:38:01 +0000
  • 7f955b1 [alsa_out] change xrun handling... gonna revert. by torben 2009-03-03 02:37:58 +0000
  • d0d3873 [alsa_io] add plottable output instrumenation by torben 2009-03-03 02:37:56 +0000
  • e025a49 [alsa_io] Add some sanity measures to max_diff and target_delay by torben 2009-03-03 02:37:52 +0000
  • 6d3981e [alsa_io] even more comment syncing. by torben 2009-03-03 02:37:49 +0000
  • e019971 [alsa_io] remove rememnants of time_smoother by torben 2009-03-03 02:37:46 +0000
  • b753119 [alsa_io] cleanup old cruft code. by torben 2009-03-03 02:37:42 +0000
  • 88f9fe8 [alsa_io] add linear component to the dll and some dampening. by torben 2009-02-24 16:52:17 +0000
  • d2be956 [alsa_io] add a linear component to the cubic dll by torben 2009-02-24 16:52:14 +0000
  • 1051ee3 [alsa_io] dont compare sample_rate with error and bail out. by torben 2009-02-24 16:52:11 +0000
  • 4947cb3 [core] still poll zombified client fd for HUP, so it will get removed. by torben 2009-02-20 20:07:25 +0000
  • 167ff61 (1) configure-time detection of likely-to-collide existing JACK installs (2) do not link libjack against libraries needed only for netjack components by paul 2009-02-19 18:05:41 +0000
  • 2f82779 Fix doxygen confusion with POST_PACKED_STRUCTURE by torben 2009-02-18 12:56:37 +0000
  • 93cec3f switch to using jack_get_time instead of jack_get_microseconds by torben 2009-02-16 14:03:32 +0000
  • 1b49e0d [alsa-io] port to new hwparams. by torben 2009-02-15 10:38:40 +0000
  • eab757b Remove false message about not building NetJack. we always build it. by torben 2009-02-15 10:38:34 +0000
  • 5d05231 [netjack] fix warnings about unused variables without libsamplerate by torben 2009-02-15 07:37:36 +0000
  • 2f7ba90 [netjack] build jack_netsource even without libsamplerate by torben 2009-02-15 07:20:09 +0000
  • fa17daf [alsa-out] another fix for alsa out. now it really should be fixed. by torben 2009-02-15 07:20:05 +0000
  • 7bf71fb [alsa_out] fix behaviour when output samplerate does not match jackd by torben 2009-02-12 20:27:53 +0000
  • 6433850 [netjack] Fix number packet_cache for 0 payload case. by torben 2009-02-12 10:11:31 +0000
  • e800011 (tag: 0.116.2) bump version number by paul 2009-02-06 10:42:24 +0000
  • 07ca2a7 fixes for jack-midi 32bit interop. (to be reviewed by paul) by torben 2009-01-31 14:54:19 +0000
  • 7c02711 Fix alpha compilation error. Debian Bug #508114. by torben 2008-12-14 19:52:32 +0000
  • 055826a [netjack] Fix Redundancy mode. by torben 2008-12-09 23:10:04 +0000
  • 3f9efba [netjack] Add -H option to turn off ntoh of payload data. reduces CPU load. by torben 2008-12-09 22:10:12 +0000
  • eb44cb0 [netjack] Compensate transport also for codec latency. should be sample accurate over internet now. by torben 2008-12-09 22:10:05 +0000
  • 9643ffb [netjack] support building without libsamplerate by torben 2008-12-09 10:16:29 +0000
  • d045111 proper cleanup of "temporary" JACK server, by killing the wait thread with SIGUSR2 by paul 2008-12-07 21:46:38 +0000
  • f568569 revert most of last change by paul 2008-12-07 12:13:34 +0000
  • d52ba88 stop & detach driver when exiting due to -T/--temporary flag by paul 2008-12-07 12:10:57 +0000
  • cd4ee51 (tag: 0.116.1) [netjack] improve deadline handling, to recover from running too fast. by torben 2008-12-06 10:25:38 +0000
  • aacd277 bump micro version by paul 2008-12-06 09:35:29 +0000
  • 0573556 [netjack] Reduce dynamic deadline adjustement speed again. now it seems to really work. by torben 2008-12-05 23:16:07 +0000
  • 157a656 [netjack] fix master verification.... doh. by torben 2008-12-05 20:00:13 +0000
  • dc837eb (tag: 0.116.0) netjack-to-compile fixes for OS X by paul 2008-12-05 16:20:48 +0000
  • 4824ec3 yet more man page write-ups by paul 2008-12-05 15:53:08 +0000
  • daaa363 no man page for the "simple_client" by paul 2008-12-05 15:36:26 +0000
  • 2ee173f specify a sensible default duration for jackrec (MAX_FRAMES) by paul 2008-12-05 15:34:34 +0000
  • 8510e4a more man page write-ups by paul 2008-12-05 15:33:40 +0000
  • 5b30691 make man page for jack_disconnect ref jack_connect and put all info on that page by paul 2008-12-05 15:00:32 +0000
  • 6353132 templatize and edit alsa_io man page(s) by paul 2008-12-05 14:53:09 +0000
  • 0b6a4c8 [alsa_io] man page by torben 2008-12-05 11:31:49 +0000
  • b1c2e37 [alsa_in] fix bug, causing noise. change back to using dll code. by torben 2008-12-05 10:37:08 +0000
  • 1ba12ae [netjack] Adjust deadline faster. by torben 2008-12-05 10:36:56 +0000
  • 5d86ff3 Add Gitignore by torben 2008-12-05 10:36:43 +0000
  • 4b39808 better integration of man page build system into overall autofoo nonsense by paul 2008-12-05 09:32:15 +0000
  • 6699d5f jack_{,dis}connect should be silent in the event of failure by paul 2008-12-05 09:31:27 +0000
  • 59263ef fix reversed naming of ALSA seq MIDI ports by paul 2008-12-05 09:30:55 +0000
  • 6a05eee template-ized tools man pages and add Makefile for them (still to do - edit contents, because they are pretty useless) by paul 2008-12-05 08:19:51 +0000
  • fe434c3 make jack_connect agnostic about the order of its port arguments (duh!) by paul 2008-12-05 07:34:20 +0000
  • 606ab36 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 :) by paul 2008-12-04 21:59:35 +0000
  • 6bd18ab add --enable-ancient-libc for compiling on systems (like debian stable as of Dec 2008) that need -D_XOPEN_SOURCE=600 -D_BSD_SOURCE to access PThread r/w locks and other modern stuff by paul 2008-12-04 21:58:43 +0000
  • 1878898 fixup removal of sysv SHM registry @ make install time (packagers take note); remove port delete/create messages from ALSA MIDI backend code by paul 2008-12-04 21:36:04 +0000
  • b578ea2 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 by paul 2008-12-04 07:25:31 +0000
  • 9d9ed69 [RPM.SPEC] - enable dynamic SIMD optimizations by default; - dropped preemption check option. by rncbc 2008-12-03 19:10:18 +0000
  • 22edbbb fix deadlock in jackd caused by graph/problem lock ordering by paul 2008-12-02 16:32:58 +0000
  • f41f4fc fix debug message when acquiring the "problem" lock by paul 2008-12-02 11:36:38 +0000
  • 3371b5c Sync with libjack/Makefile.am for simd.c rules by sonarnerd 2008-12-02 08:14:19 +0000