414 Commits (a2b543ecbd4c59052d567c9637a8a176b1ad694e)

Author SHA1 Message Date
  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
  paul e73479780c correct big-endian 24bit->float conversion in ALSA backend (#135) 16 years ago
  paul b879a610a3 check return result of engine->set_buffer_size() in all backends, so that if the user specifies -M <insane>, we fail cleanly rather than with a segfault; update man page with comments about -M values 16 years ago
  torben 7c7ca00b90 [netjack] use old incremental deadline scheme again 16 years ago
  paul 3695b9deae changes to make distcheck work correctly on linux & OS X 16 years ago
  torben 7246fa61e6 cleanups and removal of \n from jack_error calls mainly 16 years ago
  torben e51acbe00d this seems to be unnecesary. las... check on osx please. 16 years ago
  torben 7a34991749 remove occurences of alloca and remove some unused vars. 16 years ago
  torben c9e9255db5 call netjack_release during driver destruction 16 years ago
  torben b85a6210c4 change help text to celt kbits 16 years ago
  torben fd37c06bdb joerns commandline parameter sanity patch 16 years ago
  torben ad8c23db90 massage celt value, so it represents bandwidth in kbits 16 years ago
  torben 8c0ae4b0ca check samplerate in autoconfig packet. 16 years ago
  torben 6c9606e22c check sanity of autoconfig packet values. 16 years ago
  torben c54b6ffd68 make jitter val configurable... the connectscript will use this soon. 16 years ago
  torben 7b3a7901d2 cleanup... 16 years ago
  torben a60448b0a3 meh... inverse retval... 16 years ago
  torben 542dcd63e0 upss... need to evaluate netjack_poll return value 16 years ago