silence detection: include fades.
[ardour.git] / libs / ardour /
2015-09-20 Robin Gareussilence detection: include fades.
2015-09-20 Robin Gareusfix sndfilesource::open return value typo.
2015-09-20 Robin Gareusprepare LTC File Reader
2015-09-19 Robin Gareusadd silence-stripping fade constraints
2015-09-19 Robin Gareusfix silence-strip process report
2015-09-18 Robin GareusNOOP - SMF debugging.
2015-09-18 John EmmasModify Strip Silence so that it can't create regions...
2015-09-18 John EmmasMSVC projects - accommodate some modules that recently...
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper
2015-09-16 Paul DavisRevert "add an Amp to Delivery, remove it from Send...
2015-09-16 Tim MayberryAdd ardour/types.h to ardour/parameter_descriptor.h...
2015-09-16 Robin Gareusfix DSP load bounds 0..1 and add unbound API
2015-09-16 Tim MayberryAdd test for DSPLoadCalculator to libardour tests
2015-09-16 Tim MayberryAdd DSPLoadCalculator::set_max_time() to set max time...
2015-09-16 Tim MayberryMove implementation for DSPLoadCalculator back into...
2015-09-16 Tim MayberryUse same algorithm as CA and ALSA backends in DSPLoadCa...
2015-09-16 Tim MayberryAdd check for invalid timer values from the DummyBackend
2015-09-16 Tim MayberryChange types in DSPLoadCalculator to signed integer...
2015-09-15 Paul Davismove speed quietning code into Delivery, where it belongs.
2015-09-15 Paul Davisadd an Amp to Delivery, remove it from Send, make use...
2015-09-15 Robin Gareusprepare displaying peakfile queue-len
2015-09-15 Paul Davislogic rearrangement to avoid unnecessary call to Route...
2015-09-15 Paul DavisNO-OP: comment clarification
2015-09-15 Paul DavisNO-OP: parenthesis and brace style
2015-09-15 Paul Davisonly apply transport declicking if requested to do...
2015-09-15 Paul Davisadd 2 new session properties related to implicit fades...
2015-09-15 Paul Davisuse an explicit black list of route names that require...
2015-09-15 Robin Gareusprepare peak-file cleanup/recreate.
2015-09-15 John EmmasRemove ifstream / ofstream when accessing session templ...
2015-09-13 Robin Gareusallow to run unit-test under wine from srcdir.
2015-09-13 Robin Gareusfix mismatched delete/free
2015-09-12 Tim MayberryFix typo in DSPLoadCalculator causing assertions on...
2015-09-12 Robin Gareusplug some memory leaks in libs
2015-09-12 Robin Gareusremove cruft
2015-09-11 Paul Davisspelling error fixes (notably "overriden" => "overidden...
2015-09-11 Robin Gareusfail to create Monitor section if port-names are not...
2015-09-10 Paul Davisqueue disk buffer overwrite when playlist layering...
2015-09-10 Paul Davisuse PortManager::port_name_prefix_is_unique to check...
2015-09-10 Paul Davisadd PortManager::port_name_prefix_is_unique()
2015-09-10 Robin Gareusfix recent session loading.
2015-09-10 Paul Daviswhen removing routes, don't do potentially expensive...
2015-09-10 Paul Davisfix deadlock when removing routes and using JACK1.
2015-09-10 Robin Gareususe FileSource::within_session() for peak-files
2015-09-10 Paul Davisremove duplicate enum registration
2015-09-10 John EmmasMake sure that the DSPLoadCalculator class is exportable
2015-09-10 John EmmasAdd support for newly introduced class ARDOUR::DSPLoadC...
2015-09-10 Tim MayberryAdd DSPLoadCalculator class to libardour
2015-09-09 Robin Gareusallow LV2 plugins to query current block-size.
2015-09-09 Robin Gareusrework peakfile handling:
2015-09-09 Robin Gareusremove Ardour broken peak-file support
2015-09-08 Paul DavisRF64, RF64 (WAV) and MBWF native file header formats
2015-09-08 Paul Davisnew enums required for RF64 => RIFF and MBWF support
2015-09-08 Guy ShermanReplaced broken code in recent_sessions.cc
2015-09-08 John EmmasUse glib to open our 'recent file' list, rather than...
2015-09-06 Robin Gareusfix some more uninitialized vars
2015-09-06 Robin Gareuslibardour: initialize some uninitialized vars..
2015-09-06 Robin Gareusterminate peak-file creation on session-close
2015-09-05 Robin Gareuscreate peak files in background when loading session
2015-09-05 John EmmasAdd a newly introduced source to our MSVC project ...
2015-09-05 Robin Gareusprovide details about session-creation failure.
2015-09-04 Robin Gareusunit-test: set instance name to pre-configure dummy...
2015-09-04 Robin Gareusprint insanity-check message only in debug builds
2015-09-04 Tim MayberryFix invalid error message when selecting directories...
2015-09-03 Mathias BuhrReview changes
2015-09-03 Mathias BuhrFixes case where audiofiles used wrong peakfiles
2015-09-03 Mathias BuhrUse const reference and renames variable
2015-09-02 Robin Gareusanother -Wabsolute-value fix
2015-09-02 Robin Gareusrework AudioUnit variable input port count.
2015-09-02 Tim MayberryAdd API to AudioBackend to request update to devices
2015-09-02 Tim MayberryAdd debug bit for AudioBackends for port related debug...
2015-09-02 Tim MayberryMove AudioBackend related debug bits into libardour
2015-09-02 Tim MayberryAdd enums to AudioBackend class for getting standard...
2015-09-01 Robin GareusPrepare option to disable Plugins completely
2015-09-01 Robin Gareusfix AU port count - NI Reaktor5
2015-08-28 Robin Gareusfix crash with missing .mid
2015-08-28 Robin Gareusfix possible deadlock on session-close
2015-08-28 Robin Gareussynchronous shutdown of process graph.
2015-08-28 Robin Gareuspre-seed session-state-version.
2015-08-28 Tim MayberryDon't truncate pretty port names when setting up port...
2015-08-27 Robin Gareusclarify midi-iterator comment
2015-08-27 John EmmasModify some functions to alleviate overflow / precision...
2015-08-25 Robin Gareusfix linked midi-regions on different tracks #6541
2015-08-24 Robin GareusExclude empty CC-params from "Show Existing Automation"
2015-08-24 Robin GareusDo not send non-automated MIDI-CCs on locate.
2015-08-22 Robin GareusFix auditioner underrun when seeking.
2015-08-22 Robin Gareusfix some compiler warnings (float/double)
2015-08-20 Robin Gareuspotential fix for #6515 - stall/crash during route...
2015-08-19 Tim MayberryAdd undo history related debug output for debugging...
2015-08-19 Robin Gareusfix error-level
2015-08-19 Robin Gareuscode consistency and hints for static analysis
2015-08-18 Tim MayberryChange return type and name of get_win_special_folder
2015-08-18 Tim MayberryAdd utility function to get windows packaging directory...
2015-08-16 Robin Gareusupdate comment regarding lv2 buffersizes
2015-08-16 Robin Gareuscompat for old sessions with missing plugins (+doc)
2015-08-15 Robin GareusUpdate Route to handle UnknownProcessors as Stubs.
2015-08-15 Robin Gareusimplement stub UnknownProcessor
2015-08-15 Robin Gareusfix a typo
2015-08-15 Robin Gareussave [actual] plugin i/o-configuration
2015-08-14 Robin Gareususe buf-size.h only with lv2-1.2 or later
2015-08-14 Robin Gareusrelax LV2 buffersize restrictions
next