Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 6114db3 lars luthman's BBT offset patch, plus a new experimental, analogous video offset for jack_position_t by pbd 2006-05-15 21:32:08 +0000
  • be3bfa5 add missing file by pbd 2006-05-15 20:32:23 +0000
  • 8dbdcec reworked config headers etc; rework clockfix patch; exit if -R requested but unobtainable by pbd 2006-05-15 17:14:15 +0000
  • 7e8cf3c reworked config headers etc; rework clockfix patch; exit if -R requested but unobtainable by pbd 2006-05-15 17:12:44 +0000
  • 2e06b7b FreeBob backend changes: - renamed the parameters for more consistency with the other backends - made the realtime behaviour & priority of the libfreebob code dependant on the realtime state of jackd. - updated code to reflect changes in libfreebob API - minor code cleanups by pieterpalmers 2006-05-15 00:03:47 +0000
  • 331aeac no error if ALSA has no control device, jack_lsp shows port type, jack_server_dir fix by pbd 2006-05-04 17:29:01 +0000
  • 2aa634a * JACK MIDI patch from Ian Esten * COMPLEX_MMAP patch for ALSA driver from Frank van der Pol * BIG_ENDIAN patch by A. Steinmetz with followup patch by M. Habets for ALSA backend (allows JACK to run on devices like M-Audio Audiophile USB that only support big endian sample formats), modified and fixed by me * remove unused argument from jack_shmalloc to ease x86_64 errors * fixes to printf formatting and on x86_64 * fix argument signedness warnings from gcc4 by pbd 2006-05-04 15:14:45 +0000
  • e064f46 .cvsignore updates by joq 2006-04-22 02:28:49 +0000
  • 66cb084 [0.101.4] misc minor cleanup: man page updates fix bug with --name parameter add freebob to "jackd --help" list of backends make "alsa" the default backend when it and "freebob" both present by joq 2006-04-22 02:21:40 +0000
  • 888beff Synchronization with the jackdmp coreaudio driver version: improve half-duplex management by letz 2006-04-12 19:47:38 +0000
  • c09e10c Synchronization with the jackdmp coreaudio driver version: improve half-duplex management by letz 2006-04-12 19:39:55 +0000
  • b28337f - small modification to freebob backend to sync up with changed library interface by pieterpalmers 2006-04-12 19:27:58 +0000
  • 2a7632e Fixed coreaudio driver to use native endianess. Thanks sletz. by trutkin 2006-03-23 01:31:08 +0000
  • 263a884 - Fixed an error in configure.ac introduced by the previous commit and preventing jackd to be built without the FreeBob backend/libraries. by pieterpalmers 2006-03-19 13:04:28 +0000
  • 617eb45 - Added FreeBob backend code - Modified autoconf/automake files to include FreeBob backend - Bumped version to 0.101.0 by pieterpalmers 2006-03-19 12:34:20 +0000
  • a626df0 - Generic improvements for --enable-dynsimd framework - Fixes for x86-64 SIMD support (thanks to John Rigg) by sonarnerd 2006-01-03 21:10:49 +0000
  • 5f99594 CoreAudio driver: add -d parameter to display avilable Coreaudio devices by letz 2005-12-20 12:03:54 +0000
  • 7d34e50 Remove support for x86_64 as it seems to be broken by sonarnerd 2005-12-11 18:51:32 +0000
  • 2c3fb75 * drivers/alsa/usx2y.c: avoid crackles when playback ports are disconnected; other changes cleanup unneeded things a bit. by rncbc 2005-10-30 11:01:31 +0000
  • d8a9b6d - note about copyright statements: contributors should not only update AUTHORS, but also add their names to the copyright statements in individual source files - paul and joq are now both mentioned as "official" reviewers for patches sent to jackit-devel - added note concerning use of non-{POSIX,ANSI-C} interfaces: ""if use of other interfaces is absolutely needed, it should be made optional in the build process (via a configure switch for example)."" - formatted with restructured text by kaiv 2005-09-11 12:34:41 +0000
  • 41130ca Updated email address for sending updates. Update to one TODO item. by kaiv 2005-09-11 12:22:10 +0000
  • 0fd4fb7 Fixed --enable-dynsimd parts to work with latest gcc releases when using -march=pentium4 by sonarnerd 2005-09-10 23:58:43 +0000
  • 4f0b401 Print out detected CPU features when using --with-dynsimd by sonarnerd 2005-09-10 08:10:52 +0000
  • 196eb3e SSE and E3DNow! mixing support with new config option --enable-dynsimd by sonarnerd 2005-09-04 19:50:57 +0000
  • 4db41b8 CoreAudio driver: Remove get_device_id_from_num, use get_default_device instead. If the -n option is not used or the device name cannot be found, the default device is used. Note: the default device can be used only if both default input and default output are the same. by letz 2005-08-23 07:31:07 +0000
  • a021a64 Remove get_device_id_from_num, use get_default_device instead. If the -n option is not used or the device name cannot be found, the default device is used. Note: the default device can be used only if both default input and default output are the same. by letz 2005-08-23 07:30:39 +0000
  • f506c97 Make channels 3+4 of US428 work. by rncbc 2005-08-22 20:48:24 +0000
  • a17733a [0.100.2] Extend JACK_DRIVER_PARAM_STRING_MAX from 31 to 63 for CoreAudio driver -n parameter by letz 2005-08-16 10:53:06 +0000
  • de5612b Extend JACK_DRIVER_PARAM_STRING_MAX from 31 to 63 for CoreAudio driver -n parameter by letz 2005-08-16 10:42:58 +0000
  • 0c84ea2 Add missing include for OSX by letz 2005-06-15 16:14:32 +0000
  • e300729 * Attempt to let client timeout option work again on realtime mode. by rncbc 2005-06-15 09:28:39 +0000
  • b41fa58 Changed to let jackd quit gracefully, when e.g. usb soundcard or power cable is unplugged. This adds to general correctness as it passes the error status to the caller, which does not happen for the nframes == 0 case without it. by rncbc 2005-06-15 09:21:31 +0000
  • 7e664ba Attempt to let client timeout option work again on realtime mode. by rncbc 2005-06-15 09:18:40 +0000
  • 979dba7 Since the -I parameter is not used anymore, rename the systemic latencies management parametes -I and -O like for the ALSA driver by letz 2005-06-14 13:43:33 +0000
  • 157aee1 restored char c = 0; ifndef'd out. by trutkin 2005-06-10 14:00:20 +0000
  • 209ea7b usx2y: Null-cycle warning message is now issued iwhen on verbose mode only. by rncbc 2005-06-09 22:10:35 +0000
  • 41f7f23 Changed version to 0.100.0 by trutkin 2005-06-09 18:23:49 +0000
  • b2c3d92 Fixed compile warning. by trutkin 2005-06-09 18:16:09 +0000
  • 8a848af Remove the -I parameter, change the semantic of -n parameter : -n (driver name) now correctly uses the PropertyDeviceUID (persistent accross reboot...) as the identifier for the used coreaudio driver by letz 2005-06-09 18:05:40 +0000
  • 0074dc3 [0.99.75] do not repeat frame on transport start by joq 2005-06-07 04:19:10 +0000
  • 2c2d2f7 Detect missing readline headers. by trutkin 2005-06-03 20:16:18 +0000
  • 99fcf57 Build fix so that alsa doesn't have to be manually disabled on systems lacking it. by trutkin 2005-06-02 19:18:54 +0000
  • 2984b06 0.99.74 : Compilation on OSX Tiger by letz 2005-06-01 08:05:31 +0000
  • 71f5e3e Updated version - OSS driver update by sonarnerd 2005-05-14 18:45:12 +0000
  • 57f6f46 - Support for I and O options to set additional latency - Code cleanups by sonarnerd 2005-05-14 18:30:14 +0000
  • f14c95e Add "systemic" latencies management. by letz 2005-05-11 13:39:27 +0000
  • cb4b181 Add "systemic" latencies management. by letz 2005-05-11 13:30:06 +0000
  • 9116292 fix xrun-before-first-process-cycle crash; add jack_recompute_total_latencies by pbd 2005-05-11 02:06:47 +0000
  • b2ef2dc configure fix for buffer resize, fix ALSA backend port latencies, add -I and -O to ALSA backend by pbd 2005-05-10 03:21:18 +0000
  • e8eb4bb fixes/cleanups/improvements to thread scheduling changes by pbd 2005-04-15 21:27:15 +0000
  • 5ed969e changes to jack_thread_create to support proper assignment of capabilities; revert freewheeling changes; do not allow watchdog to kill stuff when freewheeling by pbd 2005-04-15 16:59:59 +0000
  • 67bbac8 Updated for version 0.99.54 by letz 2005-03-23 09:34:10 +0000
  • 15d1fa5 [0.99.54] fix jack_port_by_name() memory leak by joq 2005-03-22 16:16:51 +0000
  • 9df4f74 fix reacquisition of RT scheduling after freewheel mode; cleanup memory unlocking debug output by pbd 2005-03-20 18:03:09 +0000
  • 49c207e [0.99.52] update minor version by joq 2005-03-17 19:50:50 +0000
  • a0124e1 fixed port monitor option in alsa driver. also fixed some possible corner case problems with buffer offset handling by essej 2005-03-16 21:19:31 +0000
  • 071960f [0.99.51] fix x86_64 optimization parameters by joq 2005-03-02 15:08:06 +0000
  • 42cf577 [0.99.50] check for ALSA package >= 1.0.0 by joq 2005-02-07 18:07:44 +0000
  • c4543ca Fix several driver detection bugs on OSX. by letz 2005-02-03 10:20:12 +0000
  • 28ec859 Cleanup by letz 2005-02-03 10:19:15 +0000
  • 77761e7 Remove uneeded log messages. by letz 2005-01-28 08:41:38 +0000
  • 42c0da7 Fixed makefile support for coreaudio driver. by trutkin 2005-01-25 16:07:09 +0000
  • d96f700 Add the missing JCALog function by letz 2005-01-25 15:09:21 +0000
  • c02b49e Change EventType to JackEventType to avoid a name conflit on OSX by letz 2005-01-25 14:46:03 +0000
  • 56bd281 Updated for coreaudio driver compilation by letz 2005-01-24 10:34:38 +0000
  • 2fed527 Coreaudio driver implementation using AUHAL audio unit. When available, stream names are now displayed in jack port names. by letz 2005-01-24 10:21:26 +0000
  • bf993b5 Implementation using AUHAL audio unit. When available, stream names are now displayed in jack port names. by letz 2005-01-24 10:20:49 +0000
  • 9160856 Files removed: implementation now completey done in coreaudio_driver .h .c files by letz 2005-01-24 10:19:09 +0000
  • 6e1928f [0.99.48] fix segfault on jack_deactivate() by joq 2005-01-19 16:08:15 +0000
  • eb7b500 [0.99.47] DLL fix from Fons by joq 2005-01-16 23:21:11 +0000
  • 6869734 Appended newline to usx2y_driver_null_cycle message. by rncbc 2005-01-16 21:30:11 +0000
  • eac864c Added missing jack/statistics.h to devel package. by rncbc 2005-01-16 21:28:42 +0000
  • f12d530 [0.99.46] several small changes by joq 2005-01-16 01:56:45 +0000
  • 216098b Remove OSX specific code for shm segment management not needed anymore by letz 2005-01-13 11:43:11 +0000
  • b2f3506 0.99.45 : Remove OSX specific code for shm segment management not needed anymore by letz 2005-01-13 11:42:53 +0000
  • e5eb4cc Make mode printout clearer by sonarnerd 2005-01-11 18:55:23 +0000
  • 64e352f Print out execution mode by sonarnerd 2005-01-11 18:54:21 +0000
  • 5d38699 [0.99.44] ALSA driver bug fixes: + format search problem introduced yesterday + bug:00031 "crash when using more than 32 channels" by joq 2005-01-03 00:15:31 +0000
  • d9e09d6 add CVS id tag by joq 2005-01-02 15:22:48 +0000
  • 2dd1f94 [0.99.43] force minimum value of -n2 by joq 2005-01-01 16:36:53 +0000
  • fcda491 update alsa_driver to release 1.0 SW/HW param interface by joq 2005-01-01 16:11:20 +0000
  • 284d80c [0.99.42] move several function prototypes to statistics.h by joq 2004-12-31 23:57:21 +0000
  • 1ebce23 correct help message for --enable-optimize by joq 2004-12-31 14:44:19 +0000
  • ff3f9aa jack.spec update from Rui by joq 2004-12-29 14:21:18 +0000
  • a426ef1 [0.99.41] US-X2Y USB device support & delayed_usecs statistics by joq 2004-12-28 05:51:58 +0000
  • 14ee88b [0.99.41] delayed_usecs statistics by joq 2004-12-28 05:51:23 +0000
  • 3416408 [0.99.41] US-X2Y USB device support by joq 2004-12-28 05:50:18 +0000
  • 7eede4c clean up OSX compile warnings by joq 2004-12-27 02:05:31 +0000
  • 898c65f [0.99.40] POSIX shm workarounds for OSX by joq 2004-12-26 05:23:02 +0000
  • 5246f2a [0.99.39] multiserver POSIX shm fixes by joq 2004-12-25 18:39:44 +0000
  • acf0bce [0.99.38] more SHM changes by joq 2004-12-23 23:48:25 +0000
  • 2537ca1 Correct bug in dynamic buffer size change : update period_usecs by letz 2004-12-23 09:31:41 +0000
  • 2288263 Put get_device_id_from_num in driver_initialize to get a default value for AudioDeviceID by letz 2004-12-21 16:19:01 +0000
  • 5709104 cleaner protocol version check by joq 2004-12-21 15:03:51 +0000
  • 56dfc08 [0.99.37] better jack_client_open() error checking by joq 2004-12-21 03:50:47 +0000
  • 69e6676 new DLL-based frame timer implementation; use shutdown(2) by pbd 2004-12-19 18:41:29 +0000
  • 149899b minor doc update by joq 2004-12-17 16:09:43 +0000
  • 17623df [0.99.35] always ftruncate() POSIX shm registry by joq 2004-12-13 19:39:54 +0000
  • 272d1f7 Fix for VERBOSE() by trutkin 2004-12-13 17:20:39 +0000
  • edf8df9 [0.99.33] explicitly set server name for auto start by joq 2004-12-12 20:00:38 +0000