New PortAudioDevices::GetPreferredBufferSize.
[jack2.git] / ChangeLog
blob74ab271740ab22ae427ea291a36331e71c238912
1 ---------------------------\r
2   Contributors\r
3 ---------------------------\r
4 \r
5 Dmitry Baikov\r
6 Gabriel M. Beddingfield\r
7 Steven Chamberlain\r
8 Thom Johansen\r
9 Thibault LeMeur\r
10 Tom Szilagyi\r
11 Andrzej Szombierski \r
12 Kjetil S.Matheussen\r
13 Pieter Palmers\r
14 Tim Blechmann\r
15 Marc-Olivier Barre\r
16 Nedko Arnaudov\r
17 Fernando Lopez-Lezcano\r
18 Romain Moret\r
19 Florian Faber\r
20 Michael Voigt\r
21 Torben Hohn  \r
22 Paul Davis\r
23 Peter L Jones\r
24 Devin Anderson\r
25 Josh Green\r
26 Mario Lang\r
27 Arnold Krille
28 Jan Engelhardt
29 Adrian Knoth
30 David Garcia Garzon
31 Valerio Pilo
32 Chris Caudle
33 John Emmas
34 Robin Gareus
36 ---------------------------
37   Jackdmp changes log
38 ---------------------------
40 2012-10-20 Stephane Letz  <letz@grame.fr>
42         * Correct JackEngine::NotifyGraphReorder : graph-order callback now notified after port latencies update.
44 2012-09-22 Robin Gareus <robin@gareus.org>
46         * netjack/opus: don't re-init en/decoders.
48 2012-09-18 Nedko Arnaudov  <nedko@arnaudov.name>
50         * Use string ids in the alsa device list.
52 2012-09-10 Nedko Arnaudov  <nedko@arnaudov.name>
54         * controlapi: fix double free on master switch.
56 2012-09-10 Robin Gareus <robin@gareus.org>
58         * netjack1/netone opus support.
59         * netjack1/2 Opus: use only 2bytes for encoded-length.
60         * wscript: add header defines and libs for example-clients/netsource.
61         * fix duplicate prog.includes.
63 2012-09-05 Stephane Letz  <letz@grame.fr>
65         * More robust channel mapping handling in JackCoreAudioDriver.
67 2012-09-05 Robin Gareus <robin@gareus.org>
69         * Add opus support to NetJack2.
71 2012-08-21 Nedko Arnaudov  <nedko@arnaudov.name>
73         * jack_control: fix epr command.
75 2012-08-21 Stephane Letz  <letz@grame.fr>
77         * Update JackCoreAudioDriver and JackCoreAudioAdapter with more recent API.
79 2012-08-03 Stephane Letz  <letz@grame.fr>
81         * Change framework installation hierarchy for OSX Mountain Lion.
83 2012-08-02 Stephane Letz  <letz@grame.fr>
85         * Devin Anderson patch for Jack/CoreMIDI duplicated messages.
87 2012-07-24 Stephane Letz  <letz@grame.fr>
89         * Fix in ALSA adapter.
91 2012-05-26 Nedko Arnaudov  <nedko@arnaudov.name>
93         * Fix alsa driver parameter order.
94         * Control API: Enforce driver/internal parameter order.
96 2012-05-24 Nedko Arnaudov  <nedko@arnaudov.name>
98         * Extend jack_control to have parameter reset commands.
100 2012-03-24 Adrian Knoth  <adi@drcomp.erfurt.thur.de>
102         * Align buffers to 32 byte boundaries to allow AVX processing.
104 2012-03-21 Stephane Letz  <letz@grame.fr>
106         * New jack_get_cycle_times() implementation from Fons Adriennsen.
108 2012-03-17 Nedko Arnaudov  <nedko@arnaudov.name>
110         * Update waf.
112 2012-03-17 Adrian Knoth  <adi@drcomp.erfurt.thur.de>
114         * [firewire] Introduce UpdateLatencies() in FFADO backend.
115         * [firewire] Allow FFADO backend to change the buffer size.
117 2012-03-16 Stephane Letz  <letz@grame.fr>
119         * Rework JackMessageBuffer.
121 2012-03-15 Stephane Letz  <letz@grame.fr>
123         * POST_PACKED_STRUCTURE used for jack_latency_range_t type.
125 2012-03-09 Stephane Letz  <letz@grame.fr>
127         * Remove JACK_32_64 flag, so POST_PACKED_STRUCTURE now always used.
129 2012-02-10 Stephane Letz  <letz@grame.fr>
131         * Improve libjacknet master mode.
133 2012-02-09 Stephane Letz  <letz@grame.fr>
135         * In control API, UNIX like sigset_t replaced by more abstract jackctl_sigmask_t * opaque struct.
137 2012-02-01 Stephane Letz  <letz@grame.fr>
139         * Check server API callback from notification thread.
140         * Use a time-out in notification channel write function.
141         * Fix lock management in JackEngine.
143 2012-01-29 Stephane Letz  <letz@grame.fr>
145         * A bit more robust JackMessageBuffer implementation (in progress).
147 2012-01-27 Stephane Letz  <letz@grame.fr>
149         * Rename JackProcessSync in JackPosixProcessSync.
151 2012-01-26 Stephane Letz  <letz@grame.fr>
153         * Add EndTime function (especially for Windows).
155 2012-01-25 Stephane Letz  <letz@grame.fr>
157         * Fix NetJack2 initialisation bug.
159 2012-01-24 Stephane Letz  <letz@grame.fr>
161         * Improve ShutDown in NetManager.
162         * Correct ShutDown in JackInternalClient and JackLibClient.
164 2012-01-20 Stephane Letz  <letz@grame.fr>
166         * Experimental system port alias use in Windows JackRouter.
168 2012-01-19 Stephane Letz  <letz@grame.fr>
170         * Implement shutdown for in server clients.
171         * Better time-out management in NetJack2.
173 2012-01-13 Stephane Letz  <letz@grame.fr>
175         * More robust server/client protocol.
177 2012-01-11 Stephane Letz  <letz@grame.fr>
179         * Factorize code the server/client request in JackRequestDecoder class.
181 2012-01-06 Stephane Letz  <letz@grame.fr>
183         * Cleanup drivers and internals loading code.
184         * jackctl_driver_params_parse API moved in public control.h.
185         * More general drivers/internals loading model on Windows.
187 2012-01-06 Stephane Letz  <letz@grame.fr>
189         * Fix for compilation on Solaris.
191 2012-01-04 Stephane Letz  <letz@grame.fr>
193         * Fix library symbols export issue.
195 2012-01-02 Stephane Letz  <letz@grame.fr>
197         * Adrian Knoth fix in midiseq.c.
199 2011-12-20 Stephane Letz  <letz@grame.fr>
201         * Version 1.9.9 started. 
203 2011-11-25 Stephane Letz  <letz@grame.fr>
205         * More robust dynamic port management in JACK/CoreMidi bridge.
206         * Correct jack_port_name_size API.
208 2011-11-24 Stephane Letz  <letz@grame.fr>
210         * Dynamic port management in JACK/CoreMidi bridge.
211         * Correct jack_client_create_thread (when realtime in on).
213 2011-11-21 Stephane Letz  <letz@grame.fr>
215         * John Emmas third auto-launch server on Windows patch.
217 2011-11-07 Stephane Letz  <letz@grame.fr>
219         * John Emmas first auto-launch server on Windows patch.
220         * John Emmas second auto-launch server on Windows patch.
222 2011-11-06 Stephane Letz  <letz@grame.fr>
224         * Enable local access in NetJack2 code.
226 2011-11-04 Stephane Letz  <letz@grame.fr>
228         * Fix jack_set_port_name API.
230 2011-11-03 Stephane Letz  <letz@grame.fr>
232         * Add missing jack_client_get_uuid API.
233         * John Emmas Windows server launching patch (1).
235 2011-10-28 Stephane Letz  <letz@grame.fr>
237         * John Emmas POST_PACKED_STRUCTURE patch.
239 2011-10-27 Stephane Letz  <letz@grame.fr>
241         * Gabriel Beddingfield patch (r4541) reverted.  
243 2011-10-10 Stephane Letz  <letz@grame.fr>
245         * John Emmas patch for DSP CPU computation.
247 2011-09-27 Stephane Letz  <letz@grame.fr>
249         * Gabriel Beddingfield patch for ALSA driver: error when source is non-native byte-order float.
251 2011-08-31 Stephane Letz  <letz@grame.fr>
253         * Correct Start/Stop for Control API.
255 2011-08-30 Stephane Letz  <letz@grame.fr>
257         * Check driver type in jackdmp.cpp. 
259 2011-08-28 Stephane Letz  <letz@grame.fr>
261         * Correct JackBasePosixMutex::Trylock.
262         * Correct JackMessageBuffer::Execute.
264 2011-08-26 Stephane Letz  <letz@grame.fr>
266         * More robust code in synchronization primitives and in JackMessageBuffer.
267         * Non blocking notifications in JackEngine::NotifyAddClient and JackEngine::NotifyRemoveClient.
268         * More robust Control API implementation.
269         * Add jackctl_driver_get_type in Control API.
270         * Singleton behaviour for JackCoreMidiDriver and JackWinMMEDriver.
272 2011-07-29 Stephane Letz  <letz@grame.fr>
274         * New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and JackNetOneDriver classes.
276 2011-07-28 Stephane Letz  <letz@grame.fr>
278         * Enable explicit channel mapping in CoreAudio driver.
280 2011-07-25 Stephane Letz  <letz@grame.fr>
282         * NetJack2: no more timeout, correct JackWaitThreadedDriver::Execute. 
284 2011-07-25 Stephane Letz  <letz@grame.fr>
286         * NetJack2: improve latency management, cleanup. 
288 2011-07-23 Stephane Letz  <letz@grame.fr>
290         * Possible fix for http://trac.jackaudio.org/ticket/193.
292 2011-07-22 Stephane Letz  <letz@grame.fr>
294         * NetJack2: improve error reporting.
296 2011-07-16 Stephane Letz  <letz@grame.fr>
298         * Error in JackActivationCount::Signal now uses jack_log instead of jack_error.
299         * EXPORT macro renamed to LIB_EXPORT.
301 2011-07-12 Stephane Letz  <letz@grame.fr>
303         * NetJack2 now only send data on network only is ports are connected both sides.
305 2011-07-11 Stephane Letz  <letz@grame.fr>
307         * Add JACK_NETJACK_PORT and JACK_NETJACK_MULTICAST environment variables for NetJack2.
309 2011-07-08 Stephane Letz  <letz@grame.fr>
311         * NetJack2 now only send data on network for connected ports.
313 2011-07-03 Stephane Letz  <letz@grame.fr>
315         * More debug code in JackMMCSS class.
317 2011-07-03 Stephane Letz  <letz@grame.fr>
319         * -l in JackCoreAudioDriver now display devices names and then quit.
321 2011-07-01 Stephane Letz  <letz@grame.fr>
323         * Fix bugs in JackNetAdapter.
325 2011-06-29 Stephane Letz  <letz@grame.fr>
327         * Special CATCH_CLOSE_EXCEPTION_RETURN to handle Close API calls. 
329 2011-06-28 Stephane Letz  <letz@grame.fr>
331         * Another round of code improvements to handle completely buggy Digidesign CoreAudio user-land driver. 
333 2011-06-20 Stephane Letz  <letz@grame.fr>
335         * Correct Dummy driver.
337 2011-06-17 Stephane Letz  <letz@grame.fr>
339         * NetJack2: connection error handling.
341 2011-06-16 Stephane Letz  <letz@grame.fr>
343         * Changes in NetJack2 connection management: no more timeout, any transmission error considered as fatal.
344         * NetJack2: timeout again...
346 2011-06-11 Stephane Letz  <letz@grame.fr>
348         * Special version of jack_attach_shm/jack_release_shm on client side for POSIX shared memory, to solve a memory leak issue.
350 2011-06-10 Stephane Letz  <letz@grame.fr>
352         * SaveConnections/RestoreConnections in NetDriver.
353         * SaveConnections/RestoreConnections moved in JackAudioDriver.
355 2011-06-09 Stephane Letz  <letz@grame.fr>
357         * Correct NetJack2 connection handling.
359 2011-05-27 Stephane Letz  <letz@grame.fr>
361         * Correct rd_acquire in dbus code.
363 2011-05-16 Stephane Letz  <letz@grame.fr>
365         * Correct OSX real-time thread setup.
367 2011-05-11 Stephane Letz  <letz@grame.fr>
369         * Correct MIDI in NetJack2.
371 2011-05-05 Stephane Letz  <letz@grame.fr>
373         * Libjacknet in progress.
375 2011-05-02 Stephane Letz  <letz@grame.fr>
377         * Merge branch switch-master-port-registration-notifications: correct driver port registration.
379 2011-04-21 Stephane Letz  <letz@grame.fr>
381         * CELT code for NetJack2.
383 2011-04-20 Stephane Letz  <letz@grame.fr>
385         * Add XRun detection in PortAudio driver.
387 2011-04-18 Stephane Letz  <letz@grame.fr>
389         * JackWeakAPI.cpp renamed in JackWeakAPI.c.
391 2011-04-04 Stephane Letz  <letz@grame.fr>
393         * Correct driver lifetime management.
395 2011-04-03 Stephane Letz  <letz@grame.fr>
397         * Fix in JackCoreAudioDriver::Read when there is no inputs.
399 2011-04-02 Stephane Letz  <letz@grame.fr>
401         * NetDriver can now ask for in/out values from the master (in progress).
402         * Correct drivers parameter settings.
404 2011-04-01 Stephane Letz  <letz@grame.fr>
406         * Merge newer-midi branch (Devin Anderson redesign of the MIDI drivers: alsarawmidi, ffado, coremidi and winmme).
407         * Cleanup JackThreadedDriver::Stop.
408         * Correct JackNetOneDriver::Close.
409         * Correction in jackdmp.cpp: notify_server_stop should be done after server destruction.
410         * Improve error management in JackNetDriver. 
412 2011-03-30 Stephane Letz  <letz@grame.fr>
414         * Version 1.9.8 started. 
416 2011-03-29 Stephane Letz  <letz@grame.fr>
418         * Synchronize JackWeakAPI.cpp with new APIs. 
420 2011-03-28 Stephane Letz  <letz@grame.fr>
422         * Correction of jack_connect/jack_disconnect: use of jack_activate and volatile keyword for thread shared variable.
423         * Correction of JackNetOneDriver for latest CELT API.
425 2011-03-24 Stephane Letz  <letz@grame.fr>
427         * Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson).
428         * Correct alsa_driver_restart (thanks Devin Anderson).
430 2011-03-23 Stephane Letz  <letz@grame.fr>
432         * Devin Anderson server-ctl-proposal branch merged on trunk: improved control API, slave backend reworked.
434 2011-03-14 Stephane Letz  <letz@grame.fr>
436         * Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest API.
438 2011-03-13 Stephane Letz  <letz@grame.fr>
440         * Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp.
442 2011-03-11 Stephane Letz  <letz@grame.fr>
444         * Correct JackNetMaster::SetBufferSize.
445         * Use jack_default_audio_sample_t instead of float consistently, fix ticket #201."
446         * -X now allows to add several slave backends, add -I to load several internal clients.
448 2011-03-10 Stephane Letz  <letz@grame.fr>
450         * Latency callback must always be activated.
451         * Correct TopologicalSort. 
452         * Add jack_midi_dump client.
453         * Synchronize netjack1 with JACK1 version.
454         * Synchronize jack_connect/jack_disconnect with JACK1 version.
456 2011-03-09 Stephane Letz  <letz@grame.fr>
458         * jack_client_has_session_callback implementation.
459         * Fix jdelay for new latency API.
460         * Check requested buffer size and limit to 1..8192 - avoids weird behaviour caused by jack_bufsize foobar.
461         * jack_port_type_get_buffer_size implementation.
462         * Stop using alloca and allocate buffer on the heap for alsa_io.
463         * Rename jdelay to jack_iodelay as per Fons' request.
464         * Call buffer size callback in activate (actually this is done on client side in the RT thread Init method).
465         * JackEngine::ComputeTotalLatencies in progress.
467 2011-03-08 Stephane Letz  <letz@grame.fr>
469         * Use of latency range in all backends.
470         * ComputeTotalLatencies now a client/server call.
471         * Add latent test client for latency API.
472         * Also print playback and capture latency in jack_lsp.
474 2011-03-04 Stephane Letz  <letz@grame.fr>
476         * Revert r4119 (RT notification in the server). JackAudioDriver::ProcessSync now skip backend write in case of graph process failure.
477         * Fix incorrect error codes in alsa/usx2y.c and alsa/JackAlsaDriver.cpp.
478         * Synchronize public headers with JACK1. Update OSX project.
479         * New latency API implementation (in progress).
481 2011-02-09 Stephane Letz  <letz@grame.fr>
483         * Remove JackPortIsActive flag.
485 2011-02-07 Stephane Letz  <letz@grame.fr>
487         * Valerio Pilo second CAS for ARMv7 patch.
489 2011-02-03 Stephane Letz  <letz@grame.fr>
491         * Valerio Pilo CAS for ARMv7 patch.
493 2011-01-11 Stephane Letz  <letz@grame.fr>
495         * Adrian Knoth jack_lsp patch.
497 2010-11-17 Stephane Letz  <letz@grame.fr>
499         * ALSA backend: suspend/resume handling (jack1 r4075).
500         * Correct dummy driver.
502 2010-11-05 Stephane Letz  <letz@grame.fr>
504         * In jackdmp.cpp, jackctl_setup_signals moved before jackctl_server_start. 
505         * Correct symbols export in backends on OSX.
507 2010-11-03 Stephane Letz  <letz@grame.fr>
509         * Improve backend error handling: fatal error returned by Read/Write now cause a Process failure (so a thread exit for blocking backends). Recoverable ones (XRuns..) are now treated internally in ALSA, FreeBob and FFADO backends.
511 2010-10-30 Stephane Letz  <letz@grame.fr>
513         * Correct JackServer::Open to avoid a race when control API is used on OSX. 
515 2010-10-29 Stephane Letz  <letz@grame.fr>
517         * Correct lsp.c code.
518         * Add note about unique port-name requirement.
520 2010-09-08 Stephane Letz  <letz@grame.fr>
522         * Sync JackAlsaDriver::alsa_driver_check_card_type with JACK1 backend.
524 2010-08-30 Stephane Letz  <letz@grame.fr>
526         * Version 1.9.7 started.
528 2010-08-25 Stephane Letz  <letz@grame.fr>
530         * In JackCoreAudioDriver, fix an issue when no value is given for input.
532 2010-08-23 Stephane Letz  <letz@grame.fr>
534         * Adrian Knoth fix for linux cycle.h (ticket 188).
536 2010-07-07 Stephane Letz  <letz@grame.fr>
538         * Jan Engelhardt patch for get_cycles on SPARC.
539         * Adrian Knoth hurd.patch, kfreebsd-fix.patch and alpha_ia64-sigsegv.patch from ticket 177.
541 2010-06-29 Stephane Letz  <letz@grame.fr>
543         * Arnold Krille firewire snooping patch.
545 2010-06-16 Stephane Letz  <letz@grame.fr>
547         * David Garcia Garzon unused_pkt_buf_field_jack2 netone patch.
549 2010-06-13 Stephane Letz  <letz@grame.fr>
551         * Fix JackPosixSemaphore::TimedWait: same behavior as JackPosixSemaphore::Wait regarding EINTR.
553 2010-05-31 Stephane Letz  <letz@grame.fr>
555         * Fix from Fernando Lopez-Lezcano for compilation on fc13.
557 2010-05-30 Stephane Letz  <letz@grame.fr>
559         * David Garcia Garzon netone patch.
561 2010-05-27 Stephane Letz  <letz@grame.fr>
563         * In JackCoreAudioDriver, move code called in MeasureCallback to be called once in IO thread.
565 2010-05-07 Stephane Letz  <letz@grame.fr>
567         * Add tests to validate intclient.h API.
568         * On Linux, inter-process synchronization primitive switched to POSIX semaphore.
570 2010-04-16 Stephane Letz  <letz@grame.fr>
572         * Make jack_connect/jack_disconnect wait for effective port connection/disconnection.
574 2010-04-07 Stephane Letz  <letz@grame.fr>
576         * Remove call to exit in library code.
578 2010-03-26 Stephane Letz  <letz@grame.fr>
580         * ffado-portname-sync.patch from ticket #163 applied.
582 2010-03-24 Stephane Letz  <letz@grame.fr>
584         * On Windows, now use TRE library for regexp (BSD license instead of GPL license).
586 2010-03-19 Stephane Letz  <letz@grame.fr>
588         * Fix some file header to have library side code use LGPL.
589         * Apply srcfactor.diff patch for ticket #162.
591 2010-03-06 Stephane Letz  <letz@grame.fr>
593         * Arnold Krille firewire patch.
594         * Raise JACK_DRIVER_PARAM_STRING_MAX and JACK_PARAM_STRING_MAX to 127 otherwise some audio drivers cannot be loaded on OSX.
596 2010-03-04 Stephane Letz  <letz@grame.fr>
598         * Correct JackMachServerChannel::Execute: keep running even in error cases.
599         * Raise JACK_PROTOCOL_VERSION number.
601 2010-03-03 Stephane Letz  <letz@grame.fr>
603         * Correct JackGraphManager::DeactivatePort.
605 2010-03-02 Stephane Letz  <letz@grame.fr>
607         * Improve JackCoreAudioDriver and JackCoreAudioAdapter: when no devices are described, takes default input and output and aggregate them.
609 2010-02-15 Stephane Letz  <letz@grame.fr>
611         * Version 1.9.6 started.
613 2010-01-29 Gabriel M. Beddingfield <gabriel@teuton.org>
615         * Change JackEngineProfiling and JackAudioAdapterInterface gnuplot scripts to output SVG instead of PDF.
617 2009-12-15 Stephane Letz  <letz@grame.fr>
619         * Shared memory manager was calling abort in case of fatal error, now return an error in caller.
621 2009-12-13 Stephane Letz  <letz@grame.fr>
623         * Mario Lang alsa_io time calculation overflow patch.
625 2009-12-10 Stephane Letz  <letz@grame.fr>
627         * Use a QUIT notification to properly quit the server channel, the server channel thread can then be 'stopped' instead of 'canceled'.
629 2009-12-09 Stephane Letz  <letz@grame.fr>
631         * When threads are cancelled, the exception has to be rethrown. 
633 2009-12-08 Stephane Letz  <letz@grame.fr>
635         * Josh Green ALSA driver capture only patch.  
637 2009-12-03 Stephane Letz  <letz@grame.fr>
639         * Fix JackCoreMidiDriver::ReadProcAux when ring buffer is full (thanks Devin Anderson).  
641 2009-12-02 Stephane Letz  <letz@grame.fr>
643         * Special code in JackCoreAudio driver to handle completely buggy Digidesign CoreAudio user-land driver. 
644         * Ensure that client-side message buffer thread calls thread_init callback if/when it is set by the client (backport of JACK1 rev 3838).
645         * Check dynamic port-max value.
647 2009-12-01 Stephane Letz  <letz@grame.fr>
649         * Fix port_rename callback: now both old name and new name are given as parameters.
651 2009-11-30 Stephane Letz  <letz@grame.fr>
653         * Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes between periods (and more). 
655 2009-11-29 Stephane Letz  <letz@grame.fr>
657         * More robust sample rate change handling code in JackCoreAudioDriver.
659 2009-11-24 Stephane Letz  <letz@grame.fr>
661         * Dynamic choice of maximum port number.
663 2009-11-23 Stephane Letz  <letz@grame.fr>
665         * Peter L Jones patch for NetJack1 compilation on Windows.
667 2009-11-20 Stephane Letz  <letz@grame.fr>
669         * Version 1.9.5 started.
670         * Client debugging code improved.
672 2009-11-18 Stephane Letz  <letz@grame.fr>
674         * Sync JackCoreAudioAdapter code with JackCoreAudioDriver.
676 2009-11-17 Stephane Letz  <letz@grame.fr>
678         * In JackCoreAudio driver, clock drift compensation in aggregated devices working.
679         * In JackCoreAudio driver, clock drift compensation semantic changed a bit: when on, does not activate if not needed (same clock domain).
681 2009-11-16 Stephane Letz  <letz@grame.fr>
683         * In JackCoreAudio driver, (possibly) clock drift compensation when needed in aggregated devices.
685 2009-11-14 Stephane Letz  <letz@grame.fr>
687         * Sync with JACK1: -r parameter now used for no-realtime, realtime (-R) is now default, usable backend given vie platform.
689 2009-11-13 Stephane Letz  <letz@grame.fr>
691         * Better memory allocation error checking in ringbuffer.c, weak import improvements.
692         * Memory allocation error checking for jack_client_new and jack_client_open (server and client side).
693         * Memory allocation error checking in server for RPC.
694         * Simplify server temporary mode: now use a JackTemporaryException.
695         * Lock/Unlock shared memory segments (to test...).
697 2009-11-12 Stephane Letz  <letz@grame.fr>
699         * Better memory allocation error checking on client (library) side. 
701 2009-11-11 Stephane Letz  <letz@grame.fr>
703         * Correct JackCoreAudio driver when empty strings are given as -C, -P or -d parameter. 
705 2009-11-10 Stephane Letz  <letz@grame.fr>
707         * Correct JackInfoShutdownCallback prototype, two new JackClientProcessFailure and JackClientZombie JackStatus code.  
709 2009-11-09 Stephane Letz  <letz@grame.fr>
711         * Correct JackGraphManager::GetBuffer for the "client loop with one connection" case: buffer must be copied.
713 2009-11-07 Stephane Letz  <letz@grame.fr>
715         * Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime).
716         * Correct JackPosixThread::StartImp: thread priority setting now done in the RT case only.
718 2009-11-06 Stephane Letz  <letz@grame.fr>
720         * Correctly save and restore RT mode state in freewheel mode.
721         * Correct freewheel code on client side.
723 2009-11-05 Stephane Letz  <letz@grame.fr>
725         * No reason to make jack_on_shutdown deprecated, so revert the incorrect change.
726         * Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread field. Use pthread_self()) (or GetCurrentThread() on Windows) to get the calling thread.
728 2009-10-30 Stephane Letz  <letz@grame.fr>
730         * In JackCoreAudioDriver, improve management of input/output channels: -1 is now used internally to indicate a wanted max value. 
731         * In JackCoreAudioDriver::OpenAUHAL, correct stream format setup and cleanup. 
732         * Correct crash bug in JackAudioAdapterInterface when not input is used in adapter (temporary fix...)
733         * Sync JackCoreAudioAdapter code on JackCoreAudioDriver one.
734         * JACK_SCHED_POLICY switched to SCHED_FIFO.
735         * Now can aggregate device that are themselves AD.
737 2009-10-29 Stephane Letz  <letz@grame.fr>
739         * In JackCoreAudioDriver::Start, wait for the audio driver to effectively start (use the MeasureCallback).
741 2009-10-28 Stephane Letz  <letz@grame.fr>
743         * In JackCoreAudioDriver, force the SR value to the wanted one *before* creating aggregate device (otherwise creation will fail). 
744         * In JackCoreAudioDriver, better cleanup of AD when intermediate open failure.
746 2009-10-27 Stephane Letz  <letz@grame.fr>
748         * Dynamic system version detection in JackCoreAudioDriver to either create public or private aggregate device.
750 2009-10-26 Stephane Letz  <letz@grame.fr>
752         * Implement "hog mode" (exclusive access of the audio device) in JackCoreAudioDriver.
753         * Fix jack_set_sample_rate_callback to have he same behavior as in JACK1.
755 2009-10-25 Stephane Letz  <letz@grame.fr>
757         * Improve aggregate device management in JackCoreAudioDriver: now a "private" device only and cleanup properly.
758         * Aggregate device code added to JackCoreAudioAdapter.
760 2009-10-23 Stephane Letz  <letz@grame.fr>
762         * Correct JackProcessSync::LockedTimedWait.
763         * Correct JACK_MESSAGE_SIZE value, particularly in OSX RPC code.
764         * Now start server channel thread only when backend has been started (so in JackServer::Start). Should solve race conditions at start time.
765         * jack_verbose moved to JackGlobals class.
767 2009-10-22 Stephane Letz  <letz@grame.fr>
769         * Correct jackdmp.cpp (failures case were not correct..). Improve JackCoreAudioDriver code. Raise default port number to 2048.
771 2009-10-20 Stephane Letz  <letz@grame.fr>
773         * Add a string parameter to server ==> client notification, add a new JackInfoShutdownCallback type.
774         * CoreAudio backend now issue a JackInfoShutdownCallback when an unrecoverable error is detected (sampling rate change, stream configuration changed)
776 2009-10-17 Stephane Letz  <letz@grame.fr>
778         * Correct server temporary mode: now set a global and quit after server/client message handling is finished.
780 2009-10-15 Stephane Letz  <letz@grame.fr>
782         * Change CoreAudio notification thread setup for OSX Snow Leopard.
784 2009-09-18 Stephane Letz  <letz@grame.fr>
786         * Simplify transport in NetJack2: master only can control transport.
788 2009-09-15 Stephane Letz  <letz@grame.fr>
790         * Correct CPU timing in JackNetDriver, now take cycle begin time after Read.
791         * Fix issues in JackNetDriver::DecodeTransportData and JackNetDriver::Initialize.
793 2009-08-28 Stephane Letz  <letz@grame.fr>
795         * Correct monitor port naming in JackAudioDriver and JackCoreAudioDriver.
796         * Big endian bug fix in memops.c (http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=11_be24bit.patch;att=1;bug=486308)
798 2009-07-31 Stephane Letz  <letz@grame.fr>
800         * Use SNDCTL_DSP_SYNCGROUP/SNDCTL_DSP_SYNCSTART API to synchronize input and output in Solaris boomer backend.
802 2009-07-29 Stephane Letz  <letz@grame.fr>
804         * Add a -G parameter in CoreAudio backend (the computation value in RT thread expressed as percent of period).
806 2009-07-28 Stephane Letz  <letz@grame.fr>
808         * Fix CopyAndConvertIn for Solaris backends.
810 2009-07-22 Stephane Letz  <letz@grame.fr>
812         * Version 1.9.4 started.
813         * Solaris boomer backend now working in capture or playback only mode.
814         * Fix control.h for proper compilation on Solaris.
816 2009-07-17 Stephane Letz  <letz@grame.fr>
818         * Loopback backend reborn as a dynamically loadable separated backend.
819         * -L parameter for loopback backend activated again in jackd.
821 2009-07-17 Stephane Letz  <letz@grame.fr>
823         * Big rewrite of Solaris boomer driver, seems to work in duplex mode at least.
825 2009-07-16 Stephane Letz  <letz@grame.fr>
827         * In combined --dbus and --classic compilation code, use PulseAudio acquire/release code.
829 2009-07-15 Stephane Letz  <letz@grame.fr>
831         * Rename JackDriver::Init method to JackDriver::Initialize (to avoid confusion with JackThread::Init method).
832         * Update Solaris boomer driver.
833         * Report some cleanup and documentation improvements done on JACK1 timing functions.
835 2009-07-11 Stephane Letz  <letz@grame.fr>
837         * Raise drivers time out used in synchronous mode.
839 2009-07-09 Stephane Letz  <letz@grame.fr>
841         * Use __attribute__((__packed__)) again, more fixes for 64/32 mixed mode.
842         * Torben Hohn changes for 64/32 mixed mode in wscripts.
843         * Add compile time option for maximum ports per application.
845 2009-07-07 Stephane Letz  <letz@grame.fr>
847         * Use __attribute__((__aligned__(32))) instead of __attribute__((__packed__)) for 64/32 mixed mode.
849 2009-07-03 Stephane Letz  <letz@grame.fr>
851         * Another Tim Bechmann memops.c optimization patch.
853 2009-07-01 Stephane Letz  <letz@grame.fr>
855         * Tim Bechmann memops.c optimization patch.
857 2009-06-30 Stephane Letz  <letz@grame.fr>
859         * Tim Bechmann patch: hammerfall, only release monitor thread, if it has been created.
861 2009-06-19 Stephane Letz  <letz@grame.fr>
863         * Correct JackTransportEngine::MakeAllLocating, sync callback has to be called in this case also.
864         * NetJack2 code: better error checkout, method renaming.
866 2009-06-17 Stephane Letz  <letz@grame.fr>
868         * Move DBus based audio device reservation code in ALSA backend compilation.
870 2009-06-16 Stephane Letz  <letz@grame.fr>
872         * Correct JackFifo::TimedWait for EINTR handling.
874 2009-06-05 Stephane Letz  <letz@grame.fr>
876         * Correct jack_set_error_function, jack_set_info_function and jack_set_thread_creator functions.
878 2009-05-18 Stephane Letz  <letz@grame.fr>
880         * Correct wcsript files to create jackdbus only (and not create jackd anymore) when compiled in --dbus mode, add a --classic option. Both options are possible but issue a warning.
882 2009-05-15 Stephane Letz  <letz@grame.fr>
884         * Move InitFrameTime in JackDriver::Start method.
886 2009-05-13 Stephane Letz  <letz@grame.fr>
888         * Reworked Torben Hohn fix for server restart issue on Windows.
890 2009-05-11 Stephane Letz  <letz@grame.fr>
892         * New jack_free function added in jack.h.
893         * Torben Hohn fix for InitTime and GetMicroSeconds in JackWinTime.c.
895 2009-05-07 Stephane Letz  <letz@grame.fr>
897         * Cleanup "loopback" stuff in server.
899 2009-05-06 Stephane Letz  <letz@grame.fr>
901         * Fix transport callback (timebase master, sync) issue when used after jack_activate (RT thread was not running).
902         * D-Bus access for jackctl_server_add_slave/jackctl_server_remove_slave API.
904 2009-05-05 Stephane Letz  <letz@grame.fr>
906         * First working version of native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver).
908 2009-04-22 Stephane Letz  <letz@grame.fr>
910         * jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed.
912 2009-04-21 Stephane Letz  <letz@grame.fr>
914         * Add jackctl_server_load_master/jackctl_server_unload_master API.
916 2009-04-20 Stephane Letz  <letz@grame.fr>
918         * In ALSA audio card reservation code, tries to open the card even if reservation fails.
919         * Clock source setting on Linux.
921 2009-04-08 Stephane Letz  <letz@grame.fr>
923         * Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress.
925 2009-04-03 Stephane Letz  <letz@grame.fr>
927         * Simplify JackClient RT code, jack_thread_wait API marked deprecated."
929 2009-03-29 Stephane Letz  <letz@grame.fr>
931         * Cleanup JackInternalClient code.
933 2009-03-27 Stephane Letz  <letz@grame.fr>
935         * Add a buffer size callback for netmaster that just remove the client (it will be recreated with the new parameters).
937 2009-03-26 Stephane Letz  <letz@grame.fr>
939         * First working JackBoomerDriver two threads version.
941 2009-03-24 Stephane Letz  <letz@grame.fr>
943         * New JackBoomerDriver class for Boomer driver on Solaris.
944         * Add mixed 32/64 bits mode (off by default).
946 2009-03-23 Stephane Letz  <letz@grame.fr>
948         * Version 1.9.3 started.
950 2009-03-19 Stephane Letz  <letz@grame.fr>
952         * Tim Blechmann optimization patch (inlining some heavy used methods).
954 2009-03-12 Stephane Letz  <letz@grame.fr>
956         * Virtualize and allow overriding of thread creation function, to allow Wine support (from JACK1).
958 2009-03-12 Stephane Letz  <letz@grame.fr>
960         * Try automatic adaptative mode in adapters.
962 2009-03-11 Stephane Letz  <letz@grame.fr>
964         * Client incorrect re-naming fixed: now done at socket level also.
966 2009-03-10 Stephane Letz  <letz@grame.fr>
968         * Add -g (ring-buffer) parameter to netadapter.
969         * Automatic adaptative ringbuffer size mode when -g = 0.
971 2009-03-09 Stephane Letz  <letz@grame.fr>
973         * Use Torben Hohn PI controler code for adapters (in progress).
975 2009-03-05 Stephane Letz  <letz@grame.fr>
977         * Support for BIG_ENDIAN machines in NetJack2 for transport data.
978         * Add auto_connect parameter in netmanager and netadapter.
980 2009-03-03 Stephane Letz  <letz@grame.fr>
982         * More robust profiling tools when clients come and go.
984 2009-03-01 Stephane Letz  <letz@grame.fr>
986         * Raise default port number to 1024.
988 2009-02-27 Stephane Letz  <letz@grame.fr>
990         * Improve generated gnuplot files for adapting code.
992 2009-02-25 Stephane Letz  <letz@grame.fr>
994         * Major cleanup in adapter code.
996 2009-02-25 Stephane Letz  <letz@grame.fr>
998         * Fix JackNetDriver::Close method.
999         * For audio device reservation, add card_to_num function.
1000         * Fix buffer size and sample rate handling in JackAlsaAdapter.
1001         * Add control for adapter ringbuffer size.
1002         * Fix JackAlsaAdapter.h for 64 bits compilation.
1004 2009-02-23 Stephane Letz  <letz@grame.fr>
1006         * Another fix in systemdeps.h and types.h: jack_time_t now uniquely defined in types.h.
1007         * Move generic code and data in JackNetInterface and JackNetMasterInterface classes.
1008         * First version of D-Bus based audio device reservation.
1010 2009-02-20 Stephane Letz  <letz@grame.fr>
1012         * Add InitConnection and InitRendering methods in JackNetSlaveInterface, better packet type checking in JackNetSlaveInterface::SyncRecv.
1013         * Change fMulticastIP handling in JackNetInterface.
1014         * Cleanup systemdeps.h on Windows.
1016 2009-02-17 Stephane Letz  <letz@grame.fr>
1018         * Fix the mutex/signal classes on Windows.
1019         * Client incorrect re-naming fixed: now done at fifo level only.
1021 2009-02-16 Stephane Letz  <letz@grame.fr>
1023         * Rework the mutex/signal classes. Use them in JackMessageBuffer.
1025 2009-02-11 Stephane Letz  <letz@grame.fr>
1027         * Merge Solaris branch back on trunk.
1028         * Equality of input and output buffer size removed (for now) in JackOSSDriver.
1030 2009-02-10 Stephane Letz  <letz@grame.fr>
1032         * Add a resample quality parameter in netadapter.
1034 2009-02-09 Stephane Letz  <letz@grame.fr>
1036         * Use PRIu32 kind of macro in JackAlsaDriver again.
1037         * Now correctly return an error if JackServer::SetBufferSize could not change the buffer size (and was just restoring the current one).
1039 2009-02-05 Stephane Letz  <letz@grame.fr>
1041         * Add a resample quality parameter in audioadapter.
1043 2009-02-01 Stephane Letz  <letz@grame.fr>
1045         * Add a JACK_INTERNAL_DIR environment variable to be used for internal clients.
1047 2009-01-30 Stephane Letz  <letz@grame.fr>
1049         * In NetJack2, fix a bug when capture or playback only channels are used.
1051 2009-01-29 Stephane Letz  <letz@grame.fr>
1053         * Support for "-h" option in internal clients to print the parameters. 
1054         * Support for BIG_ENDIAN machines in NetJack2 for MIDI ports.
1056 2009-01-28 Stephane Letz  <letz@grame.fr>
1058         * Support for BIG_ENDIAN machines in NetJack2.
1060 2009-01-27 Stephane Letz  <letz@grame.fr>
1062         * Better recovery of network overload situations, now "resynchronize" by skipping cycles."
1064 2009-01-26 Stephane Letz  <letz@grame.fr>
1066         * Fix JackNetInterface::SetNetBufferSize for socket buffer size computation and JackNetMasterInterface::DataRecv if synch packet is received, various cleanup.
1067         * Fix in JackAlsaAdapter::Open.
1068         * Simplify audio packet order verification.
1069         * Set default mode to 'slow' in JackNetDriver and JackNetAdapter.
1071 2009-01-19 Stephane Letz  <letz@grame.fr>
1073         * Synchronize ALSA backend code with JACK1 one.
1075 2009-01-17 Stephane Letz  <letz@grame.fr>
1077         * JackMessageBuffer was using thread "Stop" scheme in destructor, now use the safer thread "Kill" way. 
1079 2009-01-14 Stephane Letz  <letz@grame.fr>
1081         * Cleanup server starting code for clients directly linked with libjackserver.so.
1083 2009-01-09 Stephane Letz  <letz@grame.fr>
1085         * JackProfiler scan already running clients (so can now be added anytime in the graph).
1087 2009-01-09 Stephane Letz  <letz@grame.fr>
1089         * New JackProfiler class for real-time server monitoring. 
1091 2009-01-07 Stephane Letz  <letz@grame.fr>
1093         * Use up to BUFFER_SIZE_MAX frames in midi ports, fix for ticket #117.
1095 2009-01-05 Stephane Letz  <letz@grame.fr>
1097         * Synchronize jack2 public headers with JACK1 ones. 
1098         * Implement jack_client_real_time_priority and jack_client_max_real_time_priority API.
1100 2008-12-18 Stephane Letz  <letz@grame.fr>
1102         * For ALSA driver, synchronize with latest JACK1 memops functions. 
1103         * Use memops functions in JackOSSDriver.
1104         * Use memops functions in JackOSSAdapter.
1106 2008-12-17 Stephane Letz  <letz@grame.fr>
1108         * Use JACK_DRIVER_DIR variable in internal clients loader.
1110 2008-12-16 Stephane Letz  <letz@grame.fr>
1112         * Fix JackOSSDriver::SetBufferSize (was crashing when restoring old size), fix ticket #111.
1113         * Force memory page in of profiling array in JackOSSDriver::Open.
1114         * Cleanup profiling code.
1115         * Client and library global context cleanup in case of incorrect shutdown handling (that is applications not correctly closing client after server has shutdown).
1117 2008-12-08 Stephane Letz  <letz@grame.fr>
1119         * Forbid JackOSSDriver to run in "aynchronous" mode, correct DSP CPU computation.
1121 2008-12-04 Stephane Letz  <letz@grame.fr>
1123         * More profiling in JackOSSDriver: sample conversion duration is measured. 
1125 2008-12-02 Stephane Letz  <letz@grame.fr>
1127         * Optimize JackOSSDriver: no samples conversion if ports are not connected.
1129 2008-12-01 Stephane Letz  <letz@grame.fr>
1131         * Force preload of memory table in JackEngineProfiling.
1133 2008-11-27 Stephane Letz  <letz@grame.fr>
1135         * Add timing profiling code in JackOSSDriver.
1136         * Report ringbuffer.c fixes from JACK1.
1138 2008-11-21 Stephane Letz  <letz@grame.fr>
1140         * Report ringbuffer.c fixes from JACK1.
1141         * Better isolation of server and clients system resources to allow starting the server in several user account at the same time.
1142         * Correct ressource cleanup in case of driver open failure.
1144 2008-11-19 Stephane Letz  <letz@grame.fr>
1146         * Libjack shutdown handler does not "deactivate" (fActive = false) the client anymore, so that jack_deactivate correctly does the job later on.
1147         * Filter SIGPIPE to avoid having client get a SIGPIPE when trying to access a died server. 
1149 2008-11-14 Stephane Letz  <letz@grame.fr>
1151         * Version 1.9.1 started, fix symbols export in ringbuffer.c, cleanup on Windows.
1153 2008-11-13 Stephane Letz  <letz@grame.fr>
1155         * Fix jackctl_server_unload_internal.
1157 2008-10-30 Stephane Letz  <letz@grame.fr>
1159         * Correct JackClient::ShutDown.
1160         * TimeOut management in JackNetUnixSocket on Solaris.
1162 2008-10-23 Stephane Letz  <letz@grame.fr>
1163         
1164         * In JackOSSDriver, vmix mode is used by default, exclusif (O_EXCL) mode can be selected with -e option.
1165         * Fix a crash in JackEngine::Close when backend cannot be loaded.
1166         * Tim Blechmann optimization patch.
1167         * Backport of latest Paul alsa_seqmidi changes.
1169 2008-10-15 Stephane Letz  <letz@grame.fr>
1170         
1171         * Fix a conflict with Audio Hijack in JackCoreAudioDriver. 
1173 2008-10-09 Stephane Letz  <letz@grame.fr>
1174         
1175         * Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit.
1177 2008-10-08 Stephane Letz  <letz@grame.fr>
1178         
1179         * Fix a SMP related bug introduced in rev 2957: remove the __SMP__ flag and define LOCK for SMP in all cases.
1181 2008-10-02 Stephane Letz  <letz@grame.fr>
1182         
1183         * Correct file permission for jack-shm-registry POSIX shared memory segment.
1184         * Checking for libsamplerate in waf, fix ticket #89." 
1185         * Header cleanup, add --clients and --ports options in configure.
1187 2008-09-22 Stephane Letz  <letz@grame.fr>
1188         
1189         * Socket time out implementation on Solaris.
1190         * Fix a conflict with Audio Hijack in JackCoreAudioDriver. 
1192 2008-10-10 Stephane Letz  <letz@grame.fr>
1193         
1194         * Improve OSS backend: SNDCTL_DSP_SETFRAGMENT must be done before, use of AFMT_S16_LE kind of values. 
1196 2008-10-09 Stephane Letz  <letz@grame.fr>
1197         
1198         * First version of OSS backend.
1199         * Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit.
1201 2008-10-08 Stephane Letz  <letz@grame.fr>
1202         
1203         * Fix a SMP related bug introduced in rev 2957: remove the __SMP__ flag and define LOCK for SMP in all cases.
1205 2008-10-03 Stephane Letz  <letz@grame.fr>
1206         
1207         * Add engine profiling tools.
1209 2008-10-02 Stephane Letz  <letz@grame.fr>
1210         
1211         * Correct file permission for jack-shm-registry POSIX shared memory segment.
1212         * Checking for libsamplerate in waf, fix ticket #89." 
1213         * Header cleanup, add --clients and --ports options in configure.
1215 2008-10-01 Stephane Letz  <letz@grame.fr>
1217         * First Solaris version.
1219 2008-09-22 Stephane Letz  <letz@grame.fr>
1220         
1221         * Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines."
1223 2008-09-20 Stephane Letz  <letz@grame.fr>
1224         
1225         * Michael Voigt JackAPI cleanup patch.
1227 2008-09-19 Stephane Letz  <letz@grame.fr>
1228         
1229         * Michael Voigt JackTime cleanup patch.
1231 2008-09-17 Stephane Letz  <letz@grame.fr>
1232         
1233         * New JackDriverInfo class to cleanup driver loading code.
1235 2008-09-08 Stephane Letz  <letz@grame.fr>
1236         
1237         * Better symbols export for server and client side libraries. 
1239 2008-09-06 Stephane Letz  <letz@grame.fr>
1240         
1241         * Correct driver hierarchy on macosx and windows targets.
1243 2008-09-05 Stephane Letz  <letz@grame.fr>
1244         
1245         * Merge Michael Voigt "drops" branch after reorganization step.
1247 2008-09-04 Stephane Letz  <letz@grame.fr>
1248         
1249         * Michael Voigt 4th source reorganization patch.
1250         * Correct JackNetDriver initialization.
1252 2008-09-03 Stephane Letz  <letz@grame.fr>
1253         
1254         * Implement DBUS entry points to handle internal clients, add new commands in jack_control.
1255         * Add new "desc" (extended description) in jack_driver_desc_t, to be used by backends and internal clients.
1257 2008-09-01 Stephane Letz  <letz@grame.fr>
1258         
1259         * Michael Voigt third source reorganization patch.
1260         * Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks.
1262 2008-08-31 Stephane Letz  <letz@grame.fr>
1263         
1264         * Michael Voigt second source reorganization patch.
1266 2008-08-28 Stephane Letz  <letz@grame.fr>
1267         
1268         * Michael Voigt first source reorganization patch.
1270 2008-08-26 Stephane Letz  <letz@grame.fr>
1271         
1272         * Better parameter handling in JackCoreAudioAdapter.
1273         * Fix memory leaks.
1275 2008-08-23 Stephane Letz  <letz@grame.fr>
1276         
1277         * Implements internal clients management API.
1279 2008-08-22 Stephane Letz  <letz@grame.fr>
1280         
1281         * Move GetCurrentTransportFrame code from JackClient to JackTransportEngine.
1282         * Add a fNetworkSync state in JackTransportEngine used in network.
1284 2008-08-03 Stephane Letz  <letz@grame.fr>
1285         
1286         * Fix JackFrameTimer::Time2Frames and JackTimer::Frames2Time, jack_cpu compiled again.
1288 2008-08-01 Stephane Letz  <letz@grame.fr>
1289         
1290         * Fix desallocation of remaining clients when server quits.
1291         * Close remaining client sockets in JackSocketServerChannel::Close.
1292         * Correct JackClient::Close() to request server close only if server is running.
1294 2008-07-30 Stephane Letz  <letz@grame.fr>
1296         * Remove restriction that port connection could be done only if the client was activated.
1298 2008-07-25 Stephane Letz  <letz@grame.fr>
1300         * Florian Faber patch for 32 bit float (LE only) support to jack's alsa driver.
1301         * Fix a crash bug when desallocating a non completely created external client.
1303 2008-07-24 Stephane Letz  <letz@grame.fr>
1305         * Fix server client OSX special notification mechanism, CoreAudio driver compilation back for 10.4.
1307 2008-07-18 Stephane Letz  <letz@grame.fr>
1309         * Correct audioadapter when a sample rate value different from jack server one is chosen.
1310         * Cleanup in JackTransportEngine, move some code that was in JackClient class.
1311         * Remove transport_type.h file, move transport types in types.h file.
1313 2008-07-12 Stephane Letz  <letz@grame.fr>
1315         * Loopback driver working again.
1317 2008-07-08 Stephane Letz  <letz@grame.fr>
1319         * Add jack_get_descriptor in internal clients API.
1320         * Fix JackFreewheelDriver::Process() in case if client time-out: continue processing until a better recovery strategy is chosen.
1322 2008-07-08 Stephane Letz  <letz@grame.fr>
1324         * Merge windows branch back to trunk.
1326 2008-07-05 Stephane Letz  <letz@grame.fr>
1328         * Netioadapter renamed in audioadapter.
1330 2008-07-04 Stephane Letz  <letz@grame.fr>
1332         * Netioadapter now adapts for buffer size and sample rate changes.
1334 2008-07-03 Stephane Letz  <letz@grame.fr>
1336         * Add IsFixedBufferSize method in all drivers.
1338 2008-07-02 Stephane Letz  <letz@grame.fr>
1340         * New netioadapter in server client.
1342 2008-06-20 Stephane Letz  <letz@grame.fr>
1344         * Add new jack_client_stop_thread and jack_client_kill_thread API.
1345         * New generic BuildClientPath for internal clients loading.
1347 2008-06-19 Stephane Letz  <letz@grame.fr>
1349         * Embed JackEngineControl in JackDriver (starting from Tim Blechmann idea).
1351 2008-06-18 Stephane Letz  <letz@grame.fr>
1353         * On OSX waf now compiles Universal Binaries.
1355 2008-06-17 Stephane Letz  <letz@grame.fr>
1357         * Driver class hierarchy simplification.
1358         * Update waf for compilation on OSX.
1360 2008-06-13 Stephane Letz  <letz@grame.fr>
1362         * Correct JackPosixThread::ThreadHandler termination, do not set buffer size if same value is used.
1363         * Another Tim Blechmann cleanup patch + do no allocate JackClientControl in shared memory for server internal clients.
1365 2008-06-12 Stephane Letz  <letz@grame.fr>
1367         * Another Tim Blechmann patch to remove unnecessary virtual methods.
1369 2008-06-09 Stephane Letz  <letz@grame.fr>
1371         * Improve net driver so that jack clients can be registered even if driver has not yet started. 
1373 2008-06-08 Stephane Letz  <letz@grame.fr>
1375         * Add a missing EXPORT for JackException class. 
1377 2008-06-06 Stephane Letz  <letz@grame.fr>
1379         * Better error checking in JackGraphManager::RemoveAllPorts.
1381 2008-06-05 Stephane Letz  <letz@grame.fr>
1383         * Better control of exported symbols.
1384         * Fix a bug in backend parameter parsing.
1386 2008-06-04 Stephane Letz  <letz@grame.fr>
1388         * Merge of network branch.
1389         * Use of set_threaded_log_function only when needed in RT threads.
1391 2008-06-02 Stephane Letz  <letz@grame.fr>
1393         * Tim Blechmann patch to remove unnecessary virtual methods: choice of the appropriate platform version is now done at compilation time.
1395 2008-06-02 Stephane Letz  <letz@grame.fr>
1397         * Cleanup and correct wscript for example-clients.
1398         * Add a test for coherent freewheel state in JackDebugClient. 
1399         * Cleanup JackMutex class.
1401 2008-05-31 Stephane Letz  <letz@grame.fr>
1403         * Add missing include for proper compilation when jack headers are not installed.
1405 2008-05-30 Stephane Letz  <letz@grame.fr>
1407         * Avoid using Terminate when "quitting" in RT thread. Cleanup JackEngineInterface.
1409 2008-05-29 Stephane Letz  <letz@grame.fr>
1411         * Tim Blechmann patch for JackPosixSemaphore (still to test...).
1412         * Correct JackWinThread::Terminate.
1414 2008-05-28 Stephane Letz  <letz@grame.fr>
1416         * New testMutex test, correct timing in drivers.
1418 2008-05-27 Stephane Letz  <letz@grame.fr>
1420         * Correct timing in drivers: frame time has to be incremented before Read.
1422 2008-05-26 Stephane Letz  <letz@grame.fr>
1424         * Merge control branch.
1425         * Cleanup example clients: use jack_client_open and install a proper 'quit' signal handler.
1427 2008-05-24 Stephane Letz  <letz@grame.fr>
1429         * Tim Blechmann RAII idiom patch for JackServer ressource initialization.
1431 2008-05-23 Stephane Letz  <letz@grame.fr>
1433         * Use StartSync to start the client notification thread, otherwise initial notifications from the server may be lost.
1434         * Tim Blechmann JackEngine cleanup patch.
1435         * Call init callback in notification thread also.
1437 2008-05-22 Stephane Letz  <letz@grame.fr>
1439         * Correct JackPort::ClearBuffer.
1440         * Correct JackEngine inheritance graph.
1442 2008-05-21 Stephane Letz  <letz@grame.fr>
1444         * Correct JackEngine::PortUnRegister, JackEngine::ClientCloseAux and JackEngine::ClientDeactivate to correctly send notifications. 
1445         * New jack_get_client_pid API, implemented on server side.
1446         * Better handling of graph state read functions: never wait when used in the real-time thread, current state is used.
1448 2008-05-20 Stephane Letz  <letz@grame.fr>
1450         * Package number bumped to 1.90 everywhere.
1451         * Implementation of jack_get_max_delayed_usecs, jack_get_xrun_delayed_usecs and jack_reset_max_delayed_usecs.
1453 2008-05-19 Stephane Letz  <letz@grame.fr>
1455         * Use of placement new for dynamic port allocation is possibly not safe... so avoid that until a definitive answer is found.
1456         * JackAudioDriver::ProcessAsync and JackAudioDriver::ProcessSync were broken at some point: 0 has to be returned in all cases.
1458 2008-05-16 Stephane Letz  <letz@grame.fr>
1460         * Activate now connect to FW driver and start the realtime thread only if clients are actually realtime, that is have setup any of the RT callback.
1462 2008-05-14 Stephane Letz  <letz@grame.fr>
1464         * Fix JackEngine::Close to only delete "loadable" clients.
1466 2008-05-13 Stephane Letz  <letz@grame.fr>
1468         * Fix exception handling in JackShmMem::operator new.
1469         * Fix JackMutex constructor.
1471 2008-05-12 Stephane Letz  <letz@grame.fr>
1473         * Allows wrapper library to log in a file (using JACK_WRAPPER_DEBUG=file).
1475 2008-05-09 Stephane Letz  <letz@grame.fr>
1477         * Mike Taht's fix for proper alsa xrun duration measurement.
1479 2008-05-06 Stephane Letz  <letz@grame.fr>
1481         * Fix JackPosixThread::StartImp and JackWinThread::StartImp.
1483 2008-05-05 Stephane Letz  <letz@grame.fr>
1485         * Fix JackClient::Close: notification channel is stopped first to avoid receiving notifications while closing and Close is again a synchronous call.
1486         * No more remaining client close in JackEngine::Close().
1488 2008-05-01 Stephane Letz  <letz@grame.fr>
1490         * Fix JackMachClientChannel::InternalClientLoad.
1491         * Correct internal client loading.
1492         * For threaded drivers, AcquireRealTime is called after Init step.
1494 2008-04-30 Stephane Letz  <letz@grame.fr>
1495                 
1496         * Fix JackRestartThreadedDriver::Execute.
1497         * Better handling of init and run state in JackThread.
1499 2008-04-28 Stephane Letz  <letz@grame.fr>
1500                 
1501         * Add exceptions management to distinguish drivers recoverable errors from non recoverable ones. Will be used in special threaded drivers (for network).
1503 2008-04-25 Stephane Letz  <letz@grame.fr>
1504                 
1505         * Correct JackServerGlobals::Init: now check is server is already started.
1507 2008-04-24 Stephane Letz  <letz@grame.fr>
1508                 
1509         * Correct internal client load.
1511 2008-04-10 Stephane Letz  <letz@grame.fr>
1512                 
1513         * Remove Linux Makefile, update Readme.
1515 2008-04-03 Stephane Letz  <letz@grame.fr>
1516                 
1517         * Correct a dirty port array issue in JackGraphManager::GetPortsAux.
1519 2008-03-31 Stephane Letz  <letz@grame.fr>
1520                 
1521         * New SetNonBlocking method for JackSocket.
1523 2008-03-29 Stephane Letz  <letz@grame.fr>
1524                 
1525         * Correct a missing parameter in the usage message of jack_midiseq.
1526         * Add a client counter in wrapper layer: library is unloaded only when all clients have been closed.
1528 2008-03-28 Stephane Letz  <letz@grame.fr>
1529                 
1530         * Correct PortRegister, port name checking must be done on server side.
1531         * Add an Init method for blocking drivers to be decorated using JackThreadedDriver class.
1533 2008-03-27 Stephane Letz  <letz@grame.fr>
1534                 
1535         * Pieter Palmers patch for FFADO driver.
1536         * Dmitry Baikov patch for alsa_rawmidi driver.
1538 2008-03-26 Stephane Letz  <letz@grame.fr>
1539                 
1540         * JackWrapperAPI.cpp: use open_library in jack_client_name_size, jack_port_name_size and jack_port_type_size.
1542 2008-03-20 Stephane Letz  <letz@grame.fr>
1543                 
1544         * Transport timebase fix.
1546 2008-03-19 Stephane Letz  <letz@grame.fr>
1547                 
1548         * Synchronise transport.h with latest jackd version (Video handling).
1550 2008-03-19 Stephane Letz  <letz@grame.fr>
1551                 
1552         * Add jack_port_type_id in jack API.
1554 2008-03-17 Stephane Letz  <letz@grame.fr>
1555                 
1556         * New jack_server_control client to test notifications when linked to the server library.
1557         * Correct JackClient::Activate so that first kGraphOrderCallback can be received by the client notification thread.
1558         * MIDI API in wrapper lib.
1559         * Fix connect notification to deliver *one* notification only.
1561 2008-03-16 Stephane Letz  <letz@grame.fr>
1562                 
1563         * Use engine in JackAlsaDriver::port_register and JackAlsaDriver::port_unregister.
1564         * New JackLockedEngine decorator class to serialize access from ALSA Midi thread, command thread and in-server clients.
1566 2008-03-15 Stephane Letz  <letz@grame.fr>
1567                 
1568         * Add -L (extra output latency in aynchronous mode) in CoreAudio driver.
1569         * RT scheduling for OSX thread (when use in dummy driver).
1571 2008-03-14 Stephane Letz  <letz@grame.fr>
1572                 
1573         * Fernando Lopez-Lezcano scons patch.
1575 2008-03-13 Stephane Letz  <letz@grame.fr>
1576                 
1577         * Add test for jack_cycle_wait, jack_cycle_wait and jack_set_process_thread API.
1578         * Add jack_set_process_thread in wrapper library.
1579         * Correct all backend playback port latency in case of "asynchronous" mode (1 buffer more).
1580         * Correct jack_port_get_total_latency.
1581         * Correct jack_port_by_id in wrapper library.
1583 2008-03-12 Stephane Letz  <letz@grame.fr>
1584                 
1585         * Marc-Olivier Barre library related scons patch.
1586         * Nedko Arnaudov FULL_MIMIC patch.
1587         * Automatic server launch in wrapper layer.
1589 2008-03-11 Stephane Letz  <letz@grame.fr>
1590                 
1591         * Fix engine real-time notification (was broken since ??).
1592         * Correct jack_client_open_aux, jack_client_open and jack_client_new.
1593         * Correct jack_internal_client_load for wrapper layer.
1594         * In thread model, execute a dummy cycle to be sure thread has the correct properties (ensure thread creation is finished).
1595         * Correct jack_port_get_connections function (should return NULL when no connections).
1597 2008-03-10 Stephane Letz  <letz@grame.fr>
1598                 
1599         * Nedko Arnaudov log patch.
1600         * Remove unneeded jack_port_connect API.
1602 2008-03-07 Stephane Letz  <letz@grame.fr>
1603                 
1604         * Define an internal jack_client_open_aux needed for library wrapper feature.
1605         * Improve wrapper code.
1606         * Correct FreeBob driver_initialize.
1608 2008-03-06 Stephane Letz  <letz@grame.fr>
1609                 
1610         * Marc-Olivier Barre scons patch (3).
1612 2008-03-06 Stephane Letz  <letz@grame.fr>
1613                 
1614         * Fix JackSocketClientChannel::ClientClose: async call from the client and server does not need to write any reply. 
1615         * Correct port notification: 2 notifications have to be sent (src, dst) and (dst, src)...
1617 2008-03-05 Stephane Letz  <letz@grame.fr>
1618                 
1619         * libjackdmp.so renamed to libjackservermp.so and same for OSX framework.
1620         * tw1.c example added (new thread model).
1621         * Marc-Olivier Barre scons patch (2).
1623 2008-03-02 Stephane Letz  <letz@grame.fr>
1624                 
1625         * Correct JackSocketClientChannel::ClientClose to use ServerSyncCall instead of ServerAsyncCall.
1626         * Better documentation in jack.h.
1627         * Marc-Olivier Barre scons patch.
1629 2008-03-02 Stephane Letz  <letz@grame.fr>
1630                 
1631         * Correct jack_get_time propotype.
1633 2008-02-25 Stephane Letz  <letz@grame.fr>
1634                 
1635         * Add TimeCallback in JackDebugClient class.
1637 2008-02-22 Stephane Letz  <letz@grame.fr>
1638                 
1639         * Correct JACK_port_unregister.
1641 2008-02-21 Stephane Letz  <letz@grame.fr>
1642                 
1643         * Add port register/unregister notification in JackAlsaDriver.
1645 2008-02-12 Stephane Letz  <letz@grame.fr>
1646                 
1647         * Fix in JackClient::Error(): when RT thread is failing and calling Shutdown, Shutdown was not desactivating the client correctly. 
1648         * Notify ports unregistration in JackEngine::ClientCloseAux.
1649         * Thanks Esben Stien for helping finding these bugs.
1651 2008-02-11 Stephane Letz  <letz@grame.fr>
1652                 
1653         * Use SetAlias for port naming. Use jackd midi port naming scheme.
1655 2008-02-08 Stephane Letz  <letz@grame.fr>
1656                 
1657         * More robust external API.
1659 2008-02-07 Stephane Letz  <letz@grame.fr>
1660                 
1661         * Correct "server_connect": close the communication channel.
1663 2008-02-05 Stephane Letz  <letz@grame.fr>
1664                 
1665         * Reduce WaitGraphChange wait value.
1666         * Remove use of assert in JackFifo, JackMachSemaphore, and JackPosixSemaphore: print an error instead.
1668 2008-02-03 Stephane Letz  <letz@grame.fr>
1670         * Add "Readme" file from package in src folder.
1671         * Tim Blechmann sse optimization patch for JackaudioPort::MixAudioBuffer, use of Apple Accelerate framework on OSX.
1673 2008-02-02 Stephane Letz  <letz@grame.fr>
1675         * Tim Blechmann patches.
1677 2008-02-01 Stephane Letz  <letz@grame.fr>
1679         * Move transport related methods from JackEngine to JackServer.
1680         * Finish port connection callback server side implementation.
1682 2008-01-31 Stephane Letz  <letz@grame.fr>
1684         * Remove checking thread in CoreAudio driver, better device state change recovery strategy: the driver is stopped and restarted.
1685         * jack_thread_wait implementation.
1686         * Add jack_thread_wait client example.
1687         * Add jack_mp_thread_wait client example.
1689 2008-01-30 Stephane Letz  <letz@grame.fr>
1690         
1691         * Latest jack_lsp code from jack SVN.
1692         * Update in usx2y.c and JackPort.cpp to match jackd 0.109.2.
1694 2008-01-29 Stephane Letz  <letz@grame.fr>
1695         
1696         * Implement jack_recompute_total_latency and jack_recompute_total_latencies.
1697         * Remove fBufferSize field in JackGraphManager object.
1698         * Port connection callback, client side.
1700 2008-01-28 Stephane Letz  <letz@grame.fr>
1702         * Updated API to match jack 0.109.0 version (in progress). Correct checking thread in CoreAudio driver.
1703         * Port connection callback, server side.
1704         * Cleanup jack_port_connected_to implementation.
1706 2008-01-25 Stephane Letz  <letz@grame.fr>
1708         * OSX 32/64 bits version.
1710 2008-01-24 Stephane Letz  <letz@grame.fr>
1712         * CoreAudio driver improvement: detect and notify abnormal situations (stopped driver in case of SR change...).
1714 2008-01-03 Stephane Letz  <letz@grame.fr>
1716         * Dmitry Baikov MIDI patch: alsa_seqmidi and alsa_rammidi drivers.
1718 2008-01-03 Stephane Letz  <letz@grame.fr>
1720         * Tim Blechmann patch for JackGraphManager::GetPortsAux memory leak, Tim Blechmann patch for scons install.
1722 2007-12-12 Stephane Letz  <letz@grame.fr>
1724         * Cleanup in CoreAudio driver.
1726 2007-12-11 Stephane Letz  <letz@grame.fr>
1728         * Change string management for proper compilation with gcc 4.2.2. JackLog cleanup.
1730 2007-12-08 Stephane Letz  <letz@grame.fr>
1732         * Tim Blechmann scons patch.
1734 2007-12-07 Stephane Letz  <letz@grame.fr>
1736         * Pieter Palmers second new build system: scons and Makefile based build.
1738 2007-12-06 Stephane Letz  <letz@grame.fr>
1740         * Pieter Palmers FFADO driver and scons based build.
1742 2007-12-05 Stephane Letz  <letz@grame.fr>
1744         * Correct sample_rate management in JackCoreAudioDriver::Open. Better handling in sample_rate change listener.
1746 2007-12-04 Stephane Letz  <letz@grame.fr>
1748         * Add a sample_rate change listener in CoreAudio driver.
1750 2007-12-03 Stephane Letz  <letz@grame.fr>
1752         * Correct bug in CoreAudio driver sample rate management.
1754 2007-11-30 Stephane Letz  <letz@grame.fr>
1756         * Correct JackMachNotifyChannel::ClientNotify.
1758 2007-11-29 Stephane Letz  <letz@grame.fr>
1760         * Correct fPeriodUsecs computation in JackAudioDriver::SetBufferSize and JackAudioDriver::SetSampleRate. 
1762 2007-11-28 Stephane Letz  <letz@grame.fr>
1764         * On OSX, use jack server name in notification system.
1766 2007-11-21 Stephane Letz  <letz@grame.fr>
1768         * On OSX, use CFNotificationCenterPostNotificationWithOptions with kCFNotificationDeliverImmediately | kCFNotificationPostToAllSessions for server ==> JackRouter plugin notification.
1770 2007-11-20 Stephane Letz  <letz@grame.fr>
1772         * Correct CheckPort in JackAPI.cpp.
1774 2007-11-15 Stephane Letz  <letz@grame.fr>
1776         * Move OSX start/stop notification mechanism in Jackdmp.cpp.
1778 2007-11-05 Stephane Letz  <letz@grame.fr>
1780         * Use of JackWinSemaphore instead of JackWinEvent for inter-process synchronization.
1781         * Correct types.h for use with MINGW on Windows.
1783 2007-11-04 Stephane Letz  <letz@grame.fr>
1785         * Add an implementation for obsolete jack_internal_client_new and jack_internal_client_close. Add missing jack_port_type_size.
1787 2007-11-02 Stephane Letz  <letz@grame.fr>
1789         * Correct ALSA driver Attach method: internal driver may have changed the buffer_size and sample_rate values.
1790         * Add JackWinSemaphore class.
1792 2007-10-01 Stephane Letz  <letz@grame.fr>
1794         * Server and user directory related code moved in a JackTools file.
1795         * Client name rewritting to remove path characters (used in fifo naming).
1797 2007-10-30 Stephane Letz  <letz@grame.fr>
1799         * Fix a bug in freewheel management in async mode: drivers now receive the kStartFreewheelCallback and kStopFreewheelCallback notifications.
1801 2007-10-26 Stephane Letz  <letz@grame.fr>
1803         * Add midiseq and midisine examples. 
1804         * Cleanup old zombification code. 
1805         * Linux Makefile now install jack headers.
1806         * Use of JACK_CLIENT_DEBUG environment variable to activate debug client mode.
1807         * Definition of JACK_LOCATION variable using -D in the Makefile.
1808         * Restore jack 0.103.0 MIDI API version.
1810 2007-10-25 Stephane Letz  <letz@grame.fr>
1812         * Merge of Dmitry Baikov MIDI branch. 
1813         * Correct JackGraphManager::GetPortsAux to use port type.
1814         * Remove JackEngineTiming class: code moved in JackEngineControl.
1816 2007-10-24 Stephane Letz  <letz@grame.fr>
1818         * Implementation of server_name setting (-n).
1820 2007-10-23 Stephane Letz  <letz@grame.fr>
1822         * Correct jack_acquire_real_time_scheduling on OSX.
1824 2007-10-18 Stephane Letz  <letz@grame.fr>
1826         * Use LIB_DIR variable for 64 bits related compilation (drivers location). More generic Linux script.
1828 2007-10-16 Stephane Letz  <letz@grame.fr>
1830         * Reorganize jack headers. Improve Linux install/remove scripts.
1832 2007-10-16 Stephane Letz  <letz@grame.fr>
1834         * Internal loadable client implementation, winpipe version added. 
1836 2007-10-12 Stephane Letz  <letz@grame.fr>
1838         * Internal loadable client implementation, socket version added. 
1839         * Fix JackEngine::Close() method.
1841 2007-10-11 Stephane Letz  <letz@grame.fr>
1843         * Internal loadable client implementation (in progress).
1845 2007-10-08 Stephane Letz  <letz@grame.fr>
1847         * Use .jackdrc file (instead of .jackdmprc). Install script now creates a link "jackd ==> jackdmp" so that automatic launch can work correctly. 
1848         * Paul Davis patch for -r (--replace-registry) feature.
1850 2007-10-07 Stephane Letz  <letz@grame.fr>
1852         * Add missing timestamps.c and timestamps.h files. Correctly export public headers in OSX frameworks. Suppress JackEngine::ClientInternalCloseIm method.
1854 2007-10-04 Stephane Letz  <letz@grame.fr>
1856         * Correct "jack_register_server" in shm.c.
1858 2007-10-04 Stephane Letz  <letz@grame.fr>
1860         * Fix a resource leak issue in JackCoreAudioDriver::Close(). Better implement "jack_client_open" when linking a client with the server library.
1862 2007-10-03 Stephane Letz  <letz@grame.fr>
1864         * Rename server_name from "default" to "jackdmp_default" to avoid conflict with regular jackd server.
1866 2007-10-02 Stephane Letz  <letz@grame.fr>
1868         * Correct jack_client_open "status" management.
1870 2007-08-27 Stephane Letz  <letz@grame.fr>
1872         * Server/library protocol checking implementation.
1874 2007-08-26 Stephane Letz  <letz@grame.fr>
1876         * Make "Rename" a method of JackPort class, call it from driver Attach method.
1878 2007-08-24 Stephane Letz  <letz@grame.fr>
1880         * Implement server temporary (-T) mode.
1882 2007-08-23 Stephane Letz  <letz@grame.fr>
1884         * Fix a bug in jack_test. Correct JackShmMem destructor. Correct end case in JackClient::Execute. Correct JackMachSemaphore::Disconnect.
1886 2007-08-22 Stephane Letz  <letz@grame.fr>
1888         * Fix a bug in JackLibClient::Open introduced when adding automatic client renaming.
1890 2007-08-21 Stephane Letz  <letz@grame.fr>
1892         * Fix backend port alias management (renaming in system:xxx).
1894 2007-08-20 Stephane Letz  <letz@grame.fr>
1896         * Automatic server launch. Removes unneeded 'volatile' for JackTransportEngine::fWriteCounter.
1898 2007-08-19 Stephane Letz  <letz@grame.fr>
1900         * Add "systemic" latencies management in CoreAudio driver.
1902 2007-08-16 Stephane Letz  <letz@grame.fr>
1904         * Automatic client renaming.
1906 2007-07-27 Stephane Letz  <letz@grame.fr>
1908         * Correct JackEngine::ClientCloseAux (when called from JackEngine::ClientExternalOpen). Correct JackWinEvent::Allocate.
1910 2007-07-20 Stephane Letz  <letz@grame.fr>
1912         * Correct notification for kActivateClient event.
1914 2007-06-11 Stephane Letz  <letz@grame.fr>
1916         * Dmitry Baikov buffer size patch.
1918 2007-06-10 Stephane Letz  <letz@grame.fr>
1920         * Correct deprecated jack_set_sample_rate_callback to return 0 instead of -1.
1922 2007-06-09 Stephane Letz  <letz@grame.fr>
1924         * Checking in the server to avoid calling the clients if no callback are registered.
1926 2007-06-08 Stephane Letz  <letz@grame.fr>
1928         * New JackNotication.h header in preparation for callback checking in the server.
1930 2007-05-29 Stephane Letz  <letz@grame.fr>
1932         * Add "callback exiting" and "jack_frame_time" tests in jack_test.
1934 2007-05-09 Stephane Letz  <letz@grame.fr>
1936         * Add a mutex in JackGraphManager AllocatePort/ReleasePort methods.
1938 2007-05-05 Stephane Letz  <letz@grame.fr>
1940         * Add jack_set_client_registration_callback API.
1942 2007-05-04 Stephane Letz  <letz@grame.fr>
1944         * Steven Chamberlain patch to fix jack_port_type. Test for jack_port_type behaviour in jack_test.cpp tool.
1946 2007-05-03 Stephane Letz  <letz@grame.fr>
1948         * Steven Chamberlain patch to fix jack_port_by_id export.
1950 2007-04-28 Stephane Letz  <letz@grame.fr>
1952         * Add new jack_port_set_alias, jack_port_unset_alias and jack_port_get_aliases API.
1954 2007-04-27 Stephane Letz  <letz@grame.fr>
1956         * Add missing -D__SMP__in OSX project.
1958 2007-04-23 Stephane Letz  <letz@grame.fr>
1960         * Dmitry Baikov jackmp-time patch: add jack_get_time, jack_time_to_frames, jack_frames_to_time.
1962 2007-04-03 Stephane Letz  <letz@grame.fr>
1964         * Dmitry Baikov remove-nframes patch.
1966 2007-04-02 Stephane Letz  <letz@grame.fr>
1968         * Dmitry Baikov lost-event patch.
1970 2007-04-01 Stephane Letz  <letz@grame.fr>
1972         * Merge JackGraphManager Remove and Release method in a unique Release method.
1974 2007-03-12 Stephane Letz  <letz@grame.fr>
1976         * Bug fix in JackMidiBuffer::MaxEventSize().
1978 2007-03-09 Stephane Letz  <letz@grame.fr>
1980         * Dmitry Baikov MIDI patch phase 2.
1982 2007-03-08 Stephane Letz  <letz@grame.fr>
1984         * Dmitry Baikov jackmp-port-clear patch.
1986 2007-03-06 Stephane Letz  <letz@grame.fr>
1988         * Dmitry Baikov MIDI patch phase 1.
1990 2007-03-04 Stephane Letz  <letz@grame.fr>
1992         * Dmitry Baikov patch for JackGraphManager.cpp.
1993         * Dmitry Baikov MIDI patch phase 0.
1995 2007-02-19 Stephane Letz  <letz@grame.fr>
1996         
1997         * Correct back JackAlsaDriver::Read method. 
1999 2007-02-14 Stephane Letz  <letz@grame.fr>
2000         
2001         * Better error checking in PortAudio driver.
2003 2007-02-07 Stephane Letz  <letz@grame.fr>
2004         
2005         * Thom Johansen fix for port buffer alignment issues.
2007 2007-02-05 Stephane Letz  <letz@grame.fr>
2008         
2009         * Add Pieter Palmers FreeBob driver.
2010         * Thibault LeMeur ALSA driver patch.
2012 2007-01-31 Stephane Letz  <letz@grame.fr>
2014         * Use pthread_attr_setstacksize in JackPosixThread class.
2016 2007-01-30 Stephane Letz  <letz@grame.fr>
2018         * New LockAllMemory and UnlockAllMemory functions.
2020 2007-01-29 Stephane Letz  <letz@grame.fr>
2022         * More robust activation/deactivation code, especially in case of client crash.
2024 2007-01-27 Stephane Letz  <letz@grame.fr>
2026         * Uses a time out value of 10 sec in freewheel mode (like jack).
2028 2007-01-21 Stephane Letz  <letz@grame.fr>
2030         * More client debug code: check if the client is still valid in every JackDebugClient method, check if the library context is still valid in every API call.
2032 2007-01-14 Stephane Letz  <letz@grame.fr>
2034         * Implement thread.h API.
2036 2007-01-09 Stephane Letz  <letz@grame.fr>
2038         * New server/client data transfer model to fix a 64 bits system bug. Fix a device name reversal bug in ALSA driver.
2040 2007-01-04 Stephane Letz  <letz@grame.fr>
2042         *  Add call to the init callback (set up using the jack_set_thread_init_callback API) in Real-Time and Notification threads. Define a new 'kActivateClient' notification. 
2044 2007-01-02 Stephane Letz  <letz@grame.fr>
2046         * Internal cleanup.
2048 2006-12-23 Stephane Letz  <letz@grame.fr>
2050         * shared_ports renamed to shared_graph.
2052 2006-12-15 Stephane Letz  <letz@grame.fr>
2054         * Move client refnum management in JackEngine.
2056 2006-12-12 Stephane Letz  <letz@grame.fr>
2058         * Tom Szilagyi memory leak fix in ringbuffer.c.
2060 2006-11-29 Stephane Letz  <letz@grame.fr>
2062         * Correct JackWinEnvent::Allocate (handle the ERROR_ALREADY_EXISTS case). Correct JackEngine::ClientExternalNew.
2063         * Karsten Wiese correction for ALSA usx2y driver.
2065 2006-11-22 Stephane Letz  <letz@grame.fr>
2067         * In synchronous mode, if the driver time out is reached, the server may get desynchronized (pending signal may arrive in later cycles), 
2068         improve audio driver synchronous code to better handle this case.
2069          
2070 2006-11-08 Stephane Letz  <letz@grame.fr>
2072         * Synchronize ALSA backend with jack one.
2074 2006-11-04 Stephane Letz  <letz@grame.fr>
2076         * Use -D to setup ADDON_DIR on OSX and Linux.
2078 2006-10-11 Stephane Letz  <letz@grame.fr>
2080         * Correct server SetBufferSize in case of failure. Correct PortAudio driver help.
2082 2006-10-06 Stephane Letz  <letz@grame.fr>
2084         * Add a new cpu testing/loading client.
2086 2006-09-23  Stephane Letz  <letz@grame.fr>
2088         * Rename global "verbose" in "jack_verbose" to avoid symbol clash with PureData.
2090 2006-09-20  Stephane Letz  <letz@grame.fr>
2092         * On Windows, avoid to use the unsafe Kill thread method. Use thread Stop instead and have blocked IO be unlocked. 
2093         * Still get RT thread termination problems, restore a version that works on OSX and Linux with conditionnal compilation for now.
2095 2006-09-16  Stephane Letz  <letz@grame.fr>
2097         * Restore behaviour of LoopBack driver, which has to be opened in any case...
2099 2006-09-15  Stephane Letz  <letz@grame.fr>
2101         * On Windows version, use signal to quit the server.
2103 2006-09-13  Stephane Letz  <letz@grame.fr>
2105         * Correct pipe destruction bug in JackWinNamedPipe class.
2107 2006-09-11  Stephane Letz  <letz@grame.fr>
2109         * Handling of LoopBack driver only when really needed.
2110         * Correct crash bug when closing clients on Windows due to multi-threading synchronization issues.
2112 2006-09-06  Stephane Letz  <letz@grame.fr>
2114         * Correct coreaudio driver (input was not working since 0.55 version).
2115         * Version for 0.58 release.
2117 2006-09-04  Stephane Letz  <letz@grame.fr>
2119         * Correct Windows VC++ projects.
2121 2006-09-03  Stephane Letz  <letz@grame.fr>
2123         * First import of version 0.58 base code\r