25ef503weak linkage docs, take 1 by
paul
2011-02-28 20:50:58 +0000
4f53ebedoc fixes to add session API and other tweaks by
paul
2011-02-28 19:55:55 +0000
b280415[core] add jack_port_type_get_buffer_size() by
torben
2011-02-28 19:00:51 +0000
41ee680torben's patch to hide pthread_t from jack public headers by
paul
2011-02-28 18:57:45 +0000
8cf46eecheck requested buffer size and limit to 1..16384 - avoids wierd behaviour caused by jack_bufsize foobar by
paul
2011-02-22 15:11:44 +0000
7df02e9[core] pass client->engine->buffer_size to bufsize callback, not client->nframes by
torben
2011-02-16 15:33:59 +0000
b08c336[alsa] fix missing - in -EPIPE by
torben
2011-02-15 16:28:51 +0000
a0a93ac[jdelay] fix jdelay for new latency api. by
torben
2011-02-13 20:42:19 +0000
febfb52[tools] add jdelay ported to C from jack2 codebase by
torben
2011-02-13 20:42:16 +0000
19e89a7add jack_client_has_session_callback() ... by
torben
2011-02-13 20:42:10 +0000
4fb45eeremove information about tmpfs from README file; update website URL in same file by
paul
2011-02-09 13:03:17 +0000
865ce23fix freqscaling test (ported from ardour) by
paul
2011-02-09 13:02:33 +0000
e68790esystemtest should use SCHED_FIFO not SCHED_RR by
paul
2011-02-04 18:55:26 +0000
80e93bc[sanitycheck] remove warning about unlimited amount of locked memory by
torben
2011-01-27 11:20:15 +0000
b26018ffix sanitycheck.c to tell user to use 99 for RT prio by
torben
2011-01-21 13:13:35 +0000
bc94b44fix listification of conditions for clients to avoid latency callback in docs by
paul
2011-01-13 21:24:21 +0000
ac79cdfupdate documentation for latency management API by
paul
2011-01-13 19:21:56 +0000
f9b762b[midi dump] fix warning by
torben
2011-01-12 17:10:52 +0000
1049dff[engine] fix a few warnings. by
torben
2011-01-12 17:10:50 +0000
9ae6231[latency api] switch JackLatencyCallback to return void by
torben
2011-01-12 17:06:23 +0000
d80ebd9[latency api] also invoke latency callback for the driver client. by
torben
2011-01-12 17:06:20 +0000
e5ea1b8[latency api] deprecate old latency api by
torben
2011-01-12 17:06:17 +0000
ea404f4[latency api] change backend code to use jack_set_latency_range() by
torben
2011-01-12 17:06:15 +0000
618beb9[latency api] add hack to jack_port_set_latency_range() to set old latency by
torben
2011-01-12 17:06:09 +0000
bf16a19[alsa io] add latency callback for correct latency computation by
torben
2011-01-12 13:01:23 +0000
79179a1[latency api] fix latent client to check for weak symbol by
torben
2011-01-12 13:01:21 +0000
1ffe16c[latency api] initialize latency ranges to all zero upon port creation by
torben
2011-01-12 13:01:18 +0000
a86f3bc[latency api] also do a new latency computation in RecomputeTotalLatencies by
torben
2011-01-12 01:50:12 +0000
f962540[latency api] also print playback and capture latency in jack_lsp by
torben
2011-01-12 01:35:55 +0000
dc0e78d[latency api] add latent test client for latency api by
torben
2011-01-12 01:35:52 +0000
6a76e7b[latency api] Add the new latency api. by
torben
2011-01-12 01:35:47 +0000
81705fcmove jack_wake_server_thread to engine.c and make sure jack_signal_problems wakes it. by
torben
2010-11-17 02:24:04 +0000
23ef50aupdate man page to reflect -S option by
paul
2010-11-15 15:08:38 +0000
015fbf3add no-op support for jack2's -S option by
paul
2010-11-15 15:00:10 +0000
df44a97dummy driver: in case of xrun, reset timestamps. by
torben
2010-11-02 14:06:45 +0000
04ec3a2allow recovery when alsa_pcm is in suspended state. by
torben
2010-11-02 11:21:30 +0000
096e6eafix dummy driver freewheeling. by
torben
2010-11-01 14:11:34 +0000
76aba8cadd note about unique port-name requirement by
paul
2010-10-29 16:29:37 +0000
f20a8aefree the ports. lets make some good examples. by
torben
2010-10-29 02:22:28 +0000
aa2bd69fix jack_lsp crashing for 0 ports by
torben
2010-10-29 02:22:23 +0000
ce41b67port notifications are sent after portsegment attach etc... by
torben
2010-10-13 13:15:41 +0000
c1f54aeuse jack_client_internal_by_id() and dont use a loop. by
torben
2010-10-08 15:09:24 +0000
5c8d4ffdeliver BufferSizeChange event during jack_activate by
torben
2010-10-08 15:09:22 +0000
8b7329cdont call jack_attach_port_segment() in jack_client_open_aux() by
torben
2010-10-08 15:09:20 +0000
fdd5866send AttachPortSegment events during jack_client_activate by
torben
2010-10-08 15:09:18 +0000
d3b3fc2make jack_deliver_event not static, so we can access it from clientengine.c by
torben
2010-10-08 15:09:15 +0000
cb1c8fcflags are ORed. fix docs. by
torben
2010-10-06 14:24:45 +0000
190640fadd suport for celt-0.8.x by
torben
2010-10-06 14:21:19 +0000
27ea864add --enable-valgrind-clean and associated code to permit building a version of libjack that will not trigger valgrind messages. an alternative would be a nice suppression file, if anyone wants to create one (i don't) by
paul
2010-09-26 15:54:09 +0000
7a0d031documentation tweaks (OR->AND, and comments on MIDI event ordering) by
paul
2010-09-13 16:35:00 +0000
90d21fdrename example capture client as jack_rec, for consistency within jack1 and also with jack2, as per ticket 167 by
paul
2010-08-30 12:14:24 +0000
ecbb697remove mention of "nice" from the sanitycheck output by
paul
2010-08-30 12:13:47 +0000
9bb7999fix the overly strict libjack search which also finds libjack.py by
torben
2010-08-20 21:02:54 +0000
27910acnew MIDI "tracer" tool by
paul
2010-07-25 19:53:48 +0000
c48a652remove deprecated functions from netjack.c by
torben
2010-06-24 11:17:33 +0000
89243ccremove global packet cache... thanks to vokimon by
torben
2010-06-24 11:17:31 +0000
6e435d6remove the pkt_buf field, which is obsoleted by the packet_cache by
torben
2010-06-24 11:17:29 +0000
691bbd0use a single celt_mode in the netj struct. by
torben
2010-06-24 11:17:27 +0000
578a642fix src/celt memory leaks by David García Garzón by
torben
2010-06-24 11:17:24 +0000
681367dinitialise jitter_val. thanks to David David García Garzón by
torben
2010-06-24 11:17:22 +0000
52db871remove comment from the already removed stack scribble by
torben
2010-06-24 11:17:18 +0000
7a0fafesilence jack_info in jack_bufsize and jack_wait by
torben
2010-05-19 22:00:31 +0000
dea3585- Include a2j headers for `make dist`. by
rncbc
2010-05-18 17:16:43 +0000
2691794move stack touching into jack_thread_proxy by
torben
2010-04-30 15:24:29 +0000
21c1b44fix complete fuckup with asymmetric chancounts in netsource (doh) by
torben
2010-04-26 10:50:41 +0000
20c5834propely zero out the command terminator by
torben
2010-04-26 10:50:21 +0000
28fba5ffix error checking, which puts jack into an undefined state in case of err. by
torben
2010-04-26 10:50:00 +0000
d49d645bump version by
paul
2010-04-13 20:39:22 +0000
516b34dremove cruft that should never have been added, again by
paul
2010-04-13 20:35:43 +0000
3531259remove cruft that should never have been added by
paul
2010-04-13 20:35:32 +0000
06bb812here is the a2j stuff just mentioned by
paul
2010-04-13 20:35:11 +0000
ca5bb79fix a possible race/deadlock when jack is quitting and clients try to connect; mention jack_free() and not free() in port buffer docs; fix failure to execute clients using wait API; tweak session mgmt code so that the SM can pass directory names with or without a trailing '/'; unload/finish internal clients at a better time to stop crashes; add new and as-yet not used and definitely unfinished a2j internal clients for ALSA/MIDI bridge by
paul
2010-04-13 20:33:28 +0000
af2df52return True from sync_cb when not connected. by
torben
2010-04-04 07:46:30 +0000
2a2057d[alsa_io] fix absolute samplerate clampling by
torben
2010-03-30 17:11:23 +0000
214e772set session dir correctly in the output of jack_session_notify by
torben
2010-03-29 13:07:27 +0000
0ba6b50a bit of doc patches by
Torben Hohn
2010-03-26 10:48:07 +0100
d26cc81restructure sessionmanager.py a bit and add setup.py and dbus .service file by
Torben Hohn
2010-03-26 10:47:46 +0100
9ba49a1add future field to event struct, and JackSessionNeedTerminal by
Torben Hohn
2010-03-23 06:06:13 +0100
8d03e26license changes : shm.c goes frm GPL to LGPL (agreed by JOQ via email); add license info to a couple of other files by
paul
2010-03-19 14:21:44 +0000
2efff4efix alsa driver null cycle. by
torben
2010-03-13 18:55:25 +0000
f954558add jack_client_get_uuid() and fix stuff for multiclient by
Torben Hohn
2010-03-11 10:52:26 +0100
e734797correct big-endian 24bit->float conversion in ALSA backend (#135) by
paul
2010-03-05 13:31:54 +0000
0570cb6remove the rename struct from jack_request_t by
Torben Hohn
2010-03-02 19:44:50 +0100
0618173Merge branch 'master' into jack-session2 by
Torben Hohn
2010-03-02 19:40:59 +0100
066a492some more jack_client_new i had missed. by
torben
2010-03-02 18:39:52 +0000
b7f11d9some more jack_client_new i had missed. by
Torben Hohn
2010-03-02 19:39:08 +0100
726a933remove jack_rename_client by
Torben Hohn
2010-03-02 19:35:43 +0100
04a4748add jack_simple_session_client to build system. by
Torben Hohn
2010-03-02 02:42:20 +0100
bcde71buse new jack_session_event_free() in simple_session_client.c by
Torben Hohn
2010-03-02 00:59:07 +0100
86ff334add jack_session_event_free() and dont free it in jack_session_reply() by
Torben Hohn
2010-03-02 00:24:56 +0100
002aba1remove a crashed client, from the number of pending replies. by
Torben Hohn
2010-03-01 21:40:56 +0100
52aeb6amake new client simple_session_client.c and revert simple_client.c by
Torben Hohn
2010-03-01 19:39:16 +0100
74ba1e5forgot to reset session_reply_fd by
Torben Hohn
2010-03-01 06:50:30 +0100