1421 Commits (fe66547ea2f9cbf78f27fc9bc2d66cbaabc01e17)
 

Author SHA1 Message Date
  torben 79179a1b6e [latency api] fix latent client to check for weak symbol 14 years ago
  torben 1ffe16c7e1 [latency api] initialize latency ranges to all zero upon port creation 14 years ago
  torben a86f3bcf16 [latency api] also do a new latency computation in RecomputeTotalLatencies 14 years ago
  torben f962540c0b [latency api] also print playback and capture latency in jack_lsp 14 years ago
  torben dc0e78dfc3 [latency api] add latent test client for latency api 14 years ago
  torben 6a76e7ba49 [latency api] Add the new latency api. 14 years ago
  torben 81705fc63b move jack_wake_server_thread to engine.c and make sure jack_signal_problems wakes it. 14 years ago
  paul 23ef50a671 update man page to reflect -S option 14 years ago
  paul 015fbf3ff7 add no-op support for jack2's -S option 14 years ago
  torben df44a976e1 dummy driver: in case of xrun, reset timestamps. 14 years ago
  torben 04ec3a27fa allow recovery when alsa_pcm is in suspended state. 14 years ago
  torben 096e6eaca0 fix dummy driver freewheeling. 14 years ago
  paul 76aba8c4b4 add note about unique port-name requirement 14 years ago
  torben f20a8ae497 free the ports. lets make some good examples. 14 years ago
  torben aa2bd69905 fix jack_lsp crashing for 0 ports 14 years ago
  torben ce41b670ab port notifications are sent after portsegment attach etc... 14 years ago
  torben c1f54ae504 use jack_client_internal_by_id() and dont use a loop. 14 years ago
  torben 5c8d4ff380 deliver BufferSizeChange event during jack_activate 14 years ago
  torben 8b7329c6a3 dont call jack_attach_port_segment() in jack_client_open_aux() 14 years ago
  torben fdd5866b92 send AttachPortSegment events during jack_client_activate 14 years ago
  torben d3b3fc2571 make jack_deliver_event not static, so we can access it from clientengine.c 14 years ago
  torben cb1c8fcb4f flags are ORed. fix docs. 14 years ago
  torben 190640f851 add suport for celt-0.8.x 14 years ago
  paul 27ea8647fa 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) 14 years ago
  paul 7a0d0310eb documentation tweaks (OR->AND, and comments on MIDI event ordering) 14 years ago
  paul 90d21fda70 rename example capture client as jack_rec, for consistency within jack1 and also with jack2, as per ticket 167 14 years ago
  paul ecbb69742e remove mention of "nice" from the sanitycheck output 14 years ago
  torben 9bb7999b7c fix the overly strict libjack search which also finds libjack.py 15 years ago
  paul 27910ac24b new MIDI "tracer" tool 15 years ago
  torben c48a65262a remove deprecated functions from netjack.c 15 years ago
  torben 89243cc360 remove global packet cache... thanks to vokimon 15 years ago
  torben 6e435d6c2a remove the pkt_buf field, which is obsoleted by the packet_cache 15 years ago
  torben 691bbd0b58 use a single celt_mode in the netj struct. 15 years ago
  torben 578a6424d2 fix src/celt memory leaks by David García Garzón 15 years ago
  torben 681367d61e initialise jitter_val. thanks to David David García Garzón 15 years ago
  torben 52db871370 remove comment from the already removed stack scribble 15 years ago
  torben 7a0fafede3 silence jack_info in jack_bufsize and jack_wait 15 years ago
  rncbc dea3585795 - Include a2j headers for `make dist`. 15 years ago
  torben 2691794f94 move stack touching into jack_thread_proxy 15 years ago
  torben 21c1b44223 fix complete fuckup with asymmetric chancounts in netsource (doh) 15 years ago
  torben 20c58349f8 propely zero out the command terminator 15 years ago
  torben 28fba5f2fc fix error checking, which puts jack into an undefined state in case of err. 15 years ago
  paul d49d645be7 bump version 15 years ago
  paul 516b34df44 remove cruft that should never have been added, again 15 years ago
  paul 3531259335 remove cruft that should never have been added 15 years ago
  paul 06bb812457 here is the a2j stuff just mentioned 15 years ago
  paul ca5bb796d3 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 15 years ago
  torben af2df52562 return True from sync_cb when not connected. 15 years ago
  torben 2a2057d6ab [alsa_io] fix absolute samplerate clampling 15 years ago
  torben 214e7723c3 set session dir correctly in the output of jack_session_notify 15 years ago