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.

935 lines
40KB

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