Missing jack_port_uuid. stub/empty implementation complete
[jack2.git] / ChangeLog
blobf1c35b59450c948898d7ff6d182c3ab72bb4e03f
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
35 Matt Flax with IIO kernel/hardware peers; Lars-Peter Clausen and Alexandru Tofan.
37 ---------------------------
38   Jackdmp changes log
39 ---------------------------
41 2012-12-10 Stephane Letz  <letz@grame.fr>
43         * Version 1.9.10 started.
45 2012-11-21 Stephane Letz  <letz@grame.fr>
47         * Correct JackPortAudioDriver::Open : special case for ASIO drivers.
49 2012-10-20 Stephane Letz  <letz@grame.fr>
51         * Correct JackEngine::NotifyGraphReorder : graph-order callback now notified after port latencies update.
53 2012-09-22 Robin Gareus <robin@gareus.org>
55         * netjack/opus: don't re-init en/decoders.
57 2012-09-18 Nedko Arnaudov  <nedko@arnaudov.name>
59         * Use string ids in the alsa device list.
61 2012-09-10 Nedko Arnaudov  <nedko@arnaudov.name>
63         * controlapi: fix double free on master switch.
65 2012-09-10 Robin Gareus <robin@gareus.org>
67         * netjack1/netone opus support.
68         * netjack1/2 Opus: use only 2bytes for encoded-length.
69         * wscript: add header defines and libs for example-clients/netsource.
70         * fix duplicate prog.includes.
72 2012-09-05 Stephane Letz  <letz@grame.fr>
74         * More robust channel mapping handling in JackCoreAudioDriver.
76 2012-09-05 Robin Gareus <robin@gareus.org>
78         * Add opus support to NetJack2.
80 2012-08-21 Nedko Arnaudov  <nedko@arnaudov.name>
82         * jack_control: fix epr command.
84 2012-08-21 Stephane Letz  <letz@grame.fr>
86         * Update JackCoreAudioDriver and JackCoreAudioAdapter with more recent API.
88 2012-08-03 Stephane Letz  <letz@grame.fr>
90         * Change framework installation hierarchy for OSX Mountain Lion.
92 2012-08-02 Stephane Letz  <letz@grame.fr>
94         * Devin Anderson patch for Jack/CoreMIDI duplicated messages.
96 2012-07-24 Stephane Letz  <letz@grame.fr>
98         * Fix in ALSA adapter.
100 2012-05-26 Nedko Arnaudov  <nedko@arnaudov.name>
102         * Fix alsa driver parameter order.
103         * Control API: Enforce driver/internal parameter order.
105 2012-05-24 Nedko Arnaudov  <nedko@arnaudov.name>
107         * Extend jack_control to have parameter reset commands.
109 2012-03-24 Adrian Knoth  <adi@drcomp.erfurt.thur.de>
111         * Align buffers to 32 byte boundaries to allow AVX processing.
113 2012-03-21 Stephane Letz  <letz@grame.fr>
115         * New jack_get_cycle_times() implementation from Fons Adriennsen.
117 2012-03-17 Nedko Arnaudov  <nedko@arnaudov.name>
119         * Update waf.
121 2012-03-17 Adrian Knoth  <adi@drcomp.erfurt.thur.de>
123         * [firewire] Introduce UpdateLatencies() in FFADO backend.
124         * [firewire] Allow FFADO backend to change the buffer size.
126 2012-03-16 Stephane Letz  <letz@grame.fr>
128         * Rework JackMessageBuffer.
130 2012-03-15 Stephane Letz  <letz@grame.fr>
132         * POST_PACKED_STRUCTURE used for jack_latency_range_t type.
134 2012-03-09 Stephane Letz  <letz@grame.fr>
136         * Remove JACK_32_64 flag, so POST_PACKED_STRUCTURE now always used.
138 2012-02-10 Stephane Letz  <letz@grame.fr>
140         * Improve libjacknet master mode.
142 2012-02-09 Stephane Letz  <letz@grame.fr>
144         * In control API, UNIX like sigset_t replaced by more abstract jackctl_sigmask_t * opaque struct.
146 2012-02-01 Stephane Letz  <letz@grame.fr>
148         * Check server API callback from notification thread.
149         * Use a time-out in notification channel write function.
150         * Fix lock management in JackEngine.
152 2012-01-29 Stephane Letz  <letz@grame.fr>
154         * A bit more robust JackMessageBuffer implementation (in progress).
156 2012-01-27 Stephane Letz  <letz@grame.fr>
158         * Rename JackProcessSync in JackPosixProcessSync.
160 2012-01-26 Stephane Letz  <letz@grame.fr>
162         * Add EndTime function (especially for Windows).
164 2012-01-25 Stephane Letz  <letz@grame.fr>
166         * Fix NetJack2 initialisation bug.
168 2012-01-24 Stephane Letz  <letz@grame.fr>
170         * Improve ShutDown in NetManager.
171         * Correct ShutDown in JackInternalClient and JackLibClient.
173 2012-01-20 Stephane Letz  <letz@grame.fr>
175         * Experimental system port alias use in Windows JackRouter.
177 2012-01-19 Stephane Letz  <letz@grame.fr>
179         * Implement shutdown for in server clients.
180         * Better time-out management in NetJack2.
182 2012-01-13 Stephane Letz  <letz@grame.fr>
184         * More robust server/client protocol.
186 2012-01-11 Stephane Letz  <letz@grame.fr>
188         * Factorize code the server/client request in JackRequestDecoder class.
190 2012-01-06 Stephane Letz  <letz@grame.fr>
192         * Cleanup drivers and internals loading code.
193         * jackctl_driver_params_parse API moved in public control.h.
194         * More general drivers/internals loading model on Windows.
196 2012-01-06 Stephane Letz  <letz@grame.fr>
198         * Fix for compilation on Solaris.
200 2012-01-04 Stephane Letz  <letz@grame.fr>
202         * Fix library symbols export issue.
204 2012-01-02 Stephane Letz  <letz@grame.fr>
206         * Adrian Knoth fix in midiseq.c.
208 2011-12-20 Stephane Letz  <letz@grame.fr>
210         * Version 1.9.9 started.
212 2011-11-25 Stephane Letz  <letz@grame.fr>
214         * More robust dynamic port management in JACK/CoreMidi bridge.
215         * Correct jack_port_name_size API.
217 2011-11-24 Stephane Letz  <letz@grame.fr>
219         * Dynamic port management in JACK/CoreMidi bridge.
220         * Correct jack_client_create_thread (when realtime in on).
222 2011-11-21 Stephane Letz  <letz@grame.fr>
224         * John Emmas third auto-launch server on Windows patch.
226 2011-11-07 Stephane Letz  <letz@grame.fr>
228         * John Emmas first auto-launch server on Windows patch.
229         * John Emmas second auto-launch server on Windows patch.
231 2011-11-06 Stephane Letz  <letz@grame.fr>
233         * Enable local access in NetJack2 code.
235 2011-11-04 Stephane Letz  <letz@grame.fr>
237         * Fix jack_set_port_name API.
239 2011-11-03 Stephane Letz  <letz@grame.fr>
241         * Add missing jack_client_get_uuid API.
242         * John Emmas Windows server launching patch (1).
244 2011-10-28 Stephane Letz  <letz@grame.fr>
246         * John Emmas POST_PACKED_STRUCTURE patch.
248 2011-10-27 Stephane Letz  <letz@grame.fr>
250         * Gabriel Beddingfield patch (r4541) reverted.
252 2011-10-10 Stephane Letz  <letz@grame.fr>
254         * John Emmas patch for DSP CPU computation.
256 2011-09-27 Stephane Letz  <letz@grame.fr>
258         * Gabriel Beddingfield patch for ALSA driver: error when source is non-native byte-order float.
260 2011-08-31 Stephane Letz  <letz@grame.fr>
262         * Correct Start/Stop for Control API.
264 2011-08-30 Stephane Letz  <letz@grame.fr>
266         * Check driver type in jackdmp.cpp.
268 2011-08-28 Stephane Letz  <letz@grame.fr>
270         * Correct JackBasePosixMutex::Trylock.
271         * Correct JackMessageBuffer::Execute.
273 2011-08-26 Stephane Letz  <letz@grame.fr>
275         * More robust code in synchronization primitives and in JackMessageBuffer.
276         * Non blocking notifications in JackEngine::NotifyAddClient and JackEngine::NotifyRemoveClient.
277         * More robust Control API implementation.
278         * Add jackctl_driver_get_type in Control API.
279         * Singleton behaviour for JackCoreMidiDriver and JackWinMMEDriver.
281 2011-07-29 Stephane Letz  <letz@grame.fr>
283         * New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and JackNetOneDriver classes.
285 2011-07-28 Stephane Letz  <letz@grame.fr>
287         * Enable explicit channel mapping in CoreAudio driver.
289 2011-07-25 Stephane Letz  <letz@grame.fr>
291         * NetJack2: no more timeout, correct JackWaitThreadedDriver::Execute.
293 2011-07-25 Stephane Letz  <letz@grame.fr>
295         * NetJack2: improve latency management, cleanup.
297 2011-07-23 Stephane Letz  <letz@grame.fr>
299         * Possible fix for http://trac.jackaudio.org/ticket/193.
301 2011-07-22 Stephane Letz  <letz@grame.fr>
303         * NetJack2: improve error reporting.
305 2011-07-16 Stephane Letz  <letz@grame.fr>
307         * Error in JackActivationCount::Signal now uses jack_log instead of jack_error.
308         * EXPORT macro renamed to LIB_EXPORT.
310 2011-07-12 Stephane Letz  <letz@grame.fr>
312         * NetJack2 now only send data on network only is ports are connected both sides.
314 2011-07-11 Stephane Letz  <letz@grame.fr>
316         * Add JACK_NETJACK_PORT and JACK_NETJACK_MULTICAST environment variables for NetJack2.
318 2011-07-08 Stephane Letz  <letz@grame.fr>
320         * NetJack2 now only send data on network for connected ports.
322 2011-07-03 Stephane Letz  <letz@grame.fr>
324         * More debug code in JackMMCSS class.
326 2011-07-03 Stephane Letz  <letz@grame.fr>
328         * -l in JackCoreAudioDriver now display devices names and then quit.
330 2011-07-01 Stephane Letz  <letz@grame.fr>
332         * Fix bugs in JackNetAdapter.
334 2011-06-29 Stephane Letz  <letz@grame.fr>
336         * Special CATCH_CLOSE_EXCEPTION_RETURN to handle Close API calls.
338 2011-06-28 Stephane Letz  <letz@grame.fr>
340         * Another round of code improvements to handle completely buggy Digidesign CoreAudio user-land driver.
342 2011-06-20 Stephane Letz  <letz@grame.fr>
344         * Correct Dummy driver.
346 2011-06-17 Stephane Letz  <letz@grame.fr>
348         * NetJack2: connection error handling.
350 2011-06-16 Stephane Letz  <letz@grame.fr>
352         * Changes in NetJack2 connection management: no more timeout, any transmission error considered as fatal.
353         * NetJack2: timeout again...
355 2011-06-11 Stephane Letz  <letz@grame.fr>
357         * Special version of jack_attach_shm/jack_release_shm on client side for POSIX shared memory, to solve a memory leak issue.
359 2011-06-10 Stephane Letz  <letz@grame.fr>
361         * SaveConnections/RestoreConnections in NetDriver.
362         * SaveConnections/RestoreConnections moved in JackAudioDriver.
364 2011-06-09 Stephane Letz  <letz@grame.fr>
366         * Correct NetJack2 connection handling.
368 2011-05-27 Stephane Letz  <letz@grame.fr>
370         * Correct rd_acquire in dbus code.
372 2011-05-16 Stephane Letz  <letz@grame.fr>
374         * Correct OSX real-time thread setup.
376 2011-05-11 Stephane Letz  <letz@grame.fr>
378         * Correct MIDI in NetJack2.
380 2011-05-05 Stephane Letz  <letz@grame.fr>
382         * Libjacknet in progress.
384 2011-05-02 Stephane Letz  <letz@grame.fr>
386         * Merge branch switch-master-port-registration-notifications: correct driver port registration.
388 2011-04-21 Stephane Letz  <letz@grame.fr>
390         * CELT code for NetJack2.
392 2011-04-20 Stephane Letz  <letz@grame.fr>
394         * Add XRun detection in PortAudio driver.
396 2011-04-18 Stephane Letz  <letz@grame.fr>
398         * JackWeakAPI.cpp renamed in JackWeakAPI.c.
400 2011-04-04 Stephane Letz  <letz@grame.fr>
402         * Correct driver lifetime management.
404 2011-04-03 Stephane Letz  <letz@grame.fr>
406         * Fix in JackCoreAudioDriver::Read when there is no inputs.
408 2011-04-02 Stephane Letz  <letz@grame.fr>
410         * NetDriver can now ask for in/out values from the master (in progress).
411         * Correct drivers parameter settings.
413 2011-04-01 Stephane Letz  <letz@grame.fr>
415         * Merge newer-midi branch (Devin Anderson redesign of the MIDI drivers: alsarawmidi, ffado, coremidi and winmme).
416         * Cleanup JackThreadedDriver::Stop.
417         * Correct JackNetOneDriver::Close.
418         * Correction in jackdmp.cpp: notify_server_stop should be done after server destruction.
419         * Improve error management in JackNetDriver.
421 2011-03-30 Stephane Letz  <letz@grame.fr>
423         * Version 1.9.8 started.
425 2011-03-29 Stephane Letz  <letz@grame.fr>
427         * Synchronize JackWeakAPI.cpp with new APIs.
429 2011-03-28 Stephane Letz  <letz@grame.fr>
431         * Correction of jack_connect/jack_disconnect: use of jack_activate and volatile keyword for thread shared variable.
432         * Correction of JackNetOneDriver for latest CELT API.
434 2011-03-24 Stephane Letz  <letz@grame.fr>
436         * Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson).
437         * Correct alsa_driver_restart (thanks Devin Anderson).
439 2011-03-23 Stephane Letz  <letz@grame.fr>
441         * Devin Anderson server-ctl-proposal branch merged on trunk: improved control API, slave backend reworked.
443 2011-03-14 Stephane Letz  <letz@grame.fr>
445         * Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest API.
447 2011-03-13 Stephane Letz  <letz@grame.fr>
449         * Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp.
451 2011-03-11 Stephane Letz  <letz@grame.fr>
453         * Correct JackNetMaster::SetBufferSize.
454         * Use jack_default_audio_sample_t instead of float consistently, fix ticket #201."
455         * -X now allows to add several slave backends, add -I to load several internal clients.
457 2011-03-10 Stephane Letz  <letz@grame.fr>
459         * Latency callback must always be activated.
460         * Correct TopologicalSort.
461         * Add jack_midi_dump client.
462         * Synchronize netjack1 with JACK1 version.
463         * Synchronize jack_connect/jack_disconnect with JACK1 version.
465 2011-03-09 Stephane Letz  <letz@grame.fr>
467         * jack_client_has_session_callback implementation.
468         * Fix jdelay for new latency API.
469         * Check requested buffer size and limit to 1..8192 - avoids weird behaviour caused by jack_bufsize foobar.
470         * jack_port_type_get_buffer_size implementation.
471         * Stop using alloca and allocate buffer on the heap for alsa_io.
472         * Rename jdelay to jack_iodelay as per Fons' request.
473         * Call buffer size callback in activate (actually this is done on client side in the RT thread Init method).
474         * JackEngine::ComputeTotalLatencies in progress.
476 2011-03-08 Stephane Letz  <letz@grame.fr>
478         * Use of latency range in all backends.
479         * ComputeTotalLatencies now a client/server call.
480         * Add latent test client for latency API.
481         * Also print playback and capture latency in jack_lsp.
483 2011-03-04 Stephane Letz  <letz@grame.fr>
485         * Revert r4119 (RT notification in the server). JackAudioDriver::ProcessSync now skip backend write in case of graph process failure.
486         * Fix incorrect error codes in alsa/usx2y.c and alsa/JackAlsaDriver.cpp.
487         * Synchronize public headers with JACK1. Update OSX project.
488         * New latency API implementation (in progress).
490 2011-02-09 Stephane Letz  <letz@grame.fr>
492         * Remove JackPortIsActive flag.
494 2011-02-07 Stephane Letz  <letz@grame.fr>
496         * Valerio Pilo second CAS for ARMv7 patch.
498 2011-02-03 Stephane Letz  <letz@grame.fr>
500         * Valerio Pilo CAS for ARMv7 patch.
502 2011-01-11 Stephane Letz  <letz@grame.fr>
504         * Adrian Knoth jack_lsp patch.
506 2010-11-17 Stephane Letz  <letz@grame.fr>
508         * ALSA backend: suspend/resume handling (jack1 r4075).
509         * Correct dummy driver.
511 2010-11-05 Stephane Letz  <letz@grame.fr>
513         * In jackdmp.cpp, jackctl_setup_signals moved before jackctl_server_start.
514         * Correct symbols export in backends on OSX.
516 2010-11-03 Stephane Letz  <letz@grame.fr>
518         * 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.
520 2010-10-30 Stephane Letz  <letz@grame.fr>
522         * Correct JackServer::Open to avoid a race when control API is used on OSX.
524 2010-10-29 Stephane Letz  <letz@grame.fr>
526         * Correct lsp.c code.
527         * Add note about unique port-name requirement.
529 2010-09-08 Stephane Letz  <letz@grame.fr>
531         * Sync JackAlsaDriver::alsa_driver_check_card_type with JACK1 backend.
533 2010-08-30 Stephane Letz  <letz@grame.fr>
535         * Version 1.9.7 started.
537 2010-08-25 Stephane Letz  <letz@grame.fr>
539         * In JackCoreAudioDriver, fix an issue when no value is given for input.
541 2010-08-23 Stephane Letz  <letz@grame.fr>
543         * Adrian Knoth fix for linux cycle.h (ticket 188).
545 2010-07-07 Stephane Letz  <letz@grame.fr>
547         * Jan Engelhardt patch for get_cycles on SPARC.
548         * Adrian Knoth hurd.patch, kfreebsd-fix.patch and alpha_ia64-sigsegv.patch from ticket 177.
550 2010-06-29 Stephane Letz  <letz@grame.fr>
552         * Arnold Krille firewire snooping patch.
554 2010-06-16 Stephane Letz  <letz@grame.fr>
556         * David Garcia Garzon unused_pkt_buf_field_jack2 netone patch.
558 2010-06-13 Stephane Letz  <letz@grame.fr>
560         * Fix JackPosixSemaphore::TimedWait: same behavior as JackPosixSemaphore::Wait regarding EINTR.
562 2010-05-31 Stephane Letz  <letz@grame.fr>
564         * Fix from Fernando Lopez-Lezcano for compilation on fc13.
566 2010-05-30 Stephane Letz  <letz@grame.fr>
568         * David Garcia Garzon netone patch.
570 2010-05-27 Stephane Letz  <letz@grame.fr>
572         * In JackCoreAudioDriver, move code called in MeasureCallback to be called once in IO thread.
574 2010-05-07 Stephane Letz  <letz@grame.fr>
576         * Add tests to validate intclient.h API.
577         * On Linux, inter-process synchronization primitive switched to POSIX semaphore.
579 2010-04-16 Stephane Letz  <letz@grame.fr>
581         * Make jack_connect/jack_disconnect wait for effective port connection/disconnection.
583 2010-04-07 Stephane Letz  <letz@grame.fr>
585         * Remove call to exit in library code.
587 2010-03-26 Stephane Letz  <letz@grame.fr>
589         * ffado-portname-sync.patch from ticket #163 applied.
591 2010-03-24 Stephane Letz  <letz@grame.fr>
593         * On Windows, now use TRE library for regexp (BSD license instead of GPL license).
595 2010-03-19 Stephane Letz  <letz@grame.fr>
597         * Fix some file header to have library side code use LGPL.
598         * Apply srcfactor.diff patch for ticket #162.
600 2010-03-06 Stephane Letz  <letz@grame.fr>
602         * Arnold Krille firewire patch.
603         * Raise JACK_DRIVER_PARAM_STRING_MAX and JACK_PARAM_STRING_MAX to 127 otherwise some audio drivers cannot be loaded on OSX.
605 2010-03-04 Stephane Letz  <letz@grame.fr>
607         * Correct JackMachServerChannel::Execute: keep running even in error cases.
608         * Raise JACK_PROTOCOL_VERSION number.
610 2010-03-03 Stephane Letz  <letz@grame.fr>
612         * Correct JackGraphManager::DeactivatePort.
614 2010-03-02 Stephane Letz  <letz@grame.fr>
616         * Improve JackCoreAudioDriver and JackCoreAudioAdapter: when no devices are described, takes default input and output and aggregate them.
618 2010-02-15 Stephane Letz  <letz@grame.fr>
620         * Version 1.9.6 started.
622 2010-01-29 Gabriel M. Beddingfield <gabriel@teuton.org>
624         * Change JackEngineProfiling and JackAudioAdapterInterface gnuplot scripts to output SVG instead of PDF.
626 2009-12-15 Stephane Letz  <letz@grame.fr>
628         * Shared memory manager was calling abort in case of fatal error, now return an error in caller.
630 2009-12-13 Stephane Letz  <letz@grame.fr>
632         * Mario Lang alsa_io time calculation overflow patch.
634 2009-12-10 Stephane Letz  <letz@grame.fr>
636         * Use a QUIT notification to properly quit the server channel, the server channel thread can then be 'stopped' instead of 'canceled'.
638 2009-12-09 Stephane Letz  <letz@grame.fr>
640         * When threads are cancelled, the exception has to be rethrown.
642 2009-12-08 Stephane Letz  <letz@grame.fr>
644         * Josh Green ALSA driver capture only patch.
646 2009-12-03 Stephane Letz  <letz@grame.fr>
648         * Fix JackCoreMidiDriver::ReadProcAux when ring buffer is full (thanks Devin Anderson).
650 2009-12-02 Stephane Letz  <letz@grame.fr>
652         * Special code in JackCoreAudio driver to handle completely buggy Digidesign CoreAudio user-land driver.
653         * Ensure that client-side message buffer thread calls thread_init callback if/when it is set by the client (backport of JACK1 rev 3838).
654         * Check dynamic port-max value.
656 2009-12-01 Stephane Letz  <letz@grame.fr>
658         * Fix port_rename callback: now both old name and new name are given as parameters.
660 2009-11-30 Stephane Letz  <letz@grame.fr>
662         * Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes between periods (and more).
664 2009-11-29 Stephane Letz  <letz@grame.fr>
666         * More robust sample rate change handling code in JackCoreAudioDriver.
668 2009-11-24 Stephane Letz  <letz@grame.fr>
670         * Dynamic choice of maximum port number.
672 2009-11-23 Stephane Letz  <letz@grame.fr>
674         * Peter L Jones patch for NetJack1 compilation on Windows.
676 2009-11-20 Stephane Letz  <letz@grame.fr>
678         * Version 1.9.5 started.
679         * Client debugging code improved.
681 2009-11-18 Stephane Letz  <letz@grame.fr>
683         * Sync JackCoreAudioAdapter code with JackCoreAudioDriver.
685 2009-11-17 Stephane Letz  <letz@grame.fr>
687         * In JackCoreAudio driver, clock drift compensation in aggregated devices working.
688         * In JackCoreAudio driver, clock drift compensation semantic changed a bit: when on, does not activate if not needed (same clock domain).
690 2009-11-16 Stephane Letz  <letz@grame.fr>
692         * In JackCoreAudio driver, (possibly) clock drift compensation when needed in aggregated devices.
694 2009-11-14 Stephane Letz  <letz@grame.fr>
696         * Sync with JACK1: -r parameter now used for no-realtime, realtime (-R) is now default, usable backend given vie platform.
698 2009-11-13 Stephane Letz  <letz@grame.fr>
700         * Better memory allocation error checking in ringbuffer.c, weak import improvements.
701         * Memory allocation error checking for jack_client_new and jack_client_open (server and client side).
702         * Memory allocation error checking in server for RPC.
703         * Simplify server temporary mode: now use a JackTemporaryException.
704         * Lock/Unlock shared memory segments (to test...).
706 2009-11-12 Stephane Letz  <letz@grame.fr>
708         * Better memory allocation error checking on client (library) side.
710 2009-11-11 Stephane Letz  <letz@grame.fr>
712         * Correct JackCoreAudio driver when empty strings are given as -C, -P or -d parameter.
714 2009-11-10 Stephane Letz  <letz@grame.fr>
716         * Correct JackInfoShutdownCallback prototype, two new JackClientProcessFailure and JackClientZombie JackStatus code.
718 2009-11-09 Stephane Letz  <letz@grame.fr>
720         * Correct JackGraphManager::GetBuffer for the "client loop with one connection" case: buffer must be copied.
722 2009-11-07 Stephane Letz  <letz@grame.fr>
724         * Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime).
725         * Correct JackPosixThread::StartImp: thread priority setting now done in the RT case only.
727 2009-11-06 Stephane Letz  <letz@grame.fr>
729         * Correctly save and restore RT mode state in freewheel mode.
730         * Correct freewheel code on client side.
732 2009-11-05 Stephane Letz  <letz@grame.fr>
734         * No reason to make jack_on_shutdown deprecated, so revert the incorrect change.
735         * Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread field. Use pthread_self()) (or GetCurrentThread() on Windows) to get the calling thread.
737 2009-10-30 Stephane Letz  <letz@grame.fr>
739         * In JackCoreAudioDriver, improve management of input/output channels: -1 is now used internally to indicate a wanted max value.
740         * In JackCoreAudioDriver::OpenAUHAL, correct stream format setup and cleanup.
741         * Correct crash bug in JackAudioAdapterInterface when not input is used in adapter (temporary fix...)
742         * Sync JackCoreAudioAdapter code on JackCoreAudioDriver one.
743         * JACK_SCHED_POLICY switched to SCHED_FIFO.
744         * Now can aggregate device that are themselves AD.
746 2009-10-29 Stephane Letz  <letz@grame.fr>
748         * In JackCoreAudioDriver::Start, wait for the audio driver to effectively start (use the MeasureCallback).
750 2009-10-28 Stephane Letz  <letz@grame.fr>
752         * In JackCoreAudioDriver, force the SR value to the wanted one *before* creating aggregate device (otherwise creation will fail).
753         * In JackCoreAudioDriver, better cleanup of AD when intermediate open failure.
755 2009-10-27 Stephane Letz  <letz@grame.fr>
757         * Dynamic system version detection in JackCoreAudioDriver to either create public or private aggregate device.
759 2009-10-26 Stephane Letz  <letz@grame.fr>
761         * Implement "hog mode" (exclusive access of the audio device) in JackCoreAudioDriver.
762         * Fix jack_set_sample_rate_callback to have he same behavior as in JACK1.
764 2009-10-25 Stephane Letz  <letz@grame.fr>
766         * Improve aggregate device management in JackCoreAudioDriver: now a "private" device only and cleanup properly.
767         * Aggregate device code added to JackCoreAudioAdapter.
769 2009-10-23 Stephane Letz  <letz@grame.fr>
771         * Correct JackProcessSync::LockedTimedWait.
772         * Correct JACK_MESSAGE_SIZE value, particularly in OSX RPC code.
773         * Now start server channel thread only when backend has been started (so in JackServer::Start). Should solve race conditions at start time.
774         * jack_verbose moved to JackGlobals class.
776 2009-10-22 Stephane Letz  <letz@grame.fr>
778         * Correct jackdmp.cpp (failures case were not correct..). Improve JackCoreAudioDriver code. Raise default port number to 2048.
780 2009-10-20 Stephane Letz  <letz@grame.fr>
782         * Add a string parameter to server ==> client notification, add a new JackInfoShutdownCallback type.
783         * CoreAudio backend now issue a JackInfoShutdownCallback when an unrecoverable error is detected (sampling rate change, stream configuration changed)
785 2009-10-17 Stephane Letz  <letz@grame.fr>
787         * Correct server temporary mode: now set a global and quit after server/client message handling is finished.
789 2009-10-15 Stephane Letz  <letz@grame.fr>
791         * Change CoreAudio notification thread setup for OSX Snow Leopard.
793 2009-09-18 Stephane Letz  <letz@grame.fr>
795         * Simplify transport in NetJack2: master only can control transport.
797 2009-09-15 Stephane Letz  <letz@grame.fr>
799         * Correct CPU timing in JackNetDriver, now take cycle begin time after Read.
800         * Fix issues in JackNetDriver::DecodeTransportData and JackNetDriver::Initialize.
802 2009-08-28 Stephane Letz  <letz@grame.fr>
804         * Correct monitor port naming in JackAudioDriver and JackCoreAudioDriver.
805         * 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)
807 2009-07-31 Stephane Letz  <letz@grame.fr>
809         * Use SNDCTL_DSP_SYNCGROUP/SNDCTL_DSP_SYNCSTART API to synchronize input and output in Solaris boomer backend.
811 2009-07-29 Stephane Letz  <letz@grame.fr>
813         * Add a -G parameter in CoreAudio backend (the computation value in RT thread expressed as percent of period).
815 2009-07-28 Stephane Letz  <letz@grame.fr>
817         * Fix CopyAndConvertIn for Solaris backends.
819 2009-07-22 Stephane Letz  <letz@grame.fr>
821         * Version 1.9.4 started.
822         * Solaris boomer backend now working in capture or playback only mode.
823         * Fix control.h for proper compilation on Solaris.
825 2009-07-17 Stephane Letz  <letz@grame.fr>
827         * Loopback backend reborn as a dynamically loadable separated backend.
828         * -L parameter for loopback backend activated again in jackd.
830 2009-07-17 Stephane Letz  <letz@grame.fr>
832         * Big rewrite of Solaris boomer driver, seems to work in duplex mode at least.
834 2009-07-16 Stephane Letz  <letz@grame.fr>
836         * In combined --dbus and --classic compilation code, use PulseAudio acquire/release code.
838 2009-07-15 Stephane Letz  <letz@grame.fr>
840         * Rename JackDriver::Init method to JackDriver::Initialize (to avoid confusion with JackThread::Init method).
841         * Update Solaris boomer driver.
842         * Report some cleanup and documentation improvements done on JACK1 timing functions.
844 2009-07-11 Stephane Letz  <letz@grame.fr>
846         * Raise drivers time out used in synchronous mode.
848 2009-07-09 Stephane Letz  <letz@grame.fr>
850         * Use __attribute__((__packed__)) again, more fixes for 64/32 mixed mode.
851         * Torben Hohn changes for 64/32 mixed mode in wscripts.
852         * Add compile time option for maximum ports per application.
854 2009-07-07 Stephane Letz  <letz@grame.fr>
856         * Use __attribute__((__aligned__(32))) instead of __attribute__((__packed__)) for 64/32 mixed mode.
858 2009-07-03 Stephane Letz  <letz@grame.fr>
860         * Another Tim Bechmann memops.c optimization patch.
862 2009-07-01 Stephane Letz  <letz@grame.fr>
864         * Tim Bechmann memops.c optimization patch.
866 2009-06-30 Stephane Letz  <letz@grame.fr>
868         * Tim Bechmann patch: hammerfall, only release monitor thread, if it has been created.
870 2009-06-19 Stephane Letz  <letz@grame.fr>
872         * Correct JackTransportEngine::MakeAllLocating, sync callback has to be called in this case also.
873         * NetJack2 code: better error checkout, method renaming.
875 2009-06-17 Stephane Letz  <letz@grame.fr>
877         * Move DBus based audio device reservation code in ALSA backend compilation.
879 2009-06-16 Stephane Letz  <letz@grame.fr>
881         * Correct JackFifo::TimedWait for EINTR handling.
883 2009-06-05 Stephane Letz  <letz@grame.fr>
885         * Correct jack_set_error_function, jack_set_info_function and jack_set_thread_creator functions.
887 2009-05-18 Stephane Letz  <letz@grame.fr>
889         * 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.
891 2009-05-15 Stephane Letz  <letz@grame.fr>
893         * Move InitFrameTime in JackDriver::Start method.
895 2009-05-13 Stephane Letz  <letz@grame.fr>
897         * Reworked Torben Hohn fix for server restart issue on Windows.
899 2009-05-11 Stephane Letz  <letz@grame.fr>
901         * New jack_free function added in jack.h.
902         * Torben Hohn fix for InitTime and GetMicroSeconds in JackWinTime.c.
904 2009-05-07 Stephane Letz  <letz@grame.fr>
906         * Cleanup "loopback" stuff in server.
908 2009-05-06 Stephane Letz  <letz@grame.fr>
910         * Fix transport callback (timebase master, sync) issue when used after jack_activate (RT thread was not running).
911         * D-Bus access for jackctl_server_add_slave/jackctl_server_remove_slave API.
913 2009-05-05 Stephane Letz  <letz@grame.fr>
915         * First working version of native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver).
917 2009-04-22 Stephane Letz  <letz@grame.fr>
919         * jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed.
921 2009-04-21 Stephane Letz  <letz@grame.fr>
923         * Add jackctl_server_load_master/jackctl_server_unload_master API.
925 2009-04-20 Stephane Letz  <letz@grame.fr>
927         * In ALSA audio card reservation code, tries to open the card even if reservation fails.
928         * Clock source setting on Linux.
930 2009-04-08 Stephane Letz  <letz@grame.fr>
932         * Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress.
934 2009-04-03 Stephane Letz  <letz@grame.fr>
936         * Simplify JackClient RT code, jack_thread_wait API marked deprecated."
938 2009-03-29 Stephane Letz  <letz@grame.fr>
940         * Cleanup JackInternalClient code.
942 2009-03-27 Stephane Letz  <letz@grame.fr>
944         * Add a buffer size callback for netmaster that just remove the client (it will be recreated with the new parameters).
946 2009-03-26 Stephane Letz  <letz@grame.fr>
948         * First working JackBoomerDriver two threads version.
950 2009-03-24 Stephane Letz  <letz@grame.fr>
952         * New JackBoomerDriver class for Boomer driver on Solaris.
953         * Add mixed 32/64 bits mode (off by default).
955 2009-03-23 Stephane Letz  <letz@grame.fr>
957         * Version 1.9.3 started.
959 2009-03-19 Stephane Letz  <letz@grame.fr>
961         * Tim Blechmann optimization patch (inlining some heavy used methods).
963 2009-03-12 Stephane Letz  <letz@grame.fr>
965         * Virtualize and allow overriding of thread creation function, to allow Wine support (from JACK1).
967 2009-03-12 Stephane Letz  <letz@grame.fr>
969         * Try automatic adaptative mode in adapters.
971 2009-03-11 Stephane Letz  <letz@grame.fr>
973         * Client incorrect re-naming fixed: now done at socket level also.
975 2009-03-10 Stephane Letz  <letz@grame.fr>
977         * Add -g (ring-buffer) parameter to netadapter.
978         * Automatic adaptative ringbuffer size mode when -g = 0.
980 2009-03-09 Stephane Letz  <letz@grame.fr>
982         * Use Torben Hohn PI controler code for adapters (in progress).
984 2009-03-05 Stephane Letz  <letz@grame.fr>
986         * Support for BIG_ENDIAN machines in NetJack2 for transport data.
987         * Add auto_connect parameter in netmanager and netadapter.
989 2009-03-03 Stephane Letz  <letz@grame.fr>
991         * More robust profiling tools when clients come and go.
993 2009-03-01 Stephane Letz  <letz@grame.fr>
995         * Raise default port number to 1024.
997 2009-02-27 Stephane Letz  <letz@grame.fr>
999         * Improve generated gnuplot files for adapting code.
1001 2009-02-25 Stephane Letz  <letz@grame.fr>
1003         * Major cleanup in adapter code.
1005 2009-02-25 Stephane Letz  <letz@grame.fr>
1007         * Fix JackNetDriver::Close method.
1008         * For audio device reservation, add card_to_num function.
1009         * Fix buffer size and sample rate handling in JackAlsaAdapter.
1010         * Add control for adapter ringbuffer size.
1011         * Fix JackAlsaAdapter.h for 64 bits compilation.
1013 2009-02-23 Stephane Letz  <letz@grame.fr>
1015         * Another fix in systemdeps.h and types.h: jack_time_t now uniquely defined in types.h.
1016         * Move generic code and data in JackNetInterface and JackNetMasterInterface classes.
1017         * First version of D-Bus based audio device reservation.
1019 2009-02-20 Stephane Letz  <letz@grame.fr>
1021         * Add InitConnection and InitRendering methods in JackNetSlaveInterface, better packet type checking in JackNetSlaveInterface::SyncRecv.
1022         * Change fMulticastIP handling in JackNetInterface.
1023         * Cleanup systemdeps.h on Windows.
1025 2009-02-17 Stephane Letz  <letz@grame.fr>
1027         * Fix the mutex/signal classes on Windows.
1028         * Client incorrect re-naming fixed: now done at fifo level only.
1030 2009-02-16 Stephane Letz  <letz@grame.fr>
1032         * Rework the mutex/signal classes. Use them in JackMessageBuffer.
1034 2009-02-11 Stephane Letz  <letz@grame.fr>
1036         * Merge Solaris branch back on trunk.
1037         * Equality of input and output buffer size removed (for now) in JackOSSDriver.
1039 2009-02-10 Stephane Letz  <letz@grame.fr>
1041         * Add a resample quality parameter in netadapter.
1043 2009-02-09 Stephane Letz  <letz@grame.fr>
1045         * Use PRIu32 kind of macro in JackAlsaDriver again.
1046         * Now correctly return an error if JackServer::SetBufferSize could not change the buffer size (and was just restoring the current one).
1048 2009-02-05 Stephane Letz  <letz@grame.fr>
1050         * Add a resample quality parameter in audioadapter.
1052 2009-02-01 Stephane Letz  <letz@grame.fr>
1054         * Add a JACK_INTERNAL_DIR environment variable to be used for internal clients.
1056 2009-01-30 Stephane Letz  <letz@grame.fr>
1058         * In NetJack2, fix a bug when capture or playback only channels are used.
1060 2009-01-29 Stephane Letz  <letz@grame.fr>
1062         * Support for "-h" option in internal clients to print the parameters.
1063         * Support for BIG_ENDIAN machines in NetJack2 for MIDI ports.
1065 2009-01-28 Stephane Letz  <letz@grame.fr>
1067         * Support for BIG_ENDIAN machines in NetJack2.
1069 2009-01-27 Stephane Letz  <letz@grame.fr>
1071         * Better recovery of network overload situations, now "resynchronize" by skipping cycles."
1073 2009-01-26 Stephane Letz  <letz@grame.fr>
1075         * Fix JackNetInterface::SetNetBufferSize for socket buffer size computation and JackNetMasterInterface::DataRecv if synch packet is received, various cleanup.
1076         * Fix in JackAlsaAdapter::Open.
1077         * Simplify audio packet order verification.
1078         * Set default mode to 'slow' in JackNetDriver and JackNetAdapter.
1080 2009-01-19 Stephane Letz  <letz@grame.fr>
1082         * Synchronize ALSA backend code with JACK1 one.
1084 2009-01-17 Stephane Letz  <letz@grame.fr>
1086         * JackMessageBuffer was using thread "Stop" scheme in destructor, now use the safer thread "Kill" way.
1088 2009-01-14 Stephane Letz  <letz@grame.fr>
1090         * Cleanup server starting code for clients directly linked with libjackserver.so.
1092 2009-01-09 Stephane Letz  <letz@grame.fr>
1094         * JackProfiler scan already running clients (so can now be added anytime in the graph).
1096 2009-01-09 Stephane Letz  <letz@grame.fr>
1098         * New JackProfiler class for real-time server monitoring.
1100 2009-01-07 Stephane Letz  <letz@grame.fr>
1102         * Use up to BUFFER_SIZE_MAX frames in midi ports, fix for ticket #117.
1104 2009-01-05 Stephane Letz  <letz@grame.fr>
1106         * Synchronize jack2 public headers with JACK1 ones.
1107         * Implement jack_client_real_time_priority and jack_client_max_real_time_priority API.
1109 2008-12-18 Stephane Letz  <letz@grame.fr>
1111         * For ALSA driver, synchronize with latest JACK1 memops functions.
1112         * Use memops functions in JackOSSDriver.
1113         * Use memops functions in JackOSSAdapter.
1115 2008-12-17 Stephane Letz  <letz@grame.fr>
1117         * Use JACK_DRIVER_DIR variable in internal clients loader.
1119 2008-12-16 Stephane Letz  <letz@grame.fr>
1121         * Fix JackOSSDriver::SetBufferSize (was crashing when restoring old size), fix ticket #111.
1122         * Force memory page in of profiling array in JackOSSDriver::Open.
1123         * Cleanup profiling code.
1124         * Client and library global context cleanup in case of incorrect shutdown handling (that is applications not correctly closing client after server has shutdown).
1126 2008-12-08 Stephane Letz  <letz@grame.fr>
1128         * Forbid JackOSSDriver to run in "aynchronous" mode, correct DSP CPU computation.
1130 2008-12-04 Stephane Letz  <letz@grame.fr>
1132         * More profiling in JackOSSDriver: sample conversion duration is measured.
1134 2008-12-02 Stephane Letz  <letz@grame.fr>
1136         * Optimize JackOSSDriver: no samples conversion if ports are not connected.
1138 2008-12-01 Stephane Letz  <letz@grame.fr>
1140         * Force preload of memory table in JackEngineProfiling.
1142 2008-11-27 Stephane Letz  <letz@grame.fr>
1144         * Add timing profiling code in JackOSSDriver.
1145         * Report ringbuffer.c fixes from JACK1.
1147 2008-11-21 Stephane Letz  <letz@grame.fr>
1149         * Report ringbuffer.c fixes from JACK1.
1150         * Better isolation of server and clients system resources to allow starting the server in several user account at the same time.
1151         * Correct ressource cleanup in case of driver open failure.
1153 2008-11-19 Stephane Letz  <letz@grame.fr>
1155         * Libjack shutdown handler does not "deactivate" (fActive = false) the client anymore, so that jack_deactivate correctly does the job later on.
1156         * Filter SIGPIPE to avoid having client get a SIGPIPE when trying to access a died server.
1158 2008-11-14 Stephane Letz  <letz@grame.fr>
1160         * Version 1.9.1 started, fix symbols export in ringbuffer.c, cleanup on Windows.
1162 2008-11-13 Stephane Letz  <letz@grame.fr>
1164         * Fix jackctl_server_unload_internal.
1166 2008-10-30 Stephane Letz  <letz@grame.fr>
1168         * Correct JackClient::ShutDown.
1169         * TimeOut management in JackNetUnixSocket on Solaris.
1171 2008-10-23 Stephane Letz  <letz@grame.fr>
1173         * In JackOSSDriver, vmix mode is used by default, exclusif (O_EXCL) mode can be selected with -e option.
1174         * Fix a crash in JackEngine::Close when backend cannot be loaded.
1175         * Tim Blechmann optimization patch.
1176         * Backport of latest Paul alsa_seqmidi changes.
1178 2008-10-15 Stephane Letz  <letz@grame.fr>
1180         * Fix a conflict with Audio Hijack in JackCoreAudioDriver.
1182 2008-10-09 Stephane Letz  <letz@grame.fr>
1184         * Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit.
1186 2008-10-08 Stephane Letz  <letz@grame.fr>
1188         * Fix a SMP related bug introduced in rev 2957: remove the __SMP__ flag and define LOCK for SMP in all cases.
1190 2008-10-02 Stephane Letz  <letz@grame.fr>
1192         * Correct file permission for jack-shm-registry POSIX shared memory segment.
1193         * Checking for libsamplerate in waf, fix ticket #89."
1194         * Header cleanup, add --clients and --ports options in configure.
1196 2008-09-22 Stephane Letz  <letz@grame.fr>
1198         * Socket time out implementation on Solaris.
1199         * Fix a conflict with Audio Hijack in JackCoreAudioDriver.
1201 2008-10-10 Stephane Letz  <letz@grame.fr>
1203         * Improve OSS backend: SNDCTL_DSP_SETFRAGMENT must be done before, use of AFMT_S16_LE kind of values.
1205 2008-10-09 Stephane Letz  <letz@grame.fr>
1207         * First version of OSS backend.
1208         * Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit.
1210 2008-10-08 Stephane Letz  <letz@grame.fr>
1212         * Fix a SMP related bug introduced in rev 2957: remove the __SMP__ flag and define LOCK for SMP in all cases.
1214 2008-10-03 Stephane Letz  <letz@grame.fr>
1216         * Add engine profiling tools.
1218 2008-10-02 Stephane Letz  <letz@grame.fr>
1220         * Correct file permission for jack-shm-registry POSIX shared memory segment.
1221         * Checking for libsamplerate in waf, fix ticket #89."
1222         * Header cleanup, add --clients and --ports options in configure.
1224 2008-10-01 Stephane Letz  <letz@grame.fr>
1226         * First Solaris version.
1228 2008-09-22 Stephane Letz  <letz@grame.fr>
1230         * Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines."
1232 2008-09-20 Stephane Letz  <letz@grame.fr>
1234         * Michael Voigt JackAPI cleanup patch.
1236 2008-09-19 Stephane Letz  <letz@grame.fr>
1238         * Michael Voigt JackTime cleanup patch.
1240 2008-09-17 Stephane Letz  <letz@grame.fr>
1242         * New JackDriverInfo class to cleanup driver loading code.
1244 2008-09-08 Stephane Letz  <letz@grame.fr>
1246         * Better symbols export for server and client side libraries.
1248 2008-09-06 Stephane Letz  <letz@grame.fr>
1250         * Correct driver hierarchy on macosx and windows targets.
1252 2008-09-05 Stephane Letz  <letz@grame.fr>
1254         * Merge Michael Voigt "drops" branch after reorganization step.
1256 2008-09-04 Stephane Letz  <letz@grame.fr>
1258         * Michael Voigt 4th source reorganization patch.
1259         * Correct JackNetDriver initialization.
1261 2008-09-03 Stephane Letz  <letz@grame.fr>
1263         * Implement DBUS entry points to handle internal clients, add new commands in jack_control.
1264         * Add new "desc" (extended description) in jack_driver_desc_t, to be used by backends and internal clients.
1266 2008-09-01 Stephane Letz  <letz@grame.fr>
1268         * Michael Voigt third source reorganization patch.
1269         * Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks.
1271 2008-08-31 Stephane Letz  <letz@grame.fr>
1273         * Michael Voigt second source reorganization patch.
1275 2008-08-28 Stephane Letz  <letz@grame.fr>
1277         * Michael Voigt first source reorganization patch.
1279 2008-08-26 Stephane Letz  <letz@grame.fr>
1281         * Better parameter handling in JackCoreAudioAdapter.
1282         * Fix memory leaks.
1284 2008-08-23 Stephane Letz  <letz@grame.fr>
1286         * Implements internal clients management API.
1288 2008-08-22 Stephane Letz  <letz@grame.fr>
1290         * Move GetCurrentTransportFrame code from JackClient to JackTransportEngine.
1291         * Add a fNetworkSync state in JackTransportEngine used in network.
1293 2008-08-03 Stephane Letz  <letz@grame.fr>
1295         * Fix JackFrameTimer::Time2Frames and JackTimer::Frames2Time, jack_cpu compiled again.
1297 2008-08-01 Stephane Letz  <letz@grame.fr>
1299         * Fix desallocation of remaining clients when server quits.
1300         * Close remaining client sockets in JackSocketServerChannel::Close.
1301         * Correct JackClient::Close() to request server close only if server is running.
1303 2008-07-30 Stephane Letz  <letz@grame.fr>
1305         * Remove restriction that port connection could be done only if the client was activated.
1307 2008-07-25 Stephane Letz  <letz@grame.fr>
1309         * Florian Faber patch for 32 bit float (LE only) support to jack's alsa driver.
1310         * Fix a crash bug when desallocating a non completely created external client.
1312 2008-07-24 Stephane Letz  <letz@grame.fr>
1314         * Fix server client OSX special notification mechanism, CoreAudio driver compilation back for 10.4.
1316 2008-07-18 Stephane Letz  <letz@grame.fr>
1318         * Correct audioadapter when a sample rate value different from jack server one is chosen.
1319         * Cleanup in JackTransportEngine, move some code that was in JackClient class.
1320         * Remove transport_type.h file, move transport types in types.h file.
1322 2008-07-12 Stephane Letz  <letz@grame.fr>
1324         * Loopback driver working again.
1326 2008-07-08 Stephane Letz  <letz@grame.fr>
1328         * Add jack_get_descriptor in internal clients API.
1329         * Fix JackFreewheelDriver::Process() in case if client time-out: continue processing until a better recovery strategy is chosen.
1331 2008-07-08 Stephane Letz  <letz@grame.fr>
1333         * Merge windows branch back to trunk.
1335 2008-07-05 Stephane Letz  <letz@grame.fr>
1337         * Netioadapter renamed in audioadapter.
1339 2008-07-04 Stephane Letz  <letz@grame.fr>
1341         * Netioadapter now adapts for buffer size and sample rate changes.
1343 2008-07-03 Stephane Letz  <letz@grame.fr>
1345         * Add IsFixedBufferSize method in all drivers.
1347 2008-07-02 Stephane Letz  <letz@grame.fr>
1349         * New netioadapter in server client.
1351 2008-06-20 Stephane Letz  <letz@grame.fr>
1353         * Add new jack_client_stop_thread and jack_client_kill_thread API.
1354         * New generic BuildClientPath for internal clients loading.
1356 2008-06-19 Stephane Letz  <letz@grame.fr>
1358         * Embed JackEngineControl in JackDriver (starting from Tim Blechmann idea).
1360 2008-06-18 Stephane Letz  <letz@grame.fr>
1362         * On OSX waf now compiles Universal Binaries.
1364 2008-06-17 Stephane Letz  <letz@grame.fr>
1366         * Driver class hierarchy simplification.
1367         * Update waf for compilation on OSX.
1369 2008-06-13 Stephane Letz  <letz@grame.fr>
1371         * Correct JackPosixThread::ThreadHandler termination, do not set buffer size if same value is used.
1372         * Another Tim Blechmann cleanup patch + do no allocate JackClientControl in shared memory for server internal clients.
1374 2008-06-12 Stephane Letz  <letz@grame.fr>
1376         * Another Tim Blechmann patch to remove unnecessary virtual methods.
1378 2008-06-09 Stephane Letz  <letz@grame.fr>
1380         * Improve net driver so that jack clients can be registered even if driver has not yet started.
1382 2008-06-08 Stephane Letz  <letz@grame.fr>
1384         * Add a missing EXPORT for JackException class.
1386 2008-06-06 Stephane Letz  <letz@grame.fr>
1388         * Better error checking in JackGraphManager::RemoveAllPorts.
1390 2008-06-05 Stephane Letz  <letz@grame.fr>
1392         * Better control of exported symbols.
1393         * Fix a bug in backend parameter parsing.
1395 2008-06-04 Stephane Letz  <letz@grame.fr>
1397         * Merge of network branch.
1398         * Use of set_threaded_log_function only when needed in RT threads.
1400 2008-06-02 Stephane Letz  <letz@grame.fr>
1402         * Tim Blechmann patch to remove unnecessary virtual methods: choice of the appropriate platform version is now done at compilation time.
1404 2008-06-02 Stephane Letz  <letz@grame.fr>
1406         * Cleanup and correct wscript for example-clients.
1407         * Add a test for coherent freewheel state in JackDebugClient.
1408         * Cleanup JackMutex class.
1410 2008-05-31 Stephane Letz  <letz@grame.fr>
1412         * Add missing include for proper compilation when jack headers are not installed.
1414 2008-05-30 Stephane Letz  <letz@grame.fr>
1416         * Avoid using Terminate when "quitting" in RT thread. Cleanup JackEngineInterface.
1418 2008-05-29 Stephane Letz  <letz@grame.fr>
1420         * Tim Blechmann patch for JackPosixSemaphore (still to test...).
1421         * Correct JackWinThread::Terminate.
1423 2008-05-28 Stephane Letz  <letz@grame.fr>
1425         * New testMutex test, correct timing in drivers.
1427 2008-05-27 Stephane Letz  <letz@grame.fr>
1429         * Correct timing in drivers: frame time has to be incremented before Read.
1431 2008-05-26 Stephane Letz  <letz@grame.fr>
1433         * Merge control branch.
1434         * Cleanup example clients: use jack_client_open and install a proper 'quit' signal handler.
1436 2008-05-24 Stephane Letz  <letz@grame.fr>
1438         * Tim Blechmann RAII idiom patch for JackServer ressource initialization.
1440 2008-05-23 Stephane Letz  <letz@grame.fr>
1442         * Use StartSync to start the client notification thread, otherwise initial notifications from the server may be lost.
1443         * Tim Blechmann JackEngine cleanup patch.
1444         * Call init callback in notification thread also.
1446 2008-05-22 Stephane Letz  <letz@grame.fr>
1448         * Correct JackPort::ClearBuffer.
1449         * Correct JackEngine inheritance graph.
1451 2008-05-21 Stephane Letz  <letz@grame.fr>
1453         * Correct JackEngine::PortUnRegister, JackEngine::ClientCloseAux and JackEngine::ClientDeactivate to correctly send notifications.
1454         * New jack_get_client_pid API, implemented on server side.
1455         * Better handling of graph state read functions: never wait when used in the real-time thread, current state is used.
1457 2008-05-20 Stephane Letz  <letz@grame.fr>
1459         * Package number bumped to 1.90 everywhere.
1460         * Implementation of jack_get_max_delayed_usecs, jack_get_xrun_delayed_usecs and jack_reset_max_delayed_usecs.
1462 2008-05-19 Stephane Letz  <letz@grame.fr>
1464         * Use of placement new for dynamic port allocation is possibly not safe... so avoid that until a definitive answer is found.
1465         * JackAudioDriver::ProcessAsync and JackAudioDriver::ProcessSync were broken at some point: 0 has to be returned in all cases.
1467 2008-05-16 Stephane Letz  <letz@grame.fr>
1469         * 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.
1471 2008-05-14 Stephane Letz  <letz@grame.fr>
1473         * Fix JackEngine::Close to only delete "loadable" clients.
1475 2008-05-13 Stephane Letz  <letz@grame.fr>
1477         * Fix exception handling in JackShmMem::operator new.
1478         * Fix JackMutex constructor.
1480 2008-05-12 Stephane Letz  <letz@grame.fr>
1482         * Allows wrapper library to log in a file (using JACK_WRAPPER_DEBUG=file).
1484 2008-05-09 Stephane Letz  <letz@grame.fr>
1486         * Mike Taht's fix for proper alsa xrun duration measurement.
1488 2008-05-06 Stephane Letz  <letz@grame.fr>
1490         * Fix JackPosixThread::StartImp and JackWinThread::StartImp.
1492 2008-05-05 Stephane Letz  <letz@grame.fr>
1494         * Fix JackClient::Close: notification channel is stopped first to avoid receiving notifications while closing and Close is again a synchronous call.
1495         * No more remaining client close in JackEngine::Close().
1497 2008-05-01 Stephane Letz  <letz@grame.fr>
1499         * Fix JackMachClientChannel::InternalClientLoad.
1500         * Correct internal client loading.
1501         * For threaded drivers, AcquireRealTime is called after Init step.
1503 2008-04-30 Stephane Letz  <letz@grame.fr>
1505         * Fix JackRestartThreadedDriver::Execute.
1506         * Better handling of init and run state in JackThread.
1508 2008-04-28 Stephane Letz  <letz@grame.fr>
1510         * Add exceptions management to distinguish drivers recoverable errors from non recoverable ones. Will be used in special threaded drivers (for network).
1512 2008-04-25 Stephane Letz  <letz@grame.fr>
1514         * Correct JackServerGlobals::Init: now check is server is already started.
1516 2008-04-24 Stephane Letz  <letz@grame.fr>
1518         * Correct internal client load.
1520 2008-04-10 Stephane Letz  <letz@grame.fr>
1522         * Remove Linux Makefile, update Readme.
1524 2008-04-03 Stephane Letz  <letz@grame.fr>
1526         * Correct a dirty port array issue in JackGraphManager::GetPortsAux.
1528 2008-03-31 Stephane Letz  <letz@grame.fr>
1530         * New SetNonBlocking method for JackSocket.
1532 2008-03-29 Stephane Letz  <letz@grame.fr>
1534         * Correct a missing parameter in the usage message of jack_midiseq.
1535         * Add a client counter in wrapper layer: library is unloaded only when all clients have been closed.
1537 2008-03-28 Stephane Letz  <letz@grame.fr>
1539         * Correct PortRegister, port name checking must be done on server side.
1540         * Add an Init method for blocking drivers to be decorated using JackThreadedDriver class.
1542 2008-03-27 Stephane Letz  <letz@grame.fr>
1544         * Pieter Palmers patch for FFADO driver.
1545         * Dmitry Baikov patch for alsa_rawmidi driver.
1547 2008-03-26 Stephane Letz  <letz@grame.fr>
1549         * JackWrapperAPI.cpp: use open_library in jack_client_name_size, jack_port_name_size and jack_port_type_size.
1551 2008-03-20 Stephane Letz  <letz@grame.fr>
1553         * Transport timebase fix.
1555 2008-03-19 Stephane Letz  <letz@grame.fr>
1557         * Synchronise transport.h with latest jackd version (Video handling).
1559 2008-03-19 Stephane Letz  <letz@grame.fr>
1561         * Add jack_port_type_id in jack API.
1563 2008-03-17 Stephane Letz  <letz@grame.fr>
1565         * New jack_server_control client to test notifications when linked to the server library.
1566         * Correct JackClient::Activate so that first kGraphOrderCallback can be received by the client notification thread.
1567         * MIDI API in wrapper lib.
1568         * Fix connect notification to deliver *one* notification only.
1570 2008-03-16 Stephane Letz  <letz@grame.fr>
1572         * Use engine in JackAlsaDriver::port_register and JackAlsaDriver::port_unregister.
1573         * New JackLockedEngine decorator class to serialize access from ALSA Midi thread, command thread and in-server clients.
1575 2008-03-15 Stephane Letz  <letz@grame.fr>
1577         * Add -L (extra output latency in aynchronous mode) in CoreAudio driver.
1578         * RT scheduling for OSX thread (when use in dummy driver).
1580 2008-03-14 Stephane Letz  <letz@grame.fr>
1582         * Fernando Lopez-Lezcano scons patch.
1584 2008-03-13 Stephane Letz  <letz@grame.fr>
1586         * Add test for jack_cycle_wait, jack_cycle_wait and jack_set_process_thread API.
1587         * Add jack_set_process_thread in wrapper library.
1588         * Correct all backend playback port latency in case of "asynchronous" mode (1 buffer more).
1589         * Correct jack_port_get_total_latency.
1590         * Correct jack_port_by_id in wrapper library.
1592 2008-03-12 Stephane Letz  <letz@grame.fr>
1594         * Marc-Olivier Barre library related scons patch.
1595         * Nedko Arnaudov FULL_MIMIC patch.
1596         * Automatic server launch in wrapper layer.
1598 2008-03-11 Stephane Letz  <letz@grame.fr>
1600         * Fix engine real-time notification (was broken since ??).
1601         * Correct jack_client_open_aux, jack_client_open and jack_client_new.
1602         * Correct jack_internal_client_load for wrapper layer.
1603         * In thread model, execute a dummy cycle to be sure thread has the correct properties (ensure thread creation is finished).
1604         * Correct jack_port_get_connections function (should return NULL when no connections).
1606 2008-03-10 Stephane Letz  <letz@grame.fr>
1608         * Nedko Arnaudov log patch.
1609         * Remove unneeded jack_port_connect API.
1611 2008-03-07 Stephane Letz  <letz@grame.fr>
1613         * Define an internal jack_client_open_aux needed for library wrapper feature.
1614         * Improve wrapper code.
1615         * Correct FreeBob driver_initialize.
1617 2008-03-06 Stephane Letz  <letz@grame.fr>
1619         * Marc-Olivier Barre scons patch (3).
1621 2008-03-06 Stephane Letz  <letz@grame.fr>
1623         * Fix JackSocketClientChannel::ClientClose: async call from the client and server does not need to write any reply.
1624         * Correct port notification: 2 notifications have to be sent (src, dst) and (dst, src)...
1626 2008-03-05 Stephane Letz  <letz@grame.fr>
1628         * libjackdmp.so renamed to libjackservermp.so and same for OSX framework.
1629         * tw1.c example added (new thread model).
1630         * Marc-Olivier Barre scons patch (2).
1632 2008-03-02 Stephane Letz  <letz@grame.fr>
1634         * Correct JackSocketClientChannel::ClientClose to use ServerSyncCall instead of ServerAsyncCall.
1635         * Better documentation in jack.h.
1636         * Marc-Olivier Barre scons patch.
1638 2008-03-02 Stephane Letz  <letz@grame.fr>
1640         * Correct jack_get_time propotype.
1642 2008-02-25 Stephane Letz  <letz@grame.fr>
1644         * Add TimeCallback in JackDebugClient class.
1646 2008-02-22 Stephane Letz  <letz@grame.fr>
1648         * Correct JACK_port_unregister.
1650 2008-02-21 Stephane Letz  <letz@grame.fr>
1652         * Add port register/unregister notification in JackAlsaDriver.
1654 2008-02-12 Stephane Letz  <letz@grame.fr>
1656         * Fix in JackClient::Error(): when RT thread is failing and calling Shutdown, Shutdown was not desactivating the client correctly.
1657         * Notify ports unregistration in JackEngine::ClientCloseAux.
1658         * Thanks Esben Stien for helping finding these bugs.
1660 2008-02-11 Stephane Letz  <letz@grame.fr>
1662         * Use SetAlias for port naming. Use jackd midi port naming scheme.
1664 2008-02-08 Stephane Letz  <letz@grame.fr>
1666         * More robust external API.
1668 2008-02-07 Stephane Letz  <letz@grame.fr>
1670         * Correct "server_connect": close the communication channel.
1672 2008-02-05 Stephane Letz  <letz@grame.fr>
1674         * Reduce WaitGraphChange wait value.
1675         * Remove use of assert in JackFifo, JackMachSemaphore, and JackPosixSemaphore: print an error instead.
1677 2008-02-03 Stephane Letz  <letz@grame.fr>
1679         * Add "Readme" file from package in src folder.
1680         * Tim Blechmann sse optimization patch for JackaudioPort::MixAudioBuffer, use of Apple Accelerate framework on OSX.
1682 2008-02-02 Stephane Letz  <letz@grame.fr>
1684         * Tim Blechmann patches.
1686 2008-02-01 Stephane Letz  <letz@grame.fr>
1688         * Move transport related methods from JackEngine to JackServer.
1689         * Finish port connection callback server side implementation.
1691 2008-01-31 Stephane Letz  <letz@grame.fr>
1693         * Remove checking thread in CoreAudio driver, better device state change recovery strategy: the driver is stopped and restarted.
1694         * jack_thread_wait implementation.
1695         * Add jack_thread_wait client example.
1696         * Add jack_mp_thread_wait client example.
1698 2008-01-30 Stephane Letz  <letz@grame.fr>
1700         * Latest jack_lsp code from jack SVN.
1701         * Update in usx2y.c and JackPort.cpp to match jackd 0.109.2.
1703 2008-01-29 Stephane Letz  <letz@grame.fr>
1705         * Implement jack_recompute_total_latency and jack_recompute_total_latencies.
1706         * Remove fBufferSize field in JackGraphManager object.
1707         * Port connection callback, client side.
1709 2008-01-28 Stephane Letz  <letz@grame.fr>
1711         * Updated API to match jack 0.109.0 version (in progress). Correct checking thread in CoreAudio driver.
1712         * Port connection callback, server side.
1713         * Cleanup jack_port_connected_to implementation.
1715 2008-01-25 Stephane Letz  <letz@grame.fr>
1717         * OSX 32/64 bits version.
1719 2008-01-24 Stephane Letz  <letz@grame.fr>
1721         * CoreAudio driver improvement: detect and notify abnormal situations (stopped driver in case of SR change...).
1723 2008-01-03 Stephane Letz  <letz@grame.fr>
1725         * Dmitry Baikov MIDI patch: alsa_seqmidi and alsa_rammidi drivers.
1727 2008-01-03 Stephane Letz  <letz@grame.fr>
1729         * Tim Blechmann patch for JackGraphManager::GetPortsAux memory leak, Tim Blechmann patch for scons install.
1731 2007-12-12 Stephane Letz  <letz@grame.fr>
1733         * Cleanup in CoreAudio driver.
1735 2007-12-11 Stephane Letz  <letz@grame.fr>
1737         * Change string management for proper compilation with gcc 4.2.2. JackLog cleanup.
1739 2007-12-08 Stephane Letz  <letz@grame.fr>
1741         * Tim Blechmann scons patch.
1743 2007-12-07 Stephane Letz  <letz@grame.fr>
1745         * Pieter Palmers second new build system: scons and Makefile based build.
1747 2007-12-06 Stephane Letz  <letz@grame.fr>
1749         * Pieter Palmers FFADO driver and scons based build.
1751 2007-12-05 Stephane Letz  <letz@grame.fr>
1753         * Correct sample_rate management in JackCoreAudioDriver::Open. Better handling in sample_rate change listener.
1755 2007-12-04 Stephane Letz  <letz@grame.fr>
1757         * Add a sample_rate change listener in CoreAudio driver.
1759 2007-12-03 Stephane Letz  <letz@grame.fr>
1761         * Correct bug in CoreAudio driver sample rate management.
1763 2007-11-30 Stephane Letz  <letz@grame.fr>
1765         * Correct JackMachNotifyChannel::ClientNotify.
1767 2007-11-29 Stephane Letz  <letz@grame.fr>
1769         * Correct fPeriodUsecs computation in JackAudioDriver::SetBufferSize and JackAudioDriver::SetSampleRate.
1771 2007-11-28 Stephane Letz  <letz@grame.fr>
1773         * On OSX, use jack server name in notification system.
1775 2007-11-21 Stephane Letz  <letz@grame.fr>
1777         * On OSX, use CFNotificationCenterPostNotificationWithOptions with kCFNotificationDeliverImmediately | kCFNotificationPostToAllSessions for server ==> JackRouter plugin notification.
1779 2007-11-20 Stephane Letz  <letz@grame.fr>
1781         * Correct CheckPort in JackAPI.cpp.
1783 2007-11-15 Stephane Letz  <letz@grame.fr>
1785         * Move OSX start/stop notification mechanism in Jackdmp.cpp.
1787 2007-11-05 Stephane Letz  <letz@grame.fr>
1789         * Use of JackWinSemaphore instead of JackWinEvent for inter-process synchronization.
1790         * Correct types.h for use with MINGW on Windows.
1792 2007-11-04 Stephane Letz  <letz@grame.fr>
1794         * Add an implementation for obsolete jack_internal_client_new and jack_internal_client_close. Add missing jack_port_type_size.
1796 2007-11-02 Stephane Letz  <letz@grame.fr>
1798         * Correct ALSA driver Attach method: internal driver may have changed the buffer_size and sample_rate values.
1799         * Add JackWinSemaphore class.
1801 2007-10-01 Stephane Letz  <letz@grame.fr>
1803         * Server and user directory related code moved in a JackTools file.
1804         * Client name rewritting to remove path characters (used in fifo naming).
1806 2007-10-30 Stephane Letz  <letz@grame.fr>
1808         * Fix a bug in freewheel management in async mode: drivers now receive the kStartFreewheelCallback and kStopFreewheelCallback notifications.
1810 2007-10-26 Stephane Letz  <letz@grame.fr>
1812         * Add midiseq and midisine examples.
1813         * Cleanup old zombification code.
1814         * Linux Makefile now install jack headers.
1815         * Use of JACK_CLIENT_DEBUG environment variable to activate debug client mode.
1816         * Definition of JACK_LOCATION variable using -D in the Makefile.
1817         * Restore jack 0.103.0 MIDI API version.
1819 2007-10-25 Stephane Letz  <letz@grame.fr>
1821         * Merge of Dmitry Baikov MIDI branch.
1822         * Correct JackGraphManager::GetPortsAux to use port type.
1823         * Remove JackEngineTiming class: code moved in JackEngineControl.
1825 2007-10-24 Stephane Letz  <letz@grame.fr>
1827         * Implementation of server_name setting (-n).
1829 2007-10-23 Stephane Letz  <letz@grame.fr>
1831         * Correct jack_acquire_real_time_scheduling on OSX.
1833 2007-10-18 Stephane Letz  <letz@grame.fr>
1835         * Use LIB_DIR variable for 64 bits related compilation (drivers location). More generic Linux script.
1837 2007-10-16 Stephane Letz  <letz@grame.fr>
1839         * Reorganize jack headers. Improve Linux install/remove scripts.
1841 2007-10-16 Stephane Letz  <letz@grame.fr>
1843         * Internal loadable client implementation, winpipe version added.
1845 2007-10-12 Stephane Letz  <letz@grame.fr>
1847         * Internal loadable client implementation, socket version added.
1848         * Fix JackEngine::Close() method.
1850 2007-10-11 Stephane Letz  <letz@grame.fr>
1852         * Internal loadable client implementation (in progress).
1854 2007-10-08 Stephane Letz  <letz@grame.fr>
1856         * Use .jackdrc file (instead of .jackdmprc). Install script now creates a link "jackd ==> jackdmp" so that automatic launch can work correctly.
1857         * Paul Davis patch for -r (--replace-registry) feature.
1859 2007-10-07 Stephane Letz  <letz@grame.fr>
1861         * Add missing timestamps.c and timestamps.h files. Correctly export public headers in OSX frameworks. Suppress JackEngine::ClientInternalCloseIm method.
1863 2007-10-04 Stephane Letz  <letz@grame.fr>
1865         * Correct "jack_register_server" in shm.c.
1867 2007-10-04 Stephane Letz  <letz@grame.fr>
1869         * Fix a resource leak issue in JackCoreAudioDriver::Close(). Better implement "jack_client_open" when linking a client with the server library.
1871 2007-10-03 Stephane Letz  <letz@grame.fr>
1873         * Rename server_name from "default" to "jackdmp_default" to avoid conflict with regular jackd server.
1875 2007-10-02 Stephane Letz  <letz@grame.fr>
1877         * Correct jack_client_open "status" management.
1879 2007-08-27 Stephane Letz  <letz@grame.fr>
1881         * Server/library protocol checking implementation.
1883 2007-08-26 Stephane Letz  <letz@grame.fr>
1885         * Make "Rename" a method of JackPort class, call it from driver Attach method.
1887 2007-08-24 Stephane Letz  <letz@grame.fr>
1889         * Implement server temporary (-T) mode.
1891 2007-08-23 Stephane Letz  <letz@grame.fr>
1893         * Fix a bug in jack_test. Correct JackShmMem destructor. Correct end case in JackClient::Execute. Correct JackMachSemaphore::Disconnect.
1895 2007-08-22 Stephane Letz  <letz@grame.fr>
1897         * Fix a bug in JackLibClient::Open introduced when adding automatic client renaming.
1899 2007-08-21 Stephane Letz  <letz@grame.fr>
1901         * Fix backend port alias management (renaming in system:xxx).
1903 2007-08-20 Stephane Letz  <letz@grame.fr>
1905         * Automatic server launch. Removes unneeded 'volatile' for JackTransportEngine::fWriteCounter.
1907 2007-08-19 Stephane Letz  <letz@grame.fr>
1909         * Add "systemic" latencies management in CoreAudio driver.
1911 2007-08-16 Stephane Letz  <letz@grame.fr>
1913         * Automatic client renaming.
1915 2007-07-27 Stephane Letz  <letz@grame.fr>
1917         * Correct JackEngine::ClientCloseAux (when called from JackEngine::ClientExternalOpen). Correct JackWinEvent::Allocate.
1919 2007-07-20 Stephane Letz  <letz@grame.fr>
1921         * Correct notification for kActivateClient event.
1923 2007-06-11 Stephane Letz  <letz@grame.fr>
1925         * Dmitry Baikov buffer size patch.
1927 2007-06-10 Stephane Letz  <letz@grame.fr>
1929         * Correct deprecated jack_set_sample_rate_callback to return 0 instead of -1.
1931 2007-06-09 Stephane Letz  <letz@grame.fr>
1933         * Checking in the server to avoid calling the clients if no callback are registered.
1935 2007-06-08 Stephane Letz  <letz@grame.fr>
1937         * New JackNotication.h header in preparation for callback checking in the server.
1939 2007-05-29 Stephane Letz  <letz@grame.fr>
1941         * Add "callback exiting" and "jack_frame_time" tests in jack_test.
1943 2007-05-09 Stephane Letz  <letz@grame.fr>
1945         * Add a mutex in JackGraphManager AllocatePort/ReleasePort methods.
1947 2007-05-05 Stephane Letz  <letz@grame.fr>
1949         * Add jack_set_client_registration_callback API.
1951 2007-05-04 Stephane Letz  <letz@grame.fr>
1953         * Steven Chamberlain patch to fix jack_port_type. Test for jack_port_type behaviour in jack_test.cpp tool.
1955 2007-05-03 Stephane Letz  <letz@grame.fr>
1957         * Steven Chamberlain patch to fix jack_port_by_id export.
1959 2007-04-28 Stephane Letz  <letz@grame.fr>
1961         * Add new jack_port_set_alias, jack_port_unset_alias and jack_port_get_aliases API.
1963 2007-04-27 Stephane Letz  <letz@grame.fr>
1965         * Add missing -D__SMP__in OSX project.
1967 2007-04-23 Stephane Letz  <letz@grame.fr>
1969         * Dmitry Baikov jackmp-time patch: add jack_get_time, jack_time_to_frames, jack_frames_to_time.
1971 2007-04-03 Stephane Letz  <letz@grame.fr>
1973         * Dmitry Baikov remove-nframes patch.
1975 2007-04-02 Stephane Letz  <letz@grame.fr>
1977         * Dmitry Baikov lost-event patch.
1979 2007-04-01 Stephane Letz  <letz@grame.fr>
1981         * Merge JackGraphManager Remove and Release method in a unique Release method.
1983 2007-03-12 Stephane Letz  <letz@grame.fr>
1985         * Bug fix in JackMidiBuffer::MaxEventSize().
1987 2007-03-09 Stephane Letz  <letz@grame.fr>
1989         * Dmitry Baikov MIDI patch phase 2.
1991 2007-03-08 Stephane Letz  <letz@grame.fr>
1993         * Dmitry Baikov jackmp-port-clear patch.
1995 2007-03-06 Stephane Letz  <letz@grame.fr>
1997         * Dmitry Baikov MIDI patch phase 1.
1999 2007-03-04 Stephane Letz  <letz@grame.fr>
2001         * Dmitry Baikov patch for JackGraphManager.cpp.
2002         * Dmitry Baikov MIDI patch phase 0.
2004 2007-02-19 Stephane Letz  <letz@grame.fr>
2006         * Correct back JackAlsaDriver::Read method.
2008 2007-02-14 Stephane Letz  <letz@grame.fr>
2010         * Better error checking in PortAudio driver.
2012 2007-02-07 Stephane Letz  <letz@grame.fr>
2014         * Thom Johansen fix for port buffer alignment issues.
2016 2007-02-05 Stephane Letz  <letz@grame.fr>
2018         * Add Pieter Palmers FreeBob driver.
2019         * Thibault LeMeur ALSA driver patch.
2021 2007-01-31 Stephane Letz  <letz@grame.fr>
2023         * Use pthread_attr_setstacksize in JackPosixThread class.
2025 2007-01-30 Stephane Letz  <letz@grame.fr>
2027         * New LockAllMemory and UnlockAllMemory functions.
2029 2007-01-29 Stephane Letz  <letz@grame.fr>
2031         * More robust activation/deactivation code, especially in case of client crash.
2033 2007-01-27 Stephane Letz  <letz@grame.fr>
2035         * Uses a time out value of 10 sec in freewheel mode (like jack).
2037 2007-01-21 Stephane Letz  <letz@grame.fr>
2039         * 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.
2041 2007-01-14 Stephane Letz  <letz@grame.fr>
2043         * Implement thread.h API.
2045 2007-01-09 Stephane Letz  <letz@grame.fr>
2047         * New server/client data transfer model to fix a 64 bits system bug. Fix a device name reversal bug in ALSA driver.
2049 2007-01-04 Stephane Letz  <letz@grame.fr>
2051         *  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.
2053 2007-01-02 Stephane Letz  <letz@grame.fr>
2055         * Internal cleanup.
2057 2006-12-23 Stephane Letz  <letz@grame.fr>
2059         * shared_ports renamed to shared_graph.
2061 2006-12-15 Stephane Letz  <letz@grame.fr>
2063         * Move client refnum management in JackEngine.
2065 2006-12-12 Stephane Letz  <letz@grame.fr>
2067         * Tom Szilagyi memory leak fix in ringbuffer.c.
2069 2006-11-29 Stephane Letz  <letz@grame.fr>
2071         * Correct JackWinEnvent::Allocate (handle the ERROR_ALREADY_EXISTS case). Correct JackEngine::ClientExternalNew.
2072         * Karsten Wiese correction for ALSA usx2y driver.
2074 2006-11-22 Stephane Letz  <letz@grame.fr>
2076         * In synchronous mode, if the driver time out is reached, the server may get desynchronized (pending signal may arrive in later cycles),
2077         improve audio driver synchronous code to better handle this case.
2079 2006-11-08 Stephane Letz  <letz@grame.fr>
2081         * Synchronize ALSA backend with jack one.
2083 2006-11-04 Stephane Letz  <letz@grame.fr>
2085         * Use -D to setup ADDON_DIR on OSX and Linux.
2087 2006-10-11 Stephane Letz  <letz@grame.fr>
2089         * Correct server SetBufferSize in case of failure. Correct PortAudio driver help.
2091 2006-10-06 Stephane Letz  <letz@grame.fr>
2093         * Add a new cpu testing/loading client.
2095 2006-09-23  Stephane Letz  <letz@grame.fr>
2097         * Rename global "verbose" in "jack_verbose" to avoid symbol clash with PureData.
2099 2006-09-20  Stephane Letz  <letz@grame.fr>
2101         * On Windows, avoid to use the unsafe Kill thread method. Use thread Stop instead and have blocked IO be unlocked.
2102         * Still get RT thread termination problems, restore a version that works on OSX and Linux with conditionnal compilation for now.
2104 2006-09-16  Stephane Letz  <letz@grame.fr>
2106         * Restore behaviour of LoopBack driver, which has to be opened in any case...
2108 2006-09-15  Stephane Letz  <letz@grame.fr>
2110         * On Windows version, use signal to quit the server.
2112 2006-09-13  Stephane Letz  <letz@grame.fr>
2114         * Correct pipe destruction bug in JackWinNamedPipe class.
2116 2006-09-11  Stephane Letz  <letz@grame.fr>
2118         * Handling of LoopBack driver only when really needed.
2119         * Correct crash bug when closing clients on Windows due to multi-threading synchronization issues.
2121 2006-09-06  Stephane Letz  <letz@grame.fr>
2123         * Correct coreaudio driver (input was not working since 0.55 version).
2124         * Version for 0.58 release.
2126 2006-09-04  Stephane Letz  <letz@grame.fr>
2128         * Correct Windows VC++ projects.
2130 2006-09-03  Stephane Letz  <letz@grame.fr>
2132         * First import of version 0.58 base code\r