Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • | *
  • | *
  • * |
  • * |
  • | *
  • * |
  • | *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • 25ef503 weak linkage docs, take 1 by paul 2011-02-28 20:50:58 +0000
  • 4f53ebe doc 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
  • 41ee680 torben's patch to hide pthread_t from jack public headers by paul 2011-02-28 18:57:45 +0000
  • 8cf46ee check 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
  • 19e89a7 add jack_client_has_session_callback() ... by torben 2011-02-13 20:42:10 +0000
  • 4fb45ee remove information about tmpfs from README file; update website URL in same file by paul 2011-02-09 13:03:17 +0000
  • 865ce23 fix freqscaling test (ported from ardour) by paul 2011-02-09 13:02:33 +0000
  • e68790e systemtest 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
  • b26018f fix sanitycheck.c to tell user to use 99 for RT prio by torben 2011-01-21 13:13:35 +0000
  • bc94b44 fix listification of conditions for clients to avoid latency callback in docs by paul 2011-01-13 21:24:21 +0000
  • ac79cdf update 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
  • 81705fc move jack_wake_server_thread to engine.c and make sure jack_signal_problems wakes it. by torben 2010-11-17 02:24:04 +0000
  • 23ef50a update man page to reflect -S option by paul 2010-11-15 15:08:38 +0000
  • 015fbf3 add no-op support for jack2's -S option by paul 2010-11-15 15:00:10 +0000
  • df44a97 dummy driver: in case of xrun, reset timestamps. by torben 2010-11-02 14:06:45 +0000
  • 04ec3a2 allow recovery when alsa_pcm is in suspended state. by torben 2010-11-02 11:21:30 +0000
  • 096e6ea fix dummy driver freewheeling. by torben 2010-11-01 14:11:34 +0000
  • 76aba8c add note about unique port-name requirement by paul 2010-10-29 16:29:37 +0000
  • f20a8ae free the ports. lets make some good examples. by torben 2010-10-29 02:22:28 +0000
  • aa2bd69 fix jack_lsp crashing for 0 ports by torben 2010-10-29 02:22:23 +0000
  • ce41b67 port notifications are sent after portsegment attach etc... by torben 2010-10-13 13:15:41 +0000
  • c1f54ae use jack_client_internal_by_id() and dont use a loop. by torben 2010-10-08 15:09:24 +0000
  • 5c8d4ff deliver BufferSizeChange event during jack_activate by torben 2010-10-08 15:09:22 +0000
  • 8b7329c dont call jack_attach_port_segment() in jack_client_open_aux() by torben 2010-10-08 15:09:20 +0000
  • fdd5866 send AttachPortSegment events during jack_client_activate by torben 2010-10-08 15:09:18 +0000
  • d3b3fc2 make jack_deliver_event not static, so we can access it from clientengine.c by torben 2010-10-08 15:09:15 +0000
  • cb1c8fc flags are ORed. fix docs. by torben 2010-10-06 14:24:45 +0000
  • 190640f add suport for celt-0.8.x by torben 2010-10-06 14:21:19 +0000
  • 27ea864 add --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
  • 7a0d031 documentation tweaks (OR->AND, and comments on MIDI event ordering) by paul 2010-09-13 16:35:00 +0000
  • 90d21fd rename 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
  • ecbb697 remove mention of "nice" from the sanitycheck output by paul 2010-08-30 12:13:47 +0000
  • 9bb7999 fix the overly strict libjack search which also finds libjack.py by torben 2010-08-20 21:02:54 +0000
  • 27910ac new MIDI "tracer" tool by paul 2010-07-25 19:53:48 +0000
  • c48a652 remove deprecated functions from netjack.c by torben 2010-06-24 11:17:33 +0000
  • 89243cc remove global packet cache... thanks to vokimon by torben 2010-06-24 11:17:31 +0000
  • 6e435d6 remove the pkt_buf field, which is obsoleted by the packet_cache by torben 2010-06-24 11:17:29 +0000
  • 691bbd0 use a single celt_mode in the netj struct. by torben 2010-06-24 11:17:27 +0000
  • 578a642 fix src/celt memory leaks by David García Garzón by torben 2010-06-24 11:17:24 +0000
  • 681367d initialise jitter_val. thanks to David David García Garzón by torben 2010-06-24 11:17:22 +0000
  • 52db871 remove comment from the already removed stack scribble by torben 2010-06-24 11:17:18 +0000
  • 7a0fafe silence 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
  • 2691794 move stack touching into jack_thread_proxy by torben 2010-04-30 15:24:29 +0000
  • 21c1b44 fix complete fuckup with asymmetric chancounts in netsource (doh) by torben 2010-04-26 10:50:41 +0000
  • 20c5834 propely zero out the command terminator by torben 2010-04-26 10:50:21 +0000
  • 28fba5f fix error checking, which puts jack into an undefined state in case of err. by torben 2010-04-26 10:50:00 +0000
  • d49d645 bump version by paul 2010-04-13 20:39:22 +0000
  • 516b34d remove cruft that should never have been added, again by paul 2010-04-13 20:35:43 +0000
  • 3531259 remove cruft that should never have been added by paul 2010-04-13 20:35:32 +0000
  • 06bb812 here is the a2j stuff just mentioned by paul 2010-04-13 20:35:11 +0000
  • ca5bb79 fix 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
  • af2df52 return 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
  • 214e772 set session dir correctly in the output of jack_session_notify by torben 2010-03-29 13:07:27 +0000
  • fe31c07 [rpm spec] session management insfrastruture introduced by rncbc 2010-03-27 18:51:17 +0000
  • 31a0a61 fix simple_session_client providing wrong commandline. by torben 2010-03-27 17:02:15 +0000
  • 22822b9 dont consider clients without RT thread for process cycle. by torben 2010-03-27 17:02:13 +0000
  • 3f46ce7 removed new directories mistakenly added by paul 2010-03-26 12:39:22 +0000
  • 829ada6 remove the python sm ... got its own repo now. by torben 2010-03-26 12:25:43 +0000
  • fcf93d7 Merge branch 'jack-session2' into session-rebase by torben 2010-03-26 12:25:37 +0000
  • cf53080 add session notification infrastructure squashed rebase. by torben 2010-03-26 12:25:32 +0000
  • 0ba6b50 a bit of doc patches by Torben Hohn 2010-03-26 10:48:07 +0100
  • d26cc81 restructure sessionmanager.py a bit and add setup.py and dbus .service file by Torben Hohn 2010-03-26 10:47:46 +0100
  • 9ba49a1 add future field to event struct, and JackSessionNeedTerminal by Torben Hohn 2010-03-23 06:06:13 +0100
  • 8d03e26 license 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
  • 2efff4e fix alsa driver null cycle. by torben 2010-03-13 18:55:25 +0000
  • f954558 add jack_client_get_uuid() and fix stuff for multiclient by Torben Hohn 2010-03-11 10:52:26 +0100
  • e734797 correct big-endian 24bit->float conversion in ALSA backend (#135) by paul 2010-03-05 13:31:54 +0000
  • 0570cb6 remove the rename struct from jack_request_t by Torben Hohn 2010-03-02 19:44:50 +0100
  • 0618173 Merge branch 'master' into jack-session2 by Torben Hohn 2010-03-02 19:40:59 +0100
  • 066a492 some more jack_client_new i had missed. by torben 2010-03-02 18:39:52 +0000
  • b7f11d9 some more jack_client_new i had missed. by Torben Hohn 2010-03-02 19:39:08 +0100
  • 726a933 remove jack_rename_client by Torben Hohn 2010-03-02 19:35:43 +0100
  • 04a4748 add jack_simple_session_client to build system. by Torben Hohn 2010-03-02 02:42:20 +0100
  • bcde71b use new jack_session_event_free() in simple_session_client.c by Torben Hohn 2010-03-02 00:59:07 +0100
  • 86ff334 add jack_session_event_free() and dont free it in jack_session_reply() by Torben Hohn 2010-03-02 00:24:56 +0100
  • 002aba1 remove a crashed client, from the number of pending replies. by Torben Hohn 2010-03-01 21:40:56 +0100
  • 52aeb6a make new client simple_session_client.c and revert simple_client.c by Torben Hohn 2010-03-01 19:39:16 +0100
  • 74ba1e5 forgot to reset session_reply_fd by Torben Hohn 2010-03-01 06:50:30 +0100