1540 Commits (a0f1dfdad2b99d5cfa925b693a9655e770a69293)
 

Author SHA1 Message Date
  Adrian Knoth a0f1dfdad2 Fix typo in manpage 13 years ago
  Paul Davis 912432d904 fix Makefiles and configure.ac to correctly include include/ in tarball; minor fix for python in tarball 13 years ago
  Paul Davis 2f460752ab bump protocol version to 25 to cover GetUUIDByClientName request, and increment version to 0.123.0 (API was already defined but implementation was missing, which seems like a special case of "changing the API" 13 years ago
  Paul Davis b3e91cd10a update jack_lsp manual page 13 years ago
  Paul Davis af82416a8b patch from Pawel X to implement jack_get_uuid_for_client_name() 13 years ago
  Paul Davis 60c3e5afe6 Merge pull request #3 from jackaudio/control_device_name_fixes 13 years ago
  Nedko Arnaudov e02d7358da We recommend using symbolic names like hw:Live but when subdevices are used 13 years ago
  Paul Davis 023c1f3e23 patch from ticket #228, to fix search for lsof(1) along PATH 13 years ago
  Paul Davis 547398c217 fix from ticket #294 to cover failed malloc caused by limits.conf being changed while jackd runs 13 years ago
  Paul Davis 63533686e5 compilation fixes for ffado backend 13 years ago
  Paul Davis 853c4b7201 compilation fixes for ffado backend 13 years ago
  Paul Davis 114d8172d6 handle latency callbacks before graph reorder callbacks, as per a recent (correct) change in jack2 13 years ago
  Paul Davis 3c13424307 compilation fixes for ffado backend 13 years ago
  Paul Davis 1783d24217 adjust driver/backend port latencies for both playback and capture ports in both directions, not just one 13 years ago
  Paul Davis 10df5ef3d3 use correct include path for new header structure 13 years ago
  Paul Davis 6e12e9a715 provide FFADO/firewire backend with its own latency callback, similar to recent modification to ALSA backend. Removed a couple of explicit calls to update port latencies, since the server will do this via the latency callback at the right times 13 years ago
  Paul Davis 2d5c792233 bump version 13 years ago
  Paul Davis 6ddbf81d14 add a latency callback to the ALSA backend, and ensure that the backend's latency callback, if it exists, is called after a buffer size change 13 years ago
  Paul Davis 71904890aa Merge branch 'master' of github.com:jackaudio/jack1 13 years ago
  Paul Davis 905372e4b7 use max (JACK_CLIENT_EVENT_TIMEOUT,command-line-client-timeout) for poll on event handling when in non-RT mode; tidy up error messages when something goes wrong with client event handling 13 years ago
  Paul Davis 91d2d75832 add internal function jack_event_type_name() for prettier error messages concerning client event handling 13 years ago
  Adrian Knoth 75e3e20bf9 firewire: Use update_port_latencies() in ffado_driver_attach 14 years ago
  Adrian Knoth b4e09a119c firewire: Move update_port_latencies() further up the file 14 years ago
  Adrian Knoth 6a7a11cec8 firewire: update latencies after setbufsize 14 years ago
  Adrian Knoth 20a3b3520a firewire: compile with FFADO versions < 9 again 14 years ago
  Paul Davis 598afcc2a7 Merge pull request #2 from adiknoth/ffado-update 14 years ago
  Paul Davis a2f0f3aa37 bump version to 0.122.0 14 years ago
  Paul Davis f44bb73f23 new jack_get_cycle_times() implementation from Fons Adriennsen, and improvements to DLL implementation, particularly post-freewheel, also by Fons 14 years ago
  Jonathan Woithe 025d3ad4d5 Support setbufsize in firewire driver 14 years ago
  Adrian Knoth 81e8f031a3 Update to recently updated submodule 14 years ago
  Paul Davis 9880e8dd2c Merge pull request #1 from adiknoth/master 14 years ago
  Adrian Knoth be34a7a9b6 Re-add missing fix for libsamplerate 14 years ago
  Paul Davis 4a08a409b6 finalize removal of timestamps code 14 years ago
  Paul Davis e97b82bc2d remove timestamps code - not used for years, and the kernel provides better instrumentation these days 14 years ago
  Paul Davis b30a46f2ee catch with public headers 14 years ago
  Paul Davis d2324c4cd2 put header-install stuff into top-level Makefile, after removing it from public headers 14 years ago
  Paul Davis 3aac458ec3 fix includes for osx specific file 14 years ago
  Paul Davis 550f528eb0 remember to build version.h in its new location 14 years ago
  Paul Davis 3cedd5d624 add .gitignore for include/ 14 years ago
  Paul Davis 1af4e2c897 version.h is a built file, so remove it from git mgmt 14 years ago
  Paul Davis e1576de744 port.h is not part of the public headers and so should not be included in doxygen config 14 years ago
  Paul Davis 53546e57b4 don't build version.h 14 years ago
  Paul Davis d094819df4 #include changes to reflect separation of public and private headers 14 years ago
  Paul Davis 46ef653917 move non-public headers out of jack/ and into include/; fix up source tree and configure.ac to reflect this change 14 years ago
  Nedko Arnaudov 416d4c38fa switch headers, tools and example clients to git submodules 14 years ago
  paul 97a283993a bump version 14 years ago
  paul 743b65b56f redesign thread calls and so forth to actually get this stuff right on OS X (maybe) ... about to test on Linux 14 years ago
  paul 1d45b5064b compilation fixes for client.c 14 years ago
  paul 38a26f5b91 fix up configure.ac to work on OS X after recent changes. it appears that attempting to -march is unwise on x86 OS X (at least on Tiger) 14 years ago
  paul 4f01be557a fairly drastic and deep cleanup of client thread code in an effort to fix inconsistent handling of the return value from a process() callback; actually deprecate jack_thread_wait() in the same way jack2 does 14 years ago