1358 Commits (f20a8ae4972fd1a9da162a723cbf9a12cfd7c67c)
 

Author SHA1 Message Date
  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 14 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
  rncbc fe31c07fc2 [rpm spec] session management insfrastruture introduced 15 years ago
  torben 31a0a61695 fix simple_session_client providing wrong commandline. 15 years ago
  torben 22822b9c15 dont consider clients without RT thread for process cycle. 15 years ago
  paul 3f46ce7fcc removed new directories mistakenly added 15 years ago
  torben 829ada6c14 remove the python sm ... got its own repo now. 15 years ago
  torben fcf93d7a88 Merge branch 'jack-session2' into session-rebase 15 years ago
  torben cf530808c9 add session notification infrastructure 15 years ago
  Torben Hohn 0ba6b50fee a bit of doc patches 15 years ago
  Torben Hohn d26cc81ae0 restructure sessionmanager.py a bit and add setup.py and dbus .service file 15 years ago
  Torben Hohn 9ba49a1b6e add future field to event struct, and JackSessionNeedTerminal 15 years ago
  paul 8d03e26ceb license changes : shm.c goes frm GPL to LGPL (agreed by JOQ via email); add license info to a couple of other files 15 years ago
  torben 2efff4ed0c fix alsa driver null cycle. 15 years ago
  Torben Hohn f9545581f7 add jack_client_get_uuid() and fix stuff for multiclient 15 years ago