Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 46cf27e remove nasty printf from jack_port_get_buffer() by pbd 2002-03-06 19:23:06 +0000
  • a321c5d remove cleanup thread, add dither code from steve harris by pbd 2002-03-06 18:38:03 +0000
  • 46b6a57 many changes to the internals by pbd 2002-03-06 01:23:32 +0000
  • 598b6c4 support for port total latency computation by pbd 2002-03-05 03:28:46 +0000
  • 279b024 added argument to graph order callback by pbd 2002-03-05 02:34:01 +0000
  • d6c9e11 added graph order callback, updated to call internal clients as well by pbd 2002-03-05 02:27:58 +0000
  • a0ac75f added graph order callback by pbd 2002-03-05 02:24:50 +0000
  • 5325fe8 free duplicate list during graph sort, minor text motion by pbd 2002-03-04 02:59:57 +0000
  • dbe0099 rectangular dither added (from steve harris) by pbd 2002-03-04 02:49:36 +0000
  • ba6b596 Yet another sort bugfix. One rare locking bug fixed in client removal code. by kaiv 2002-03-03 15:56:45 +0000
  • 4002202 Recurse bug with cyclic client dependencies. by kaiv 2002-03-03 12:55:34 +0000
  • 818e9bf Fixed graph sorting bug with transitive client dependencies. Added fed_by info to jackd sigusr1 dump. by kaiv 2002-03-03 02:46:27 +0000
  • b850bcc Temporary fix for a client removal bug in control thread. by kaiv 2002-03-03 02:23:42 +0000
  • d4837aa Fix for graph rechaining bug. by kaiv 2002-03-03 00:19:29 +0000
  • 3ce4077 fix a typo in an include by wingo 2002-03-02 18:18:16 +0000
  • 4611ad8 remove dangling remnants of varags from jack_driver_load by pbd 2002-03-02 16:50:50 +0000
  • dc2e950 Fix for the deadlock bug in jack_deliver_event(). by kaiv 2002-03-02 16:30:11 +0000
  • 454e6de prevent clients from unregistering other ports; compact dump output by pbd 2002-03-01 16:03:15 +0000
  • c6003bb * put jack plugins in $libdir/jack * compile warning fix in driver.c by wingo 2002-02-26 14:26:04 +0000
  • ae37e72 connect.c, transport control API, slightly more info in sigusr1 dump by pbd 2002-02-26 05:31:07 +0000
  • 841ba23 connect.c, transport control API, slightly more info in sigusr1 dump by pbd 2002-02-26 05:19:41 +0000
  • 413cc66 alsa driver usage patch by pbd 2002-02-25 17:59:44 +0000
  • ac19b71 allowed for duplex/capture/playback in alsa driver by pbd 2002-02-23 18:00:46 +0000
  • 9f2f81c add --asio and the timed_out element for client control by pbd 2002-02-23 15:57:04 +0000
  • d43e780 generic driver loading scheme, v0.12.0 by pbd 2002-02-23 15:33:58 +0000
  • e3ae718 Removed unnecessary fprintf statement. by kaiv 2002-02-21 17:33:17 +0000
  • d198d91 ALSA xrun handling fixes. by kaiv 2002-02-21 17:25:44 +0000
  • 8498b9f Fix to jack_clear_fifos bug. by kaiv 2002-02-17 00:15:14 +0000
  • 5577043 use driver wait function when waiting for subgraphs by pbd 2002-02-16 21:28:47 +0000
  • 7bb8946 revert test case from fltk_client by pbd 2002-02-16 18:56:29 +0000
  • 4546c0b remove erroneous hard-coded channel in write_to_channel call by pbd 2002-02-16 18:55:38 +0000
  • 2f09d9e remove some done items from TODO by pbd 2002-02-16 18:49:47 +0000
  • fe5a5bd Fixed bug in copying data from port buffer to alsa_pcm:out_X. by kaiv 2002-02-16 18:49:22 +0000
  • 08abe38 more files for cvs to ignore by pbd 2002-02-16 18:48:07 +0000
  • f4c9ecc improve handling of "cannot create new client" errors between server and client by pbd 2002-02-16 18:46:37 +0000
  • d218449 fix longopt name for period count by pbd 2002-02-16 18:32:53 +0000
  • c32fa71 updated .cvsignore from andy by pbd 2002-02-16 18:30:33 +0000
  • b2cacda remove extraneous output from clear_fifos by pbd 2002-02-16 18:26:24 +0000
  • 6cdb9d5 remove gain argument from write_to_channel ops by pbd 2002-02-16 18:21:11 +0000
  • 0faf354 remove extra debugging fields from client shared structure - they were there for the fifo problem by pbd 2002-02-16 18:09:48 +0000
  • e98f76e fixed random data left in FIFO problem- phew! by pbd 2002-02-16 18:02:39 +0000
  • bf12d41 intermediate debugging state, trying to track down clicking problem after aborted client restart, but contains several important fixes by pbd 2002-02-16 15:41:01 +0000
  • 5a3ddca fixed graph_lock issues for driver/engine, kai's dump patch, remove hammerfall code that is broken under ALSA CVS, move to 0.11.0 by pbd 2002-02-12 23:44:43 +0000
  • bb77c5c fixed race condition with client removal by pbd 2002-02-08 16:25:26 +0000
  • 9dbb91a zero buffer fix, patches from jeremy and others, driver cleanup by pbd 2002-02-07 17:25:38 +0000
  • 02b141f latest changes related to ardour (DAW) support by pbd 2002-02-06 02:59:15 +0000
  • e6b9a40 add jack_port_connected_to(), plus port connection lock on client side by pbd 2002-01-31 16:57:49 +0000
  • 4c74e26 added gpl-ish message by pbd 2002-01-31 04:37:25 +0000
  • 4aec002 add jack_port_disconnect, plus minor bug fixes by pbd 2002-01-31 04:30:30 +0000
  • 4cdb00f better state transition table allows clean removal of unfinished clients by pbd 2002-01-28 18:06:49 +0000
  • 26e08f2 add -lm, remove capture/playback poll debugging by pbd 2002-01-28 14:26:22 +0000
  • 232901b added impulse_grabber to repository by pbd 2002-01-28 13:57:00 +0000
  • 8d8b669 many changes related to integration of ardour by pbd 2002-01-28 03:51:28 +0000
  • dd6a997 Fix to prevent accepting duplicate clients. by kaiv 2001-12-21 03:47:52 +0000
  • 778dceb Changed also the debug statements to use alsa_pcm. by kaiv 2001-12-20 19:18:31 +0000
  • 4b406ec Changed to use the new ALSA client and port names. by kaiv 2001-12-20 19:15:13 +0000
  • 7016388 New ALSA client and port, ens1371 sample-rate bug fixed, changed location of asoundlib.h. by kaiv 2001-12-20 18:57:21 +0000
  • aad1a5c Added javadoc for jack_sort_graph(). by kaiv 2001-12-19 23:17:14 +0000
  • f304062 implemented jack_get_ports() by pbd 2001-12-17 19:27:16 +0000
  • b130587 Typo fix. :) by kaiv 2001-12-17 18:51:42 +0000
  • 4efadca cleanup shm, set temp dir, improve overall thread/child/parent relationships in jackd by pbd 2001-12-17 18:16:24 +0000
  • 20ea051 make dist should only include headers, not CVS/* by pbd 2001-12-17 15:31:08 +0000
  • cd74923 fixed rechain graph, improve cleanup by pbd 2001-12-17 15:10:58 +0000
  • 0b14ec7 fixed rechain graph, improve cleanup by pbd 2001-12-17 15:03:43 +0000
  • ea70aeb revert no-fork-by-default error by pbd 2001-12-16 22:24:48 +0000
  • c324d00 another improvement in calling cleanup under some conditions by pbd 2001-12-16 22:18:19 +0000
  • 156219d patch from kai; possible improvement in calling cleanup under some conditions by pbd 2001-12-16 22:13:21 +0000
  • 39dac4b use libjack.la for linking by pbd 2001-12-08 18:12:36 +0000
  • 5eea78a used segment:offset addressing by pbd 2001-12-07 18:54:45 +0000
  • 0569b90 fix problems with driver attach/detach by pbd 2001-12-07 13:55:34 +0000
  • 9bb8224 removed dependency on libltdl (instead use libdl) by richi 2001-12-06 16:44:27 +0000
  • aa0252a fix wrong format for fprintf / too many args to it by richi 2001-12-06 10:55:44 +0000
  • d9069db fix problem with calling of cleanup() by pbd 2001-12-05 16:19:00 +0000
  • 6bc9cf1 bump version by pbd 2001-12-05 15:31:51 +0000
  • 68513a4 parent/fork/child scheme c/o richard g. by pbd 2001-12-05 15:28:06 +0000
  • 7a408b8 add check for ALSA in configure by pbd 2001-12-05 14:13:00 +0000
  • 08eed24 bump version by pbd 2001-12-05 05:04:48 +0000
  • 9d63c81 mixdown now works; sigsegv causes clean exit from audiothread by pbd 2001-12-05 04:59:05 +0000
  • b676bc7 fixes for full ALSA PCM generality w.r.t poll descriptors by pbd 2001-12-05 03:47:27 +0000
  • 6cb2daa add annotation to simple client by pbd 2001-11-28 15:45:31 +0000
  • 89bdf08 add GPL notice plus minor tweaks to capture_client.c by pbd 2001-11-28 15:35:56 +0000
  • 6514855 add options to jackrec, fix contiguous problem in alsa_driver by pbd 2001-11-28 14:51:16 +0000
  • 0038270 many critical changes, plus jackrec client by pbd 2001-11-28 05:09:32 +0000
  • f39d863 back out jack_port_name() (port_t is opaque) by pbd 2001-11-27 16:40:14 +0000
  • 0b8d4c2 don't install all headers; add and use jack_port_name(); remove doc/.xvpics by pbd 2001-11-27 16:37:07 +0000
  • 70c9fbd removed glib dependency from the public api. we still need some helper functions to access the useful things out of jack/port.h though... by wingo 2001-11-24 01:28:22 +0000
  • 38c43d4 * added cvsignore files * fixed build process for automake 1.5 by wingo 2001-11-23 23:44:58 +0000
  • a748c06 put driver.c into libjack, changed to LGPL for driver.c, fixed makefile by pbd 2001-11-14 00:02:15 +0000
  • fd67c97 patch from kai to fix disable-fltk-client argument by pbd 2001-11-13 21:13:32 +0000
  • 6c923a2 needed copies of GPL *and* LGPL by pbd 2001-11-13 04:55:24 +0000
  • 718a13b fixed project page link by pbd 2001-11-13 04:38:11 +0000
  • 44a76a1 fixed project page link by pbd 2001-11-13 04:38:11 +0000
  • 406938e fixed up licensing info to use LGPL where appropriate by pbd 2001-11-13 04:32:31 +0000
  • fbf3f3b channel count/period fixes + ADDON_DIR from andy la-a-foe by pbd 2001-11-13 04:10:05 +0000
  • 8416615 minor fixes for build, relating to docs by pbd 2001-11-12 04:21:46 +0000
  • 0410974 Initial revision by pbd 2001-11-12 04:08:37 +0000