ardour/libs
Robin Gareus 9786e6035f
Fix crash due to concurrent sndfile access
Peak files are built int background which can happen concurrently
to estimating tempo. Notably when importing large .flac files
this can cause a crash because libsndfile API does not allow
for concurrent use of the same SNDFILE object.
2025-10-26 15:10:46 +01:00
..
aaf libAAF update for NetBSD (#9886) 2025-02-01 11:30:14 +01:00
appleutility wscript: the i18n worker functions do not define the i18n waf commands 2024-10-20 19:52:14 -06:00
ardour Fix crash due to concurrent sndfile access 2025-10-26 15:10:46 +01:00
ardouralsautil Correctly detect localtime_r 2025-05-18 20:08:27 +02:00
audiographer Copy more mingw branches for MSVC 2025-10-22 18:48:40 +02:00
auscan
backends Really fix windows builds (amend previous commit) 2025-10-08 00:58:31 +02:00
canvas auto-ify a loop in the canvas ruler rendering code 2025-09-02 11:10:11 -06:00
clearlooks-newer Really remove gtk+ option (see also 1e28ee9cc9) 2025-07-06 15:20:20 +02:00
ctrl-interface move zoom in/out actions into shared "Editing" group 2024-12-07 08:00:46 -07:00
evoral Copy more mingw branches for MSVC 2025-10-22 18:48:40 +02:00
fluidsynth
fst Fix/amend previous commit 2025-10-22 19:34:48 +02:00
gtkmm2ext Produce valid HTML when printing bindings 2025-09-25 21:37:01 +02:00
hidapi Fix/amend previous commit 2025-10-22 19:34:48 +02:00
libltc
lua Fix potential vulnerable cloned functions: Bug: Lua can generate wrong code when _ENV is <const> 2025-04-24 13:05:49 +02:00
midi++2 Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
panners Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
pbd Copy more mingw branches for MSVC 2025-10-22 18:48:40 +02:00
plugins ACE fluidsynth: unload soundfonts after use, refill channels #9837 2024-11-03 19:22:30 +01:00
ptformat
qm-dsp One more MSVC related fix.. 2025-10-22 18:26:08 +02:00
staffpad Fix StaffPad compilation/linking with gcc-15.2 2025-10-11 23:34:27 +02:00
surfaces MCU: show warning message for empty views 2025-10-07 16:46:50 -05:00
temporal fix incorrect locally scoped tempo map management 2025-10-20 14:58:16 -06:00
tk Prepare for MSVC support in y[dt]k 2025-10-22 15:34:37 +02:00
vamp-plugins
vamp-pyin Remove unneeded #include <boost/math/distributions.hpp> 2024-08-29 23:08:42 +02:00
vfork Copy more mingw branches for MSVC 2025-10-22 18:48:40 +02:00
vst3 use C++11 for VST3 SDK (revert custom cxx98 patch) 2025-02-25 12:46:16 +01:00
waveview Use PBD namespace for free CPU functions 2025-08-15 22:10:31 +02:00
widgets Fix pane constraint calculation for > 2 child widgets 2025-10-11 22:22:44 +02:00
zita-convolver Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
zita-resampler