1348 Commits (27ea8647fa6a1d399c4620278bdece6c20caec2c)
 

Author SHA1 Message Date
  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) 15 years ago
  paul 90d21fda70 rename example capture client as jack_rec, for consistency within jack1 and also with jack2, as per ticket 167 15 years ago
  paul ecbb69742e remove mention of "nice" from the sanitycheck output 15 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
  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
  paul e73479780c correct big-endian 24bit->float conversion in ALSA backend (#135) 15 years ago
  Torben Hohn 0570cb61f9 remove the rename struct from jack_request_t 15 years ago
  Torben Hohn 0618173e5b Merge branch 'master' into jack-session2 15 years ago
  torben 066a492e64 some more jack_client_new i had missed. 15 years ago
  Torben Hohn b7f11d9264 some more jack_client_new i had missed. 15 years ago
  Torben Hohn 726a93311a remove jack_rename_client 15 years ago
  Torben Hohn 04a474857b add jack_simple_session_client to build system. 15 years ago
  Torben Hohn bcde71b67d use new jack_session_event_free() in simple_session_client.c 15 years ago
  Torben Hohn 86ff334195 add jack_session_event_free() and dont free it in jack_session_reply() 15 years ago
  Torben Hohn 002aba1eda remove a crashed client, from the number of pending replies. 15 years ago