Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 416d4c3 switch headers, tools and example clients to git submodules by Nedko Arnaudov 2012-02-02 19:56:13 +0200
  • 97a2839 bump version by paul 2012-02-02 16:35:00 +0000
  • 743b65b redesign thread calls and so forth to actually get this stuff right on OS X (maybe) ... about to test on Linux by paul 2012-02-02 16:30:34 +0000
  • 1d45b50 compilation fixes for client.c by paul 2012-02-02 14:09:22 +0000
  • 38a26f5 fix up configure.ac to work on OS X after recent changes. it appears that attempting to -march is unwise on x86 OS X (at least on Tiger) by paul 2012-02-02 14:09:07 +0000
  • 4f01be5 fairly drastic and deep cleanup of client thread code in an effort to fix inconsistent handling of the return value from a process() callback; actually deprecate jack_thread_wait() in the same way jack2 does by paul 2012-02-02 13:08:48 +0000
  • 76bd241 remove any references to MMX/MME (which was never used) from configure.ac; also removed --enable-ensure-mlock configure option which was was just stupid by paul 2012-02-02 13:07:35 +0000
  • 4ea20bb default error callback no longer calls DEBUG, which was (a) silly and (b) breaks if _jack_get_microsseconds has not yet been set (e.g. for very early errors during startup) by paul 2012-02-01 16:20:52 +0000
  • 635a285 check for engine->driver before delivering latency events to its internal client by paul 2012-01-19 17:38:23 +0000
  • a2b543e clarify use of alsa_(in|out)'s -q parameter by paul 2011-12-09 18:06:49 +0000
  • 3d07482 install jslist.h since its now used by control.h by paul 2011-11-23 16:02:35 +0000
  • de2bb9d (tag: 0.121.3) bump version by paul 2011-09-28 13:09:59 +0000
  • 69bbf84 fix the types of a few function parameters by paul 2011-09-28 13:09:46 +0000
  • ec62cf6 remove SSE messages by paul 2011-09-28 13:08:27 +0000
  • f0d10e8 compile fixes for OS X: remove double linkages to libjack + libjackserver, remove reference to client->control->nframes, add required compiler flags to get weak linkage to work by paul 2011-09-28 12:23:06 +0000
  • ccec2ca use correct gcc attribute on OS X for weak linkage; reformat overly-wide comment by paul 2011-09-22 20:05:40 +0000
  • 69b3a93 remove SSE-related messages during startup unless run with -v by paul 2011-08-31 14:46:40 +0000
  • d6b0d3d Fix a call to yet undefined engine instance by sonarnerd 2011-08-18 21:43:01 +0000
  • 54bc9f0 make the printed output of jack_iodelay more useful to actual users by paul 2011-07-13 12:52:41 +0000
  • 025d82d (tag: 0.121.2) bump version by paul 2011-06-29 01:50:54 +0000
  • b8db6d6 changes required for 0.121.[12] by paul 2011-06-29 01:50:30 +0000
  • 3cc3f17 port the dbus reservation code back to jack by torben 2011-06-27 20:25:06 +0000
  • 7ddfeaf fix errors for distfile by torben 2011-06-23 22:52:21 +0000
  • 88d56dd enable JACK to function on SH4 architectures (ticket #224) by paul 2011-06-23 16:43:33 +0000
  • 91a688c (tag: 0.121.0) add python/ to dist tarball by paul 2011-06-23 16:04:42 +0000
  • 09ca16e bump version to 0.121.0 ; doc tweaks to include control API by paul 2011-06-23 15:10:03 +0000
  • 9872b17 remove the dreaded client->control->nframes which is initialized too late by torben 2011-06-19 22:10:03 +0000
  • 787e879 add doxygen close group to session.h by paul 2011-06-08 23:59:08 +0000
  • a67243e fix array overrun when jack_get_ports() returns the full set of all possible ports by paul 2011-06-08 23:53:06 +0000
  • 0709035 [core] fix error path for driver removal. by torben 2011-05-29 00:47:52 +0000
  • 94af2e9 [python] add commandline prompt and switch command by torben 2011-05-29 00:47:49 +0000
  • 639a936 [netjack] fix occurences of jack_get_time which were hiding below driver by torben 2011-05-29 00:47:47 +0000
  • 7e90e0c [python] add first version of jackd.py by torben 2011-05-29 00:47:45 +0000
  • ff06fa2 [python] add id to Parameter class and make value take str, add name to drv by torben 2011-05-29 00:47:43 +0000
  • 440206c [controlapi] fix parameter_ptr->id not being set by torben 2011-05-29 00:47:41 +0000
  • 75664ed [python] add mygetopt.py and the current reserve_audio code by torben 2011-05-29 00:47:39 +0000
  • 45d2015 [controlapi] properly setup the parameter ids by torben 2011-05-29 00:47:37 +0000
  • ee41f7b [python] move jackctl.py into python dir by torben 2011-05-29 00:47:35 +0000
  • 70fcaae [controlapi] make unsupported functions return false. by torben 2011-05-29 00:47:33 +0000
  • 0292f85 [engine] make -C optarg a time, so that it doesnt depend on period_size by torben 2011-05-29 00:47:31 +0000
  • 1c7b9bb [controlAPI] add new parameter timeout threshold. also include clientengine by torben 2011-05-29 00:47:28 +0000
  • 5c76640 [man] add small man page for jack_load_test by torben 2011-05-29 00:47:26 +0000
  • 06df2a3 [man] add -C option to manpage by torben 2011-05-29 00:47:24 +0000
  • f8a61b3 [tools] remove the silent info function from load_test.c by torben 2011-05-29 00:47:22 +0000
  • fe07591 [engine] rename continuous_stream to timeout_count and make threshold configurable by torben 2011-05-29 00:47:20 +0000
  • 1b30676 [tools] add jack_load_test allowing checking jackd behaviour under load by torben 2011-05-29 00:47:18 +0000
  • 009ebad [engine] make jack_check_clients return errs. when no err, read graph_wait by torben 2011-05-29 00:47:16 +0000
  • e726e6a [engine] in case of a continous stream of timeouts, we suspend the execution of the processing graph. by torben 2011-05-29 00:47:14 +0000
  • b7eed77 [engine] relax the rules for zombification by torben 2011-05-29 00:47:11 +0000
  • 70adc7d [controlAPI] add libjack* linkage to net, oss and firewire driver by torben 2011-05-29 00:47:09 +0000
  • 51db45b [controlAPI] a bit of cosmetics (i failed to hold codingstyle) by torben 2011-05-29 00:47:07 +0000
  • 93e9a29 [controlAPI] factor out jack_stop_watchdog, and use it during switch_master by torben 2011-05-29 00:47:05 +0000
  • 19dc632 [python] add jackctl.py temporarily by torben 2011-05-29 00:47:02 +0000
  • 42d0bd9 [controlAPI] first implementation of jackctl_server_switch_master() by torben 2011-05-29 00:47:00 +0000
  • da26d33 [engine] make jack_remove_client() visible by torben 2011-05-29 00:46:58 +0000
  • 0cdc391 fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCAL by torben 2011-05-29 00:46:51 +0000
  • a16492b fix Makefiles to reference libraries things depend on. by torben 2011-05-29 00:46:42 +0000
  • 601d54b [controlAPI] make things a bit more clear by torben 2011-05-29 00:46:39 +0000
  • 6ff6597 [controlAPI] remove annoying error message about no internal clients by torben 2011-05-29 00:46:37 +0000
  • b7ac467 [controlAPI] fix broken compilation sigmask_t -> sigset_t by torben 2011-05-29 00:46:35 +0000
  • 7c9b904 [controlAPI] block signals in server_start... by torben 2011-05-29 00:46:33 +0000
  • eaf5277 [controlAPI] first implementation of switch master by torben 2011-05-29 00:46:31 +0000
  • ceb4d05 [controlAPI] dont include jack/systemdeps.h which doesnt exist in jack1 by torben 2011-05-29 00:46:29 +0000
  • 4fc97b0 [controlAPI] add server_control.c example by torben 2011-05-29 00:46:27 +0000
  • 9a4ffcd [controlAPI] switch server_start and server_stop code to jack1 by torben 2011-05-29 00:46:25 +0000
  • 6e6fc8d [controlAPI] continue passing in the constraints by torben 2011-05-29 00:46:23 +0000
  • d3fd762 [controlAPI] remove JackDriverInfo from struct jackctl_driver by torben 2011-05-29 00:46:21 +0000
  • 1a0eb6c [controlAPI] add missing serverparameters for jack1 by torben 2011-05-29 00:46:19 +0000
  • cd53c6b [controlAPI] temporaily move jack_cleanup_files into controlapi.c by torben 2011-05-29 00:46:17 +0000
  • a84b992 [controlAPI] turn on the constraint stuff again by torben 2011-05-29 00:46:14 +0000
  • 7db4be8 [controlAPI] adjust parameter definitions in oss driver for changed struct by torben 2011-05-29 00:46:12 +0000
  • bbf739d [controlAPI] add the driver scan code from jackd.c to controlapi.c by torben 2011-05-29 00:46:09 +0000
  • f96f930 [controlAPI] first iteration, make controlapi.c compilable by torben 2011-05-29 00:46:07 +0000
  • 4245b4a [controlAPI] initital commit of files from jack2. (c++ doesnt compile) by torben 2011-05-29 00:46:05 +0000
  • 4553d46 [controlAPI] add constraints to driver interface by torben 2011-05-29 00:46:02 +0000
  • fe66547 enable proper removal of slave drivers which fail to start by torben 2011-05-29 00:46:00 +0000
  • 71afbc6 [alsa-midi] add basic alsa-seq midi slave driver by torben 2011-05-29 00:45:58 +0000
  • c314581 [jackd] add support for slave drivers into jackd executable by torben 2011-05-29 00:45:55 +0000
  • d3a0ec4 [core] add basic support for slave drivers to engine by torben 2011-05-29 00:45:51 +0000
  • 043b392 (tag: 0.120.2) if an ALSA device cannot be opened because its busy, try to use lsof(1) to determine which processes have the device open, and show that list to the user. Heuristic, because we don't know which /dev files map to a given ALSA device name, so test them all by paul 2011-04-25 11:55:13 +0000
  • 815fabe fix help/usage message for jack_samplerate (c/o adi) by paul 2011-04-18 17:40:37 +0000
  • 1247bed [core] call driver->write even when process cycle failed by torben 2011-04-18 14:23:28 +0000
  • 345f9db substantive rearrangement of OSX code so that async API (jack_cycle_wait/jack_cycle_signal) works on that platform. tested (provisionally) with the help of lincoln spiteri by paul 2011-04-15 23:52:10 +0000
  • 768ac5f provide more info when a duplicate port name is registered by paul 2011-03-21 19:57:20 +0000
  • b5e0fa5 various doxygen changes from raboof & gabredd via trac #153 by paul 2011-03-18 17:31:06 +0000
  • e79ff76 [libjack] fix warning about volatile return type, by typedef by torben 2011-03-15 13:10:34 +0000
  • 54e2682 [libjack] fix stack touching for RT threads created. by torben 2011-03-15 12:58:55 +0000
  • 51310fc [alsa] fix whitespace from previous commits. by torben 2011-03-15 12:29:12 +0000
  • ed63256 [alsa] initialise driver->read_via_copy also for cap PCM_FORMAT_FLOAT_LE by torben 2011-03-15 12:29:10 +0000
  • 5d954da [alsa] remove useless copy function. by torben 2011-03-15 12:29:07 +0000
  • b1d74e2 [alsa] fix initialisation of io functions for capture only mode by torben 2011-03-15 12:29:04 +0000
  • f8c1e77 updated comments for session.h from drobilla - no functional changes at all. docs have been updated at jackaudio.org by paul 2011-03-02 18:33:53 +0000
  • c22f9ae (tag: 0.120.1) return null if jack_port_get_buffer() is used before jack_activate() by paul 2011-03-02 13:28:24 +0000
  • 8cd558d rename jdelay to jack_iodelay as per fons' request by paul 2011-03-01 18:00:26 +0000
  • d89d379 add man page for jack_iodelay by paul 2011-03-01 18:00:07 +0000
  • c4baec6 tweak weak linkage comments and fix typo by paul 2011-03-01 14:46:07 +0000
  • a3424a6 [alsa_out] squelch diff to alsa_in by moving the quit variable around. by torben 2011-03-01 01:31:05 +0000
  • b726435 [alsa_out] add SND_PCM_FORMAT_S24_3LE format support by torben 2011-03-01 01:31:03 +0000
  • cd2dca8 [alsa_out] remove the offset on the delay computation by torben 2011-03-01 01:31:00 +0000
  • e9b00c7 [alsa_io] stop using alloca and allocate buffer on the heap. by torben 2011-03-01 01:30:56 +0000