5b65011print ALSA driver latency when reporting driver config by
pieterpalmers
2007-11-21 11:04:28 +0000
65b4ed8Work around bug where the playback ports are not registered when there is already a capture port with the same name registered by
pieterpalmers
2007-11-21 10:11:42 +0000
35620a4fix rpm packaging/make dist issue by
paul
2007-11-01 11:02:39 +0000
de8df4bProject updated by
sletz
2007-10-03 12:38:55 +0000
6c59e03Project updated by
sletz
2007-10-03 11:38:54 +0000
b6b8d2cchange version number for last fix by
paul
2007-10-02 13:32:40 +0000
a6fbf1cfix incorrect invocation of process() caused by pollfd[WAIT_POLL_INDEX].revents containing POLLIN bits by
paul
2007-10-02 13:30:13 +0000
4ea965cremoved wrong assert from alsa_seqmidi.c reported by Ken Ellinwood by
dsbaikov
2007-09-21 22:14:24 +0000
b3edf63Minor cleanups in alsa-midi code. by
dsbaikov
2007-09-21 21:57:03 +0000
efbf4e1Playback-only fix for alsa-midi from Lars Luthman by
dsbaikov
2007-09-21 21:33:36 +0000
c547269midi note-off normalization fix from Dave Robillard by
dsbaikov
2007-09-21 21:26:23 +0000
2027750- port latency options from freebob backend to firewire backend by
pieterpalmers
2007-09-08 11:05:17 +0000
9d9f068Disable software mixing and samplerate conversions on OSS 4.x by
sonarnerd
2007-09-08 09:48:06 +0000
a16d5e2fixes from clemens for appallingly illegal use ALSA API by
paul
2007-08-09 15:49:06 +0000
04df432- Add support for proper triggering in OSS driver when in full duplex mode - Move inline asm SIMD functionality to a separate source file by
sonarnerd
2007-06-12 20:46:40 +0000
5793015Fixed alsamidi "disappearing output" bug. by
dsbaikov
2007-06-10 18:46:08 +0000
156b955fix up port connection notification design; extend evmon client to test it by
paul
2007-06-08 13:11:58 +0000
ee7e785add port connect callback, add per-port update total latency, fix (?) compiles against alsa-midi on x86_64 and other platforms by
paul
2007-06-08 03:18:18 +0000
9152ef1bump version to reflect change in engine shared memory data structure by
paul
2007-06-07 13:11:24 +0000
581f790add -Z flag to cancel zombification on timeout by
paul
2007-06-07 01:13:48 +0000
fbf63c5- Introduce jackmidi handling of FireWire hardware MIDI ports. This can be chosen instead of the ALSA SEQ handling of the MIDI ports. Note that this implementation has severe issues regarding timing, since libfreebob doesn't provide/use the timestamps for the MIDI events. The ALSA SEQ backend solves this by polling to see if there are events received, and they are handled ASAP. The jackmidi approach inherently postpones processing of midi events to period boundaries. by
pieterpalmers
2007-05-27 21:08:35 +0000
e14a446- add headers for API functions used in the included functions - s/printf/jack_error by
pieterpalmers
2007-05-27 20:57:54 +0000
0f709b8turn on static libs to avoid libalsamidi mess; updated jackd man page to reflect USB -n 3 setting; make /dev/shm the default tmpdir by
paul
2007-05-21 21:18:50 +0000
9638e0b- Introduce jack backend for FFADO with the name 'firewire'. (experimental) - bump version to 0.105.1 by
pieterpalmers
2007-05-17 21:30:12 +0000
2cef573fix deallocation segfault in freebob backend by
pieterpalmers
2007-05-17 21:28:33 +0000
fa747e6Stop midi driver if audio restart failed. by
dsbaikov
2007-05-11 20:50:06 +0000
31fe9e4Do not restart midi driver during xrun recovery. by
dsbaikov
2007-05-09 23:07:42 +0000
0fba468Turned alsa-midi into internal static library. by
dsbaikov
2007-05-09 22:53:39 +0000
f37b7ccMerged MIDI branch into the trunk. by
dsbaikov
2007-05-06 21:15:00 +0000
5e37ca6first pass at implementing port aliases (2 port port, 1 set by jackd) plus standard backend port names using system:(playback|capture)_N by
paul
2007-04-27 01:14:56 +0000
8c67800remove all CVS Id lines from source and headers by
paul
2007-04-18 16:53:03 +0000
4b1e592add new client registration callback (protocol and library version incremented) by
paul
2007-04-18 16:46:14 +0000
1cccfa6add example client for jack_thread_wait() by
paul
2007-04-17 19:41:07 +0000
9121e36new thread_wait implementation to better match the specs; add JACK_PROMISCUOUS_SERVER handling (any user can connect to jackd, if umask of starting user was correct) by
paul
2007-04-17 18:47:57 +0000
4b06ef1bump library version by
paul
2007-04-16 01:39:59 +0000
d994308remove port_(un)lock functions; add dmitry's new time APIs (jack_get_time, jack_frame_to_time, jack_time_to_frame); fix for enabling big-endian 16bit format discovery; depracate jack_client_new in the docs; patch for man page re: period size and power of two sizing by
paul
2007-04-16 01:29:50 +0000
df3d1b4implement fons' jack_thread_wait API along with internal design changes to support both models (callback and wait) with the same code; fix for use of snd_pcm_link (from takashi); change mem alignment to 64 for better SIMD optimization by
paul
2007-04-15 16:05:48 +0000
c777318bump version by
paul
2007-02-24 00:01:25 +0000
18b1810fix for half-baked clock_gettime test in configure.ac; fix divide-by-zero error by no longer incrementing the frame counter in the event of an xrun/backend reset by
paul
2007-02-23 23:49:09 +0000
3612f9ddetermine jackd "tmpdir" directory at run time by executing jackd -l; fix spelling mistake in configure.ac relating to clock_gettime() by
paul
2007-02-23 19:23:07 +0000
3dfe40e- removed some more unnecessary headers by
pieterpalmers
2007-02-03 11:09:34 +0000
23085f5- enable midi by default (disabled by previous commit) by
pieterpalmers
2007-02-03 11:06:15 +0000
e84764f- compile warning cleanup - removed unnescessary headers - fixed compilation issue when compiling without midi support by
pieterpalmers
2007-02-03 11:04:14 +0000
855ceff* fix/extension of 0.102.30 commit by
pieterpalmers
2007-02-01 15:19:00 +0000
a229af9configure.ac: - Version bump to 0.102.30 by
pieterpalmers
2007-02-01 14:22:13 +0000
cffacd1added -lpthread to jack.pc so that builds of clients will find pthreads even if they don't use it themselves by
paul
2007-01-16 20:21:59 +0000
0c81e2ar6018@lithium: joq | 2007-01-14 22:51:23 -0600 check for null watchdog pointer on exit by
joq
2007-01-15 04:52:27 +0000
3ad383eNew project for XCode 2.4 by
sletz
2007-01-09 10:32:24 +0000
b803103r5512@lithium: joq | 2006-12-12 09:01:30 -0600 memory leak fix from Tom Szilagyi by
joq
2006-12-12 15:03:31 +0000
d9fdc11Fix for drivers/alsa/usx2y interleave skip handling, should also take care of 122s & 224s. Without this, rawusb mode is just a noise generator :) by
rncbc
2006-11-29 20:06:36 +0000
0151012r5333@lithium: joq | 2006-11-22 13:53:19 -0600 MIDI patches from Dmitry Baikov by
joq
2006-11-22 19:55:56 +0000
03e8824[0.102.26] detach patch from Jamie Gennis; call freebob_streamin_finish at driver_finish time by
wagi
2006-11-21 22:45:48 +0000
28b636fr5291@lithium: joq | 2006-11-08 12:54:28 -0600 avoid internal interface in lsp example client by
joq
2006-11-08 18:55:44 +0000
2a585a3r5289@lithium: joq | 2006-11-08 12:24:38 -0600 do not delete file on exit from capture_client by
joq
2006-11-08 18:28:15 +0000
0df78b9HPET fixes/improvements, bumped the version by
sonarnerd
2006-11-03 22:44:41 +0000
6139e56- Handle 32-bit counter wrap - Handle both 32- and 64-bit counters - Clean up by
sonarnerd
2006-11-03 18:09:23 +0000
34d9717Use 32-bit reads on HPET on 32-bit platforms. 64-bit reads should be OK on x86-64 and for example Intel ICH7. by
sonarnerd
2006-10-25 18:17:45 +0000
5d89e1d[0.102.23] jack_midiseq patch from Dave Robillard; fix doxygen warning messages by
joq
2006-10-16 23:56:11 +0000
897c6ecr5142@lithium: joq | 2006-10-11 13:08:23 -0500 [0.102.22] /etc/jackdrc patch from Federico Grau by
joq
2006-10-11 18:09:45 +0000
b5fed7er5140@lithium: joq | 2006-10-11 12:35:24 -0500 [0.102.21] pkg-config bug workaround from Simon Jenkins by
joq
2006-10-11 17:37:48 +0000
f31ca67name fix for hw monitoring function plus fix for RME "mixer" control (from nick mainsbridge by
paul
2006-08-29 15:21:17 +0000
26f15d8r3414@lithium: joq | 2006-07-04 12:13:49 -0500 use EXTRA_DIST for jack.xcode by
joq
2006-07-04 17:15:13 +0000
d773affmake distcheck fixes by
joq
2006-07-04 16:31:42 +0000
3ff26b7r3407@lithium: joq | 2006-07-03 22:43:09 -0500 move install prefix to end of config output by
joq
2006-07-04 03:44:22 +0000
a660cfar3404@lithium: joq | 2006-07-03 22:12:27 -0500 add TAGS to svn:ignore by
joq
2006-07-04 03:16:19 +0000
2fad5a6Added memops.h to Makefile.am so it'll be included in dist. by
trutkin
2006-06-15 01:46:44 +0000
8564994[0.102.15] work around PKG_CHECK_MODULES() bug by
joq
2006-06-09 14:00:39 +0000
cf67d0b[0.102.14] * halve JACK_THREAD_STACK_TOUCH to 500000 * increase default --port-max option from 128 to 256 by
joq
2006-06-06 23:13:18 +0000
298fded[0.102.13] good old fix about jack_watchdog killing the whole process group instead of the nearest offending client, which is by far a much more reasonable approach IMNSHO. Without this one, and while using QjackCtl under KDE as it seems, jack_watchdog will most likely tear the X server down, not just jackd and some of its clients as originally intended. by
rncbc
2006-06-06 22:49:51 +0000
b3f413e[0.102.12] RPM spec file update: adds missing JACK MIDI files on the devel and example-clients packages and set the build for tmpdir to /dev/shm as default. by
rncbc
2006-06-06 22:43:57 +0000
c0a891bremove override of environment CFLAGS settings by
paul
2006-06-05 18:04:49 +0000
9293b65- added libfreebob API version check to the freebob backend by
pieterpalmers
2006-06-05 14:04:32 +0000
6e8b863[0.102.10] increment JACK_PROTOCOL_VERSION to 16 by
joq
2006-05-31 23:41:02 +0000
2496df2- minor change in freebob backend command line options the -d option now takes a 'hw:port[,node]' string as argument instead of a single number. More flexible and consistent with the alsa backend. - version bump to 0.102.9 by
pieterpalmers
2006-05-31 10:12:05 +0000
ca6e97fFirst import by
sletz
2006-05-31 08:38:07 +0000
c5785a6Apply Rui patch for more consistent driver parameter naming. by
sletz
2006-05-31 08:37:31 +0000
9ada7a1Apply Rui patch for more consistent driver parameter naming. by
sletz
2006-05-31 08:36:49 +0000
f671484- Cleanup of leftover debug messages in the freebob backend - libfreebob changed to be verbose only when jackd is verbose - Upgrade freebob requirement to 0.9.2 - Version bump 0.102.7 by
pieterpalmers
2006-05-27 11:00:19 +0000
2193fa1bump the version number by
paul
2006-05-25 14:50:48 +0000
523fa3edrobilla's MIDI patch, plus a tiny big/little endian fix for the ALSA backend by
paul
2006-05-25 14:01:10 +0000
d8f4449Document sample rate default value. by
letz
2006-05-17 22:00:05 +0000
95870e9Minor fix in driver_initialize. by
letz
2006-05-17 07:14:47 +0000
2dca43c- modified configure.ac to require libfreebob 0.8.2 - FreeBob backend: changed the default values for samplerate and period size to be equal to those of the alsa backend (i.e. -r48000 & -p1024) by
pieterpalmers
2006-05-16 16:32:07 +0000
2ed25baadd new file by
pbd
2006-05-16 16:15:03 +0000
b58cca6add new file by
pbd
2006-05-16 16:04:31 +0000
3a711a1add missing file by
pbd
2006-05-16 15:59:29 +0000
8760fe9changes to transport utils to use video and BBT offset info by
pbd
2006-05-15 22:21:26 +0000
f28c46alars luthman's BBT offset patch, plus a new experimental, analogous video offset for jack_position_t by
pbd
2006-05-15 21:39:11 +0000