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.

960 lines
41KB

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