432 Commits (7debbc1a413c7ec0f2e426db4dee65ec9318af76)

Author SHA1 Message Date
  Paul Davis 39e0d9dd78 ALSA backend: fall back on previous successful configuration if a new one fails 12 years ago
  Paul Davis 92468acc96 remove inexplicable cruft from error message 12 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 63533686e5 compilation fixes for ffado backend 13 years ago
  Paul Davis 853c4b7201 compilation fixes for ffado backend 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 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
  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
  Jonathan Woithe 025d3ad4d5 Support setbufsize in firewire driver 14 years ago
  Paul Davis d094819df4 #include changes to reflect separation of public and private headers 14 years ago
  paul f0d10e8cbe compile fixes for OS X: remove double linkages to libjack + libjackserver, remove reference to client->control->nframes, add required compiler flags to get weak linkage to work 14 years ago
  sonarnerd d6b0d3db36 Fix a call to yet undefined engine instance 14 years ago
  paul 88d56dd325 enable JACK to function on SH4 architectures (ticket #224) 14 years ago
  torben 639a9363da [netjack] fix occurences of jack_get_time which were hiding below driver 14 years ago
  torben 70adc7d48a [controlAPI] add libjack* linkage to net, oss and firewire driver 14 years ago
  torben 0cdc3916cd fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCAL 14 years ago
  torben a16492b689 fix Makefiles to reference libraries things depend on. 14 years ago
  torben 7db4be8055 [controlAPI] adjust parameter definitions in oss driver for changed struct 14 years ago
  torben 71afbc6f28 [alsa-midi] add basic alsa-seq midi slave driver 14 years ago
  paul 043b3924c3 if an ALSA device cannot be opened because its busy, try to use lsof(1) to determine which processes have the device open, and show that list to the user. Heuristic, because we don't know which /dev files map to a given ALSA device name, so test them all 15 years ago
  torben 51310fc126 [alsa] fix whitespace from previous commits. 15 years ago
  torben ed63256c9e [alsa] initialise driver->read_via_copy also for cap PCM_FORMAT_FLOAT_LE 15 years ago
  torben 5d954da0a6 [alsa] remove useless copy function. 15 years ago
  torben b1d74e2364 [alsa] fix initialisation of io functions for capture only mode 15 years ago
  torben b08c3368e6 [alsa] fix missing - in -EPIPE 15 years ago
  torben ea404f416e [latency api] change backend code to use jack_set_latency_range() 15 years ago
  torben df44a976e1 dummy driver: in case of xrun, reset timestamps. 15 years ago
  torben 04ec3a27fa allow recovery when alsa_pcm is in suspended state. 15 years ago
  torben 096e6eaca0 fix dummy driver freewheeling. 15 years ago
  torben 190640f851 add suport for celt-0.8.x 15 years ago
  paul 7a0d0310eb documentation tweaks (OR->AND, and comments on MIDI event ordering) 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
  rncbc dea3585795 - Include a2j headers for `make dist`. 15 years ago
  paul 516b34df44 remove cruft that should never have been added, again 16 years ago
  paul 3531259335 remove cruft that should never have been added 16 years ago
  paul 06bb812457 here is the a2j stuff just mentioned 16 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 16 years ago
  torben 2efff4ed0c fix alsa driver null cycle. 16 years ago