summaryrefslogtreecommitdiff
path: root/jack
Commit message (Expand)AuthorAgeFilesLines
* mark clients Finished after process has been called; remove clients that do n...paul2008-05-092-1/+2
* * Documentation for jack_port_register() wasn't mentionning JACK_DEFAULT_MIDI...marco2008-04-131-1/+1
* More documentation in jack.hsletz2008-04-021-11/+34
* Version 0.109.8 : new thread modelsletz2008-03-123-0/+12
* fix typo (thx donfede)pieterpalmers2008-03-101-1/+1
* Version 0.109.4 : Nedko Arnaudov log patchsletz2008-03-042-0/+17
* increment watchdog timeout to 10 secs to accomodate the long startup of some ...pieterpalmers2008-01-101-1/+1
* Fix bad behavior when jack clients return a nonzero value in their process ca...pieterpalmers2007-12-281-0/+1
* update the munge fix to not use static variables.pieterpalmers2007-12-281-1/+6
* Commit of Aug 26, 2007 patch by Nedko Arnaudov.pieterpalmers2007-12-282-1/+2
* - Add support for proper triggering in OSS driver when in full duplex modesonarnerd2007-06-121-2/+9
* fix up port connection notification design; extend evmon client to test itpaul2007-06-082-2/+2
* add port connect callback, add per-port update total latency, fix (?) compile...paul2007-06-083-7/+44
* add -Z flag to cancel zombification on timeoutpaul2007-06-071-1/+3
* Merged MIDI branch into the trunk.dsbaikov2007-05-062-21/+8
* first pass at implementing port aliases (2 port port, 1 set by jackd) plus st...paul2007-04-274-0/+36
* remove all CVS Id lines from source and headerspaul2007-04-1822-22/+0
* add new client registration callback (protocol and library version incremented)paul2007-04-183-3/+32
* new thread_wait implementation to better match the specs; add JACK_PROMISCUOU...paul2007-04-171-27/+2
* remove port_(un)lock functions; add dmitry's new time APIs (jack_get_time, ja...paul2007-04-162-36/+34
* implement fons' jack_thread_wait API along with internal design changes to su...paul2007-04-151-0/+37
* r5333@lithium: joq | 2006-11-22 13:53:19 -0600joq2006-11-222-23/+24
* [0.102.17] limit timeout with -R to 5 secjoq2006-06-201-0/+2
* drobilla's MIDI patch, plus a tiny big/little endian fix for the ALSA backendpaul2006-05-251-58/+75
* lars luthman's BBT offset patch, plus a new experimental, analogous video off...pbd2006-05-151-5/+39
* reworked config headers etc; rework clockfix patch; exit if -R requested but ...pbd2006-05-153-0/+18
* no error if ALSA has no control device, jack_lsp shows port type, jack_server...pbd2006-05-042-2/+2
* * JACK MIDI patch from Ian Estenpbd2006-05-048-16/+203
* - Generic improvements for --enable-dynsimd frameworksonarnerd2006-01-031-3/+4
* Remove support for x86_64 as it seems to be brokensonarnerd2005-12-111-2/+3
* * drivers/alsa/usx2y.c: avoid crackles when playback ports arerncbc2005-10-301-0/+1
* Fixed --enable-dynsimd parts to work with latest gcc releases when using -mar...sonarnerd2005-09-101-2/+2
* SSE and E3DNow! mixing support with new config option --enable-dynsimdsonarnerd2005-09-041-0/+46
* Make channels 3+4 of US428 work.rncbc2005-08-221-0/+8
* Extend JACK_DRIVER_PARAM_STRING_MAX from 31 to 63 for CoreAudio driver -n par...letz2005-08-161-1/+1
* fix xrun-before-first-process-cycle crash; add jack_recompute_total_latenciespbd2005-05-112-1/+7
* fixes/cleanups/improvements to thread scheduling changespbd2005-04-151-6/+6
* changes to jack_thread_create to support proper assignment of capabilities; r...pbd2005-04-152-3/+15
* fix reacquisition of RT scheduling after freewheel mode; cleanup memory unloc...pbd2005-03-201-0/+6
* Change EventType to JackEventType to avoid a name conflit on OSXletz2005-01-251-2/+2
* [0.99.44] ALSA driver bug fixes:joq2005-01-032-0/+113
* [0.99.42] move several function prototypes to statistics.hjoq2004-12-313-23/+59
* [0.99.41] delayed_usecs statisticsjoq2004-12-282-0/+16
* [0.99.40] POSIX shm workarounds for OSXjoq2004-12-261-2/+10
* [0.99.39] multiserver POSIX shm fixesjoq2004-12-252-5/+5
* [0.99.37] better jack_client_open() error checkingjoq2004-12-212-2/+12
* new DLL-based frame timer implementation; use shutdown(2)pbd2004-12-192-7/+17
* minor doc updatejoq2004-12-171-1/+0
* Fix for VERBOSE()trutkin2004-12-131-3/+3
* [0.99.32] minor messagebuffer improvementsjoq2004-12-121-15/+13