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.

ChangeLog.rst 41KB

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