jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

928 lines
40KB

  1. ChangeLog
  2. #########
  3. * 1.9.20 (2021-10-15)
  4. * WIP
  5. * Fix incomplete ASIO support on Windows
  6. * Add waf autooption ``--example-tools`` to allow optional build of
  7. executables, libraries and man pages provided by `jack-example-tools
  8. <https://github.com/jackaudio/jack-example-tools>`_ (the files are built by
  9. default). Building and installing the additional files can be disabled by
  10. using ``--example-tools=no`` or ``--no-example-tools``.
  11. * 1.9.19 (2021-07-15)
  12. * Add jack_position_t::tick_double, and flags around it
  13. * Add zalsa "-w" argument to wait for soundcard to be available
  14. * Bump internal protocol version to 9 (due to struct alignment)
  15. * Fix alignment of fields for atomic accesses
  16. * Fix build for platforms needing __STDC_FORMAT_MACROS
  17. * Fix compilation of documentation
  18. * 1.9.18 (2021-04-15)
  19. * Add zalsa_in/out as internal client (based on zita-a2j/j2a and jack1 code)
  20. * Fix jack_midi_dump deadlock on close after the jack server is restarted
  21. * Fix interrupt signal for linux futex waits
  22. * Fix usage of meta-data in official macOS builds (private DB errors)
  23. * Log error message when cleaning previous DB (macOS and Windows)
  24. * 1.9.17 (2021-01-15)
  25. * Fix jack_control stopping after first command iteration
  26. * Fix library compat/current version under macOS
  27. * Fix return codes of jackd on success
  28. * Ignore DB_VERSION_MISMATCH error on windows, it is expected
  29. * Remove old workaround for asio4all, as it breaks with jack-router
  30. External changes, related to macOS/Windows installer:
  31. * Add jack-router to Windows installer, opt-in
  32. * Fix registry keys for Windows, add 32bit compat ones on 64bit
  33. * Support for arm64 macOS builds
  34. * Show welcome and license pages on windows installer
  35. * Update QjackCtl used in macOS/Windows installers to v0.9.0, with some commits cherry-picked from develop branch
  36. * 1.9.16 (2020-10-16)
  37. * Fix/revert a change in how meta-data definitions were exposed (regression in 1.9.15)
  38. * Remove jack-router Windows code from the repository
  39. * 1.9.15 (2020-10-15)
  40. * Automated builds for macOS and Windows (see jackaudio/jack2-releases repository)
  41. * Adapt wscript Windows build configuration to match old v1.9.11 installer
  42. * Bump maximum default number of clients and ports (now 256 clients and 2048 ports)
  43. * Delete various macOS and Windows-related files from the source code (no longer relevant)
  44. * Mark JACK-Session as deprecated, please use NSM instead
  45. * Remove unnecessary GPL include from LGPL code
  46. * Split example-clients and tools, as done in JACK1 many years ago (WIP)
  47. * Write Windows registry key during installation, so 3rd parties can find jackd.exe (as HKLM\\Software\\JACK\\Location)
  48. * jack_control: Fix handling of dbus bytes
  49. * jack_control: Return a proper exit status on DBus exception
  50. * jack_property: Fix possible crash with "-l" argument usage
  51. * jack_wait: Add client name option -n/--name
  52. * Fix compilation of documentation
  53. * Fix compilation of mixed mode with meta-data enabled
  54. * Fix compilation with mingw
  55. * Fix client-side crash if initial meta-data DB setup fails
  56. * Fix macOS semaphore usage, so it works again
  57. * Several fixes for Windows (with contributions from Kjetil S. Matheussen)
  58. * Several minor fixes and grammar corrections (with contributions from Adam Miartus and Timo Wischer)
  59. * 1.9.14 (2019-10-28)
  60. * Fix ARM build
  61. * Fix mixed mode build when meta-data is enabled
  62. * Fix blocking DBus device reservation, so it plays nice with others (like PipeWire)
  63. * Use python3 for the waf build scripts
  64. * 1.9.13 (2019-10-06)
  65. * Meta-data API implementation. (and a few tools updated with support for it)
  66. * Correct GPL licence to LGPL for files needed to build libjack.
  67. * Remove FreeBoB backend (superseded by FFADO).
  68. * define JACK_LIB_EXPORT, useful for internal clients.
  69. * Mark jack_midi_reset_buffer as deprecated.
  70. * Add example systemd unit file
  71. * Signal to systemd when jackd is ready.
  72. * Set "seq" alsa midi driver to maximum resolution possible.
  73. * Fix loading internal clients from another internal client.
  74. * Code cleanup and various fixes. (too many to mention here, see git log for details)
  75. * 1.9.12 (2017-12-13)
  76. * Fix Windows build issues.
  77. * Fix build with gcc-7.
  78. * Show hint when DBus device reservation fails.
  79. * Add support for internal session files.
  80. * 1.9.11-RC1 (2017-06-13)
  81. * Various corrections in NetJack2 code. Partial buffers can now be
  82. transmitted with libjacknet API.
  83. * Including S24_LE/BE formats to linux ALSA driver.
  84. * More robust shared memory allocator.
  85. * Allow autostart of jackd on OSX where device-names can contain spaces.
  86. * Correct CoreAudio devices aggregation code.
  87. * Waf and wscripts improvement and update.
  88. * More flexible RT priority setup on Windows.
  89. * New JackProxyDriver.
  90. * Various fixes in JACK MIDI code.
  91. * Fix return value of SetTimebaseCallback().
  92. * Correct netmanager latency reporting.
  93. * Implement new jack_port_rename and JackPortRenameCallback API.
  94. * For OSX El Capitan support, use of Posix semaphore and move of Frameworks
  95. in /Library folder.
  96. * Fix CPU hogging of the midi_thread().
  97. * Release audio devices when alsa_driver_new fails.
  98. * String management fix.
  99. * Correct JackDriver::Open: call to fGraphManager->SetBufferSize has to use
  100. current fEngineControl->fBufferSize value.
  101. * Use ARM neon intrinsics for AudioBufferMixdown.
  102. * Fix Netjack alignment.
  103. * Various wscript improvements and cleanup.
  104. * Fix initialization of several class variables.
  105. * Heap-allocate client matrix in topo sort.
  106. * Add a toggle command to transport utility, to allow toggling between play
  107. and stop state.
  108. * Avoid side effects from parsing of "version" option in jackd.
  109. * Allow firewire device be selected via -d.
  110. * Add ARM-NEON acceleration for all non-dithering sample conversion
  111. functions.
  112. * Add jack_simdtest utility.
  113. * Use Linux futex as JackSynchro.
  114. * Add autoclose option to jack_load.
  115. * 1.9.10 (2014-07-19)
  116. * More robust code in JackPortAudioDriver to handle buffer size change and
  117. backend switching.
  118. * Fix bus error on ARM platforms.
  119. * Dynamically scan and print backend and internal names in jackd.
  120. * CoreMIDI driver fixes.
  121. * Rework NetJack2 code (OPUS codec on OSX, latency management, libjacknet
  122. code).
  123. * Correct auto-connect for audioadapter.
  124. * Add IIO driver.
  125. * Merge of Nedko no-self-connect branch.
  126. * Fix freewheel mode.
  127. * JackServer::SwitchMaster now correctly notify buffer_size and sample_rate
  128. changes, cleanup/improvements in JackNetDriver.
  129. * Tim Mayberry : Add support for building with mingw compiler.
  130. * Merge of Kim Jeong Yeon Android branch.
  131. * Partial port of metadata API.
  132. * 1.9.9.5 (2012-11-26)
  133. * Adrian Knoth fix in midiseq.c.
  134. * Fix library symbols export issue.
  135. * Cleanup drivers and internals loading code.
  136. * jackctl_driver_params_parse API moved in public control.h.
  137. * More general drivers/internals loading model on Windows.
  138. * Factorize code the server/client request in JackRequestDecoder class.
  139. * More robust server/client protocol.
  140. * Implement shutdown for in server clients.
  141. * Better time-out management in NetJack2.
  142. * Experimental system port alias use in Windows JackRouter.
  143. * Improve ShutDown in NetManager.
  144. * Correct ShutDown in JackInternalClient and JackLibClient.
  145. * Fix NetJack2 initialisation bug.
  146. * Add EndTime function (especially for Windows).
  147. * Rename JackProcessSync in JackPosixProcessSync.
  148. * A bit more robust JackMessageBuffer implementation (in progress).
  149. * Check server API callback from notification thread.
  150. * Use a time-out in notification channel write function.
  151. * Fix lock management in JackEngine.
  152. * In control API, UNIX like sigset_t replaced by more abstract
  153. jackctl_sigmask_t * opaque struct.
  154. * Improve libjacknet master mode.
  155. * Remove JACK_32_64 flag, so POST_PACKED_STRUCTURE now always used.
  156. POST_PACKED_STRUCTURE used for jack_latency_range_t type.
  157. * Rework JackMessageBuffer. [firewire]
  158. * Introduce UpdateLatencies() in FFADO backend. [firewire]
  159. * Allow FFADO backend to change the buffer size.
  160. * Update waf.
  161. * New jack_get_cycle_times() implementation from Fons Adriennsen.
  162. * Align buffers to 32 byte boundaries to allow AVX processing.
  163. * Extend jack_control to have parameter reset commands.
  164. * Fix alsa driver parameter order.
  165. * Control API: Enforce driver/internal parameter order.
  166. * Fix in ALSA adapter.
  167. * Devin Anderson patch for Jack/CoreMIDI duplicated messages.
  168. * Change framework installation hierarchy for OSX Mountain Lion.
  169. * Update JackCoreAudioDriver and JackCoreAudioAdapter with more recent API.
  170. * jack_control: fix epr command.
  171. * Add opus support to NetJack2.
  172. * More robust channel mapping handling in JackCoreAudioDriver.
  173. * netjack1/netone opus support.
  174. * controlapi: fix double free on master switch.
  175. * Use string ids in the alsa device list.
  176. * netjack/opus: don't re-init en/decoders.
  177. * Correct JackPortAudioDriver::Open: special case for ASIO drivers.
  178. * 1.9.8 (2011-12-19)
  179. * Merge newer-midi branch (Devin Anderson redesign of the MIDI drivers:
  180. alsarawmidi, ffado, coremidi and winmme).
  181. * Correction in jackdmp.cpp: notify_server_stop should be done after server
  182. destruction.
  183. * Correct driver lifetime management.
  184. * Add XRun detection in PortAudio driver.
  185. * CELT code for NetJack2.
  186. * Merge branch switch-master-port-registration-notifications: correct driver
  187. port registration.
  188. * Libjacknet in progress.
  189. * Correct MIDI in NetJack2.
  190. * Correct OSX real-time thread setup.
  191. * Correct rd_acquire in dbus code.
  192. * Correct NetJack2 connection handling.
  193. * SaveConnections/RestoreConnections in NetDriver and JackAudioDriver.
  194. * Special version of jack_attach_shm/jack_release_shm on client side for
  195. POSIX shared memory, to solve a memory leak issue.
  196. * Another round of code improvements to handle completely buggy Digidesign
  197. CoreAudio user-land driver.
  198. * Special CATCH_CLOSE_EXCEPTION_RETURN to handle Close API calls.
  199. * Add JACK_NETJACK_PORT and JACK_NETJACK_MULTICAST environment variables for
  200. NetJack2. NetJack2 now only send data on network only is ports are
  201. connected both sides.
  202. * Fix for "starting two instances of same app in parallel does not work"
  203. bug.
  204. * Enable explicit channel mapping in CoreAudio driver.
  205. * New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and
  206. JackNetOneDriver classes.
  207. * More robust code in synchronization primitives and in JackMessageBuffer.
  208. * More robust Control API implementation. Add jackctl_driver_get_type in
  209. Control API.
  210. * Singleton behaviour for JackCoreMidiDriver and JackWinMMEDriver.
  211. * John Emmas patch for DSP CPU computation.
  212. * John Emmas Windows server launching patch.
  213. * Fix jack_set_port_name API.
  214. * Enable local access in NetJack2 code.
  215. * Dynamic port management in JACK/CoreMidi bridge.
  216. * 1.9.7 (2011-03-30)
  217. * Sync JackAlsaDriver::alsa_driver_check_card_type with JACK1 backend.
  218. * Correct JackServer::Open to avoid a race when control API is used on OSX.
  219. * Improve backend error handling: fatal error returned by Read/Write now
  220. cause a Process failure (so a thread exit for blocking backends).
  221. Recoverable ones (XRuns..) are now treated internally in ALSA, FreeBob and
  222. FFADO backends.
  223. * In jackdmp.cpp, jackctl_setup_signals moved before jackctl_server_start.
  224. * Correct symbols export in backends on OSX. ALSA backend: suspend/resume
  225. handling.
  226. * Correct dummy driver.
  227. * Adrian Knoth jack_lsp patch.
  228. * Remove JackPortIsActive flag.
  229. * New latency API implementation.
  230. * ComputeTotalLatencies now a client/server call.
  231. * Add latent test client for latency API.
  232. * Also print playback and capture latency in jack_lsp.
  233. jack_client_has_session_callback implementation.
  234. * Check requested buffer size and limit to 1..8192 - avoids weird behaviour
  235. caused by jack_bufsize foobar.
  236. * jack_port_type_get_buffer_size implementation.
  237. * Stop using alloca and allocate buffer on the heap for alsa_io.
  238. * Rename jdelay to jack_iodelay as per Fons' request.
  239. * Call buffer size callback in activate (actually this is done on client side
  240. in the RT thread Init method).
  241. * Add jack_midi_dump client.
  242. * Synchronize net JACK1 with JACK1 version.
  243. * Synchronize jack_connect/jack_disconnect with JACK1 version.
  244. * Correct JackNetMaster::SetBufferSize.
  245. * Use jack_default_audio_sample_t instead of float consistently, fix ticket
  246. #201.
  247. * -X now allows to add several slave backends, add -I to load several
  248. internal clients.
  249. * Rework internal slave driver management, JackServerGlobals now handle same
  250. parameters as jackdmp.
  251. * Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest
  252. API.
  253. * Devin Anderson server-ctl-proposal branch merged on trunk: improved control
  254. API, slave backend reworked. Implement renaming in JackDriver::Open to
  255. avoid name collision (thanks Devin Anderson).
  256. * Correct alsa_driver_restart (thanks Devin Anderson). Correction of
  257. jack_connect/jack_disconnect: use of jack_activate and volatile keyword for
  258. thread shared variable.
  259. * Correction of JackNetOneDriver for latest CELT API.
  260. * Synchronize JackWeakAPI.cpp with new APIs.
  261. * 1.9.6 (2010-08-30)
  262. * Improve JackCoreAudioDriver and JackCoreAudioAdapter : when no devices are
  263. described, takes default input and output and aggregate them.
  264. * Correct JackGraphManager::DeactivatePort.
  265. * Correct JackMachServerChannel::Execute : keep running even in error cases.
  266. Raise JACK_PROTOCOL_VERSION number.
  267. * Arnold Krille firewire patch.
  268. * Raise JACK_DRIVER_PARAM_STRING_MAX and JACK_PARAM_STRING_MAX to 127
  269. otherwise some audio drivers cannot be loaded on OSX.
  270. * Fix some file header to have library side code use LGPL.
  271. * On Windows, now use TRE library for regexp (BSD license instead of GPL
  272. license).
  273. * ffado-portname-sync.patch from ticket #163 applied.
  274. * Remove call to exit in library code.
  275. * Make jack_connect/jack_disconnect wait for effective port
  276. connection/disconnection.
  277. * Add tests to validate intclient.h API.
  278. * On Linux, inter-process synchronization primitive switched to POSIX
  279. semaphore.
  280. * In JackCoreAudioDriver, move code called in MeasureCallback to be called
  281. once in IO thread.
  282. * David Garcia Garzon netone patch.
  283. * Fix from Fernando Lopez-Lezcano for compilation on fc13.
  284. * Fix JackPosixSemaphore::TimedWait : same behavior as
  285. JackPosixSemaphore::Wait regarding EINTR.
  286. * David Garcia Garzon unused_pkt_buf_field_jack2 netone patch.
  287. * Arnold Krille firewire snooping patch.
  288. * Jan Engelhardt patch for get_cycles on SPARC.
  289. * Adrian Knoth hurd.patch, kfreebsd-fix.patch and alpha_ia64-sigsegv.patch
  290. from ticket 177.
  291. * Adrian Knoth fix for linux cycle.h (ticket 188).
  292. * In JackCoreAudioDriver, fix an issue when no value is given for input.
  293. * 1.9.5 (2010-02-12)
  294. * Dynamic choice of maximum port number.
  295. * More robust sample rate change handling code in JackCoreAudioDriver.
  296. * Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes
  297. between periods (and more).
  298. * Fix port_rename callback: now both old name and new name are given as
  299. parameters.
  300. * Special code in JackCoreAudio driver to handle completely buggy Digidesign
  301. CoreAudio user-land driver.
  302. * Ensure that client-side message buffer thread calls thread_init callback
  303. if/when it is set by the client (backport of JACK1 rev 3838).
  304. * Check dynamic port-max value.
  305. * Fix JackCoreMidiDriver::ReadProcAux when ring buffer is full (thanks Devin
  306. Anderson).
  307. * Josh Green ALSA driver capture only patch.
  308. * When threads are cancelled, the exception has to be rethrown.
  309. * Use a QUIT notification to properly quit the server channel, the server
  310. channel thread can then be 'stopped' instead of 'canceled'.
  311. * Mario Lang alsa_io time calculation overflow patch. Shared memory manager
  312. was calling abort in case of fatal error, now return an error in caller.
  313. * Change JackEngineProfiling and JackAudioAdapterInterface gnuplot scripts
  314. to output SVG instead of PDF.
  315. * 1.9.4 (2009-11-19)
  316. * Solaris boomer backend now working in capture or playback only mode.
  317. * Add a -G parameter in CoreAudio backend (the computation value in RT
  318. thread expressed as percent of period).
  319. * Use SNDCTL_DSP_SYNCGROUP/SNDCTL_DSP_SYNCSTART API to synchronize input and
  320. output in Solaris boomer backend.
  321. * Big endian bug fix in memops.c.
  322. * Fix issues in JackNetDriver::DecodeTransportData and
  323. JackNetDriver::Initialize.
  324. * Correct CPU timing in JackNetDriver, now take cycle begin time after Read.
  325. * Simplify transport in NetJack2: master only can control transport.
  326. * Change CoreAudio notification thread setup for OSX Snow Leopard.
  327. * Correct server temporary mode: now set a global and quit after
  328. server/client message handling is finished.
  329. * Add a string parameter to server ==> client notification, add a new
  330. JackInfoShutdownCallback type.
  331. * CoreAudio backend now issue a JackInfoShutdownCallback when an
  332. unrecoverable error is detected (sampling rate change, stream
  333. configuration change).
  334. * Correct jackdmp.cpp (failures case were not correct..).
  335. * Improve JackCoreAudioDriver code.
  336. * Raise default port number to 2048.
  337. * Correct JackProcessSync::LockedTimedWait.
  338. * Correct JACK_MESSAGE_SIZE value, particularly in OSX RPC code.
  339. * Now start server channel thread only when backend has been started (so in
  340. JackServer::Start).
  341. * Should solve race conditions at start time.
  342. * jack_verbose moved to JackGlobals class.
  343. * Improve aggregate device management in JackCoreAudioDriver: now a
  344. "private" device only and cleanup properly.
  345. * Aggregate device code added to JackCoreAudioAdapter.
  346. * Implement "hog mode" (exclusive access of the audio device) in
  347. JackCoreAudioDriver.
  348. * Fix jack_set_sample_rate_callback to have he same behavior as in JACK1.
  349. * Dynamic system version detection in JackCoreAudioDriver to either create
  350. public or private aggregate device.
  351. * In JackCoreAudioDriver, force the SR value to the wanted one *before*
  352. creating aggregate device (otherwise creation will fail).
  353. * In JackCoreAudioDriver, better cleanup of AD when intermediate open
  354. failure.
  355. * In JackCoreAudioDriver::Start, wait for the audio driver to effectively
  356. start (use the MeasureCallback).
  357. * In JackCoreAudioDriver, improve management of input/output channels: -1 is
  358. now used internally to indicate a wanted max value.
  359. * In JackCoreAudioDriver::OpenAUHAL, correct stream format setup and
  360. cleanup.
  361. * Correct crash bug in JackAudioAdapterInterface when not input is used in
  362. adapter (temporary fix).
  363. * Sync JackCoreAudioAdapter code on JackCoreAudioDriver one.
  364. * JACK_SCHED_POLICY switched to SCHED_FIFO.
  365. * Now can aggregate device that are themselves AD.
  366. * No reason to make jack_on_shutdown deprecated, so revert the incorrect
  367. change.
  368. * Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread
  369. field.
  370. * Use pthread_self()) (or GetCurrentThread() on Windows) to get the calling
  371. thread.
  372. * Correctly save and restore RT mode state in freewheel mode.
  373. * Correct freewheel code on client side.
  374. * Fix AcquireRealTime and DropRealTime: now distinguish when called from
  375. another thread (AcquireRealTime/DropRealTime) and from the thread itself
  376. (AcquireSelfRealTime/DropSelfRealTime).
  377. * Correct JackPosixThread::StartImp: thread priority setting now done in the
  378. RT case only.
  379. * Correct JackGraphManager::GetBuffer for the "client loop with one
  380. connection" case: buffer must be copied.
  381. * Correct JackInfoShutdownCallback prototype, two new
  382. JackClientProcessFailure and JackClientZombie JackStatus code.
  383. * Correct JackCoreAudio driver when empty strings are given as -C, -P or -d
  384. parameter.
  385. * Better memory allocation error checking on client (library) side.
  386. * Better memory allocation error checking in ringbuffer.c, weak import
  387. improvements.
  388. * Memory allocation error checking for jack_client_new and jack_client_open
  389. (server and client side).
  390. * Memory allocation error checking in server for RPC.
  391. * Simplify server temporary mode: now use a JackTemporaryException.
  392. * Lock/Unlock shared memory segments (to test...).
  393. * Sync with JACK1 : -r parameter now used for no-realtime, realtime (-R) is
  394. now default, usable backend given vie platform.
  395. * In JackCoreAudio driver, (possibly) clock drift compensation when needed
  396. in aggregated devices.
  397. * In JackCoreAudio driver, clock drift compensation in aggregated devices
  398. working.
  399. * In JackCoreAudio driver, clock drift compensation semantic changed a bit:
  400. when on, does not activate if not needed (same clock domain).
  401. * Sync JackCoreAudioAdapter code with JackCoreAudioDriver.
  402. * 1.9.3 (2009-07-21)
  403. * New JackBoomerDriver class for Boomer driver on Solaris.
  404. * Add mixed 32/64 bits mode (off by default).
  405. * Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver).
  406. * In ALSA audio card reservation code, tries to open the card even if
  407. reservation fails.
  408. * Clock source setting on Linux.
  409. * Add jackctl_server_switch_master API.
  410. * Fix transport callback (timebase master, sync) issue when used after
  411. jack_activate (RT thread was not running).
  412. * D-Bus access for jackctl_server_add_slave/jackctl_server_remove_slave API.
  413. * Cleanup "loopback" stuff in server.
  414. * Torben Hohn fix for InitTime and GetMicroSeconds in JackWinTime.c.
  415. * New jack_free function added in jack.h.
  416. * Reworked Torben Hohn fix for server restart issue on Windows.
  417. * Correct jack_set_error_function, jack_set_info_function and
  418. jack_set_thread_creator functions.
  419. * Correct JackFifo::TimedWait for EINTR handling.
  420. * Move DBus based audio device reservation code in ALSA backend compilation.
  421. * Correct JackTransportEngine::MakeAllLocating, sync callback has to be
  422. called in this case also.
  423. * NetJack2 code: better error checkout, method renaming.
  424. * Tim Bechmann patch: hammerfall, only release monitor thread, if it has
  425. been created.
  426. * Tim Bechmann memops.c optimization patches.
  427. * In combined --dbus and --classic compilation code, use PulseAudio
  428. acquire/release code.
  429. * Big rewrite of Solaris boomer driver, seems to work in duplex mode at
  430. least.
  431. * Loopback backend reborn as a dynamically loadable separated backend.
  432. * 1.9.2 (2009-02-11)
  433. * Solaris version.
  434. * New "profiling" tools.
  435. * Rework the mutex/signal classes.
  436. * Support for BIG_ENDIAN machines in NetJack2.
  437. * D-BUS based device reservation to better coexist with PulseAudio on Linux.
  438. * Add auto_connect parameter in netmanager and netadapter.
  439. * Use Torben Hohn PI controler code for adapters.
  440. * Client incorrect re-naming fixed : now done at socket and fifo level.
  441. * Virtualize and allow overriding of thread creation function, to allow Wine
  442. support (from JACK1).
  443. * 1.9.1 (2008-11-14)
  444. * Fix jackctl_server_unload_internal.
  445. * Filter SIGPIPE to avoid having client get a SIGPIPE when trying to access
  446. a died server.
  447. * Libjack shutdown handler does not "deactivate" (fActive = false) the
  448. client anymore, so that jack_deactivate correctly does the job later on.
  449. * Better isolation of server and clients system resources to allow starting
  450. the server in several user account at the same time.
  451. * Report ringbuffer.c fixes from JACK1.
  452. * Client and library global context cleanup in case of incorrect shutdown
  453. handling (that is applications not correctly closing client after server
  454. has shutdown).
  455. * Use JACK_DRIVER_DIR variable in internal clients loader.
  456. * For ALSA driver, synchronize with latest JACK1 memops functions.
  457. * Synchronize JACK2 public headers with JACK1 ones.
  458. * Implement jack_client_real_time_priority and
  459. jack_client_max_real_time_priority API.
  460. * Use up to BUFFER_SIZE_MAX frames in midi ports, fix for ticket #117.
  461. * Cleanup server starting code for clients directly linked with
  462. libjackserver.so.
  463. * JackMessageBuffer was using thread "Stop" scheme in destructor, now use
  464. the safer thread "Kill" way.
  465. * Synchronize ALSA backend code with JACK1 one.
  466. * Set default mode to 'slow' in JackNetDriver and JackNetAdapter.
  467. * Simplify audio packet order verification.
  468. * Fix JackNetInterface::SetNetBufferSize for socket buffer size computation
  469. and JackNetMasterInterface::DataRecv if synch packet is received, various
  470. cleanup.
  471. * Better recovery of network overload situations, now "resynchronize" by
  472. skipping cycles.".
  473. * Support for BIG_ENDIAN machines in NetJack2.
  474. * Support for BIG_ENDIAN machines in NetJack2 for MIDI ports.
  475. * Support for "-h" option in internal clients to print the parameters.
  476. * In NetJack2, fix a bug when capture or playback only channels are used.
  477. * Add a JACK_INTERNAL_DIR environment variable to be used for internal
  478. clients.
  479. * Add a resample quality parameter in audioadapter.
  480. * Now correctly return an error if JackServer::SetBufferSize could not
  481. change the buffer size (and was just restoring the current one).
  482. * Use PRIu32 kind of macro in JackAlsaDriver again.
  483. * Add a resample quality parameter in netadapter.
  484. * 1.9.0 (2008-03-18)
  485. * Waf based build system: Nedko Arnaudov, Grame for preliminary OSX support.
  486. * Control API, dbus based server control access: Nedko Arnaudov, Grame.
  487. * NetJack2 components (in progress): jack_net backend, netmanager,
  488. audioadapter, netadapter : Romain Moret, Grame.
  489. * Code restructuring to help port on other architectures: Michael Voigt.
  490. * Code cleanup/optimization: Tim Blechmann.
  491. * Improve handling of server internal clients that can now be
  492. loaded/unloaded using the new server control API: Grame.
  493. * A lot of bug fix and improvements.
  494. * 0.72 (2008-04-10)
  495. * 0.71 (2008-02-14)
  496. * Add port register/unregister notification in JackAlsaDriver.
  497. * Correct JACK_port_unregister in MIDI backend.
  498. * Add TimeCallback in JackDebugClient class.
  499. * Correct jack_get_time propotype.
  500. * Correct JackSocketClientChannel::ClientClose to use ServerSyncCall instead
  501. of ServerAsyncCall.
  502. * Better documentation in jack.h. libjackdmp.so renamed to
  503. libjackservermp.so and same for OSX framework.
  504. * Define an internal jack_client_open_aux needed for library wrapper feature.
  505. * Remove unneeded jack_port_connect API.
  506. * Correct jack_port_get_connections function (should return NULL when no
  507. connections).
  508. * In thread model, execute a dummy cycle to be sure thread has the correct
  509. properties (ensure thread creation is finished).
  510. * Fix engine real-time notification (was broken since ??).
  511. * Implements wrapper layer.
  512. * Correct jack_port_get_total_latency.
  513. * Correct all backend playback port latency in case of "asynchronous" mode
  514. (1 buffer more).
  515. * Add test for jack_cycle_wait, jack_cycle_wait and jack_set_process_thread
  516. API.
  517. * RT scheduling for OSX thread (when used in dummy driver).
  518. * Add -L (extra output latency in aynchronous mode) in CoreAudio driver.
  519. * New JackLockedEngine decorator class to serialize access from ALSA Midi
  520. thread, command thread and in-server clients.
  521. * Use engine in JackAlsaDriver::port_register and
  522. JackAlsaDriver::port_unregister.
  523. * Fix connect notification to deliver *one* notification only.
  524. * Correct JackClient::Activate so that first kGraphOrderCallback can be
  525. received by the client notification thread.
  526. * New jack_server_control client to test notifications when linked to the
  527. server library.
  528. * Synchronise transport.h with latest jackd version (Video handling).
  529. * Transport timebase fix.
  530. * Dmitry Baikov patch for alsa_rawmidi driver.
  531. * Pieter Palmers patch for FFADO driver.
  532. * Add an Init method for blocking drivers to be decorated using
  533. JackThreadedDriver class.
  534. * Correct PortRegister, port name checking must be done on server side.
  535. * Correct a missing parameter in the usage message of jack_midiseq.
  536. * New SetNonBlocking method for JackSocket.
  537. * Correct a dirty port array issue in JackGraphManager::GetPortsAux.
  538. * 0.70 (2008-01-24)
  539. * Updated API to match jack 0.109.0 version.
  540. * Update in usx2y.c and JackPort.cpp to match jackd 0.109.2.
  541. * Latest jack_lsp code from jack SVN.
  542. * Add jack_mp_thread_wait client example.
  543. * Add jack_thread_wait client example.
  544. * Remove checking thread in CoreAudio driver, better device state change
  545. recovery strategy: the driver is stopped and restarted.
  546. * Move transport related methods from JackEngine to JackServer.
  547. * Tim Blechmann sse optimization patch for JackaudioPort::MixAudioBuffer,
  548. use of Apple Accelerate framework on OSX.
  549. * Remove use of assert in JackFifo, JackMachSemaphore, and
  550. JackPosixSemaphore: print an error instead.
  551. * Correct "server_connect": close the communication channel.
  552. * More robust external API.
  553. * Use SetAlias for port naming.
  554. * Use jackd midi port naming scheme.
  555. * Notify ports unregistration in JackEngine::ClientCloseAux.
  556. * Fix in JackClient::Error(): when RT thread is failing and calling
  557. Shutdown, Shutdown was not desactivating the client correctly.
  558. * 0.69
  559. * On OSX, use CFNotificationCenterPostNotificationWithOptions with
  560. kCFNotificationDeliverImmediately | kCFNotificationPostToAllSessions for
  561. server ==> JackRouter plugin notification.
  562. * On OSX, use jack server name in notification system.
  563. * Correct fPeriodUsecs computation in JackAudioDriver::SetBufferSize and
  564. JackAudioDriver::SetSampleRate.
  565. * Correct JackMachNotifyChannel::ClientNotify.
  566. * Correct bug in CoreAudio driver sample rate management.
  567. * Add a sample_rate change listener in CoreAudio driver.
  568. * Correct sample_rate management in JackCoreAudioDriver::Open.
  569. * Better handling in sample_rate change listener.
  570. * Pieter Palmers FFADO driver and scons based build.
  571. * Pieter Palmers second new build system: scons and Makefile based build.
  572. * Tim Blechmann scons patch.
  573. * Change string management for proper compilation with gcc 4.2.2.
  574. * JackLog cleanup.
  575. * Cleanup in CoreAudio driver.
  576. * Tim Blechmann patch for JackGraphManager::GetPortsAux memory leak, Tim
  577. Blechmann patch for scons install.
  578. * Dmitry Baikov MIDI patch: alsa_seqmidi and alsa_rammidi drivers.
  579. * CoreAudio driver improvement: detect and notify abnormal situations
  580. (stopped driver in case of SR change...).
  581. * 0.68 (2007-10-16)
  582. * Internal loadable client implementation, winpipe version added.
  583. * Reorganize jack headers.
  584. * Improve Linux install/remove scripts.
  585. * Use LIB_DIR variable for 64 bits related compilation (drivers location).
  586. * More generic Linux script.
  587. * Correct jack_acquire_real_time_scheduling on OSX.
  588. * Merge of Dmitry Baikov MIDI branch.
  589. * Correct JackGraphManager::GetPortsAux to use port type.
  590. * Remove JackEngineTiming class: code moved in JackEngineControl.
  591. * Add midiseq and midisine examples.
  592. * Cleanup old zombification code.
  593. * Linux Makefile now install jack headers.
  594. * Use of JACK_CLIENT_DEBUG environment variable to activate debug client
  595. mode.
  596. * Definition of JACK_LOCATION variable using -D in the Makefile.
  597. * Restore jack 0.103.0 MIDI API version.
  598. * Fix a bug in freewheel management in async mode: drivers now receive the
  599. kStartFreewheelCallback and kStopFreewheelCallback notifications.
  600. * Server and user directory related code moved in a JackTools file.
  601. * Client name rewriting to remove path characters (used in fifo naming).
  602. * Correct ALSA driver Attach method: internal driver may have changed the
  603. buffer_size and sample_rate values.
  604. * Add JackWinSemaphore class.
  605. * Add an implementation for obsolete jack_internal_client_new and
  606. jack_internal_client_close.
  607. * Add missing jack_port_type_size.
  608. * Use of JackWinSemaphore instead of JackWinEvent for inter-process
  609. synchronization.
  610. * Correct types.h for use with MINGW on Windows.
  611. * Move OSX start/stop notification mechanism in Jackdmp.cpp.
  612. * Correct CheckPort in JackAPI.cpp.
  613. * 0.67 (2007-09-28)
  614. * Correct jack_client_open "status" management.
  615. * Rename server_name from "default" to "jackdmp_default" to avoid conflict
  616. with regular jackd server.
  617. * Fix a resource leak issue in JackCoreAudioDriver::Close().
  618. * Better implement "jack_client_open" when linking a client with the server
  619. library.
  620. * Correct "jack_register_server" in shm.c.
  621. * Add missing timestamps.c and timestamps.h files.
  622. * Correctly export public headers in OSX frameworks.
  623. * Suppress JackEngine::ClientInternalCloseIm method.
  624. * Use .jackdrc file (instead of .jackdmprc).
  625. * Install script now creates a link "jackd ==> jackdmp" so that automatic
  626. launch can work correctly.
  627. * Paul Davis patch for -r (--replace-registry) feature.
  628. * Internal loadable client implementation.
  629. * Fix JackEngine::Close() method.
  630. * Windows JackRouter.dll version 0.17: 32 integer sample format.
  631. * 0.66 (2007-09-06)
  632. * Internal cleanup.
  633. * Windows JackRouter.dll version 0.16: use of "jack_client_open" API to
  634. allow automatic client renaming, better Windows VISTA support, new
  635. JackRouter.ini file.
  636. * 0.65 (2007-08-30)
  637. * Fix backend port alias management (renaming in system:xxx).
  638. * Fix a bug in JackLibClient::Open introduced when adding automatic client
  639. renaming.
  640. * Fix a bug in jack_test.
  641. * Correct JackShmMem destructor.
  642. * Correct end case in JackClient::Execute.
  643. * Correct JackMachSemaphore::Disconnect.
  644. * Implement server temporary (-T) mode.
  645. * Make "Rename" a method of JackPort class, call it from driver Attach
  646. method.
  647. * Server/library protocol checking implementation.
  648. * 0.64 (2007-07-26)
  649. * Checking in the server to avoid calling the clients if no callback are
  650. registered.
  651. * Correct deprecated jack_set_sample_rate_callback to return 0 instead of
  652. -1.
  653. * Dmitry Baikov buffer size patch.
  654. * Correct notification for kActivateClient event. Correct
  655. JackEngine::ClientCloseAux (when called from
  656. JackEngine::ClientExternalOpen).
  657. * Correct JackWinEvent::Allocate.
  658. * Automatic client renaming.
  659. * Add "systemic" latencies management in CoreAudio driver.
  660. * Automatic server launch.
  661. * Removes unneeded 'volatile' for JackTransportEngine::fWriteCounter.
  662. * 0.63 (2007-04-05)
  663. * Correct back JackAlsaDriver::Read method.
  664. * Dmitry Baikov patch for JackGraphManager.cpp. Merge JackGraphManager Remove
  665. and Release method in a unique Release method.
  666. * Dmitry Baikov jackmp-time patch : add jack_get_time, jack_time_to_frames,
  667. jack_frames_to_time. Add missing -D__SMP__in OSX project. Add new
  668. jack_port_set_alias, jack_port_unset_alias and jack_port_get_aliases API.
  669. * Steven Chamberlain patch to fix jack_port_by_id export.
  670. * Steven Chamberlain patch to fix jack_port_type. Test for jack_port_type
  671. behaviour in jack_test.cpp tool. Add jack_set_client_registration_callback
  672. API. Add "callback exiting" and "jack_frame_time" tests in jack_test.
  673. * 0.62 (2007-02-16)
  674. * More client debug code: check if the client is still valid in every
  675. JackDebugClient method, check if the library context is still valid in
  676. every API call.
  677. * Uses a time out value of 10 sec in freewheel mode (like jack).
  678. * More robust activation/deactivation code, especially in case of client
  679. crash.
  680. * New LockAllMemory and UnlockAllMemory functions.
  681. * Use pthread_attr_setstacksize in JackPosixThread class.
  682. * Add Pieter Palmers FreeBob driver.
  683. * Thibault LeMeur ALSA driver patch.
  684. * Thom Johansen fix for port buffer alignment issues.
  685. * Better error checking in PortAudio driver.
  686. * 0.61 (2006-12-18)
  687. * Tom Szilagyi memory leak fix in ringbuffer.c.
  688. * Move client refnum management in JackEngine.
  689. * Shared_ports renamed to shared_graph.
  690. * Add call to the init callback (set up using the
  691. jack_set_thread_init_callback API) in Real-Time and Notification threads.
  692. * Define a new 'kActivateClient' notification.
  693. * New server/client data transfer model to fix a 64 bits system bug.
  694. * Fix a device name reversal bug in ALSA driver.
  695. * Implement thread.h API.
  696. * 0.60 (2006-11-23)
  697. * Improve audio driver synchronous code to better handle possible time-out
  698. cases.
  699. * Correct JackWinEnvent::Allocate (handle the ERROR_ALREADY_EXISTS case).
  700. * Correct JackEngine::ClientExternalNew.
  701. * 0.59 (2006-09-22)
  702. * Various fixes in Windows version.
  703. * Signal handling in the Windows server.
  704. * Improved JackRouter ASIO/Jack bridge on Windows.
  705. * Rename global "verbose" in "jack_verbose" to avoid symbol clash with
  706. PureData.
  707. * Add a new cpu testing/loading client.
  708. * Correct server SetBufferSize in case of failure.
  709. * Correct PortAudio driver help.
  710. * Use -D to setup ADDON_DIR on OSX and Linux.
  711. * Synchronize ALSA backend with jack one.
  712. * 0.58 (2006-09-06)
  713. * Correct a bug introduced in 0.55 version that was preventing coreaudio
  714. audio inputs to work.
  715. * Restructured code structure after import on svn.
  716. * 0.57
  717. * Correct bug in Mutex code in JackClientPipeThread::HandleRequest.
  718. * ASIO JackRouter driver supports more applications.
  719. * Updated HTML documentation.
  720. * Windows dll binaries are compiled in "release" mode.
  721. * 0.56
  722. * Correct SetBufferSize in coreaudio driver, portaudio driver and
  723. JackServer.
  724. * Real-time notifications for Windows version.
  725. * In the PortAudio backend, display more informations for installed WinMME,
  726. * DirectSound and ASIO drivers.
  727. * 0.55
  728. * Windows version.
  729. * Correct management of monitor ports in ALSA driver.
  730. * Engine code cleanup.
  731. * Apply Rui patch for more consistent parameter naming in coreaudio driver.
  732. * Correct JackProcessSync::TimedWait: time-out was not computed correctly.
  733. * Check the return code of NotifyAddClient in JackEngine.
  734. * 0.54
  735. * Use the latest shm implementation that solve the uncleaned shm segment
  736. problem on OSX.
  737. * Close still opened file descriptors (report from Giso Grimm). Updated html
  738. documentation.
  739. * 0.53
  740. * Correct JackPilotMP tool on OSX.
  741. * Correct CoreAudio driver for half duplex cases.
  742. * Fix a bug in transport for "unactivated" clients.
  743. * Fix a bug when removing "unactivated" clients from the server. Tested on
  744. Linux/PPC.
  745. * 0.52
  746. * Universal version for Mac Intel and PPC.
  747. * Improvement of CoreAudio driver for half duplex cases.
  748. * 0.51
  749. * Correct bugs in transport API implementation.
  750. * 0.50
  751. * Transport API implementation.
  752. * 0.49
  753. * Internal connection manager code cleanup.
  754. * 0.48
  755. * Finish software monitoring implementation for ALSA and CoreAudio drivers.
  756. * Simpler shared library management on OSX.
  757. * 0.47
  758. * More fix for 64 bits compilation.
  759. * Correct ALSA driver.
  760. * Create a specific folder for jackdmp drivers.
  761. * Use /dev/shm as default for fifo and sockets.
  762. * "Install" and "Remove" script for smoother use with regular jack.
  763. * 0.46
  764. * Fix a bug in loop management.
  765. * Fix a bug in driver loading/unloading code.
  766. * Internal code cleanup for better 64 bits architecture support.
  767. * Compilation on OSX/Intel.
  768. * Add the -d option for coreaudio driver (display CoreAudio devices internal
  769. name).
  770. * 0.45
  771. * Script to remove the OSX binary stuff.
  772. * Correct an export symbol issue that was preventing QjackCtl to work on OSX.
  773. * Fix the consequences of the asynchronous semantic of
  774. connections/disconnections.
  775. * 0.44
  776. * Patch from Dmitry Daikov: use clock_gettime by default for timing.
  777. * Correct dirty buffer issue in CoreAudio driver. Updated doc.
  778. * 0.43
  779. * Correct freewheel mode.
  780. * Optimize ALSA and coreaudio drivers.
  781. * Correct OSX installation script.
  782. * 0.42
  783. * Patch from Nick Mainsbridge.
  784. * Correct default mode for ALSA driver.
  785. * Correct XCode project.
  786. * 0.41
  787. * Add the ALSA MMAP_COMPLEX support for ALSA driver.
  788. * Patch from Dmitry Daikov: compilation option to choose between
  789. "get_cycles" and "gettimeofday" to measure timing.
  790. * 0.4
  791. * Linux version, code cleanup, new -L parameter to activate the loopback
  792. driver (see Documentation), a number of loopback ports can be defined.
  793. Client validation tool.
  794. * 0.31
  795. * Correct bug in mixing code that caused Ardour + jackdmp to crash...
  796. * 0.3
  797. * Implement client zombification + correct feedback loop management + code
  798. cleanup.
  799. * 0.2
  800. * Implements jack_time_frame, new -S (sync) mode: when "synch" mode is
  801. activated, the jackdmp server waits for the graph to be finished in the
  802. current cycle before writing the output buffers. Note: To experiment with
  803. the -S option, jackdmp must be launched in a console.
  804. * 0.1
  805. * First published version