summaryrefslogtreecommitdiff
path: root/common/JackGraphManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use proper path to tre/regex; Fixup wscript a bitfalkTX2020-06-131-0/+4
* Prevent undefined behavior, fix code-style.Thomas Brand2019-02-201-7/+5
* Check return value of regcomp()Thomas Brand2019-02-201-2/+10
* Correct JackDriver::Open : call to fGraphManager->SetBufferSize has to use cu...Stephane Letz2016-02-111-6/+12
* Better time-out management in NetJack2.sletz2012-01-191-1/+1
* Cleanup.sletz2011-12-151-1/+0
* Correct jack_port_name_size API.sletz2011-11-251-1/+2
* NetJack2 code cleanup.Stephane Letz2011-11-041-8/+4
* NetJack2 now only send data on network only is ports are connected both sides.sletz2011-07-121-5/+8
* NetJack2 now only send data on network for connected ports.sletz2011-07-081-6/+6
* Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.sletz2011-03-111-1/+1
* Correct TopologicalSort.sletz2011-03-101-2/+2
* JackEngine::ComputeTotalLatencies in progress.sletz2011-03-091-0/+13
* New latency API implementation (in progress).sletz2011-03-041-1/+41
* Remove JackPortIsActive flag.sletz2011-02-091-36/+24
* Correct JackGraphManager::DeactivatePort.sletz2010-03-031-1/+1
* Implement new JackPortIsActive flag for ports, ports have this status between...Stéphane LETZ2009-12-061-0/+12
* Dynamic choice of maximum port number.sletz2009-11-241-16/+42
* Better memory allocation error checking on client (library) side.sletz2009-11-121-0/+6
* Correct JackGraphManager::GetBuffer for the "client loop with one connection"...sletz2009-11-091-8/+22
* JackGraphManager::CheckPorts (with get) -> JackGraphManager::GetTwoPortsnedko2009-05-311-2/+2
* Tim Blechmann optimization patch (inlining some heavy used methods).sletz2009-03-191-5/+0
* Correct error checking in JackGraphManager::Connect and JackGraphManager::Dis...sletz2009-03-081-3/+3
* Tim Blechmann optimization patch.sletz2008-10-201-7/+0
* Header cleanup, add --clients and --ports options in configure.sletz2008-10-021-4/+0
* Merge Michael Voigt drops branch after reorganization step.sletz2008-09-051-6/+1
* Correct RemoveAllPortssletz2008-06-061-0/+2
* Better error checking in JackGraphManager::RemoveAllPorts.sletz2008-06-061-4/+12
* Tim Blechmann patch to remove unnecessary virtual methods : choice of the app...sletz2008-06-031-2/+2
* Add conditional includes for config.h, for use with wafnedko2008-06-021-0/+4
* Merge control branch.sletz2008-05-261-0/+1
* Correct JackEngine::PortUnRegister, JackEngine::ClientCloseAux and JackEngine...sletz2008-05-211-8/+6
* Restore a working version on Linuxsletz2008-05-191-1/+1
* Use of placement new for dynamic port allocation is possibly not safe... so a...sletz2008-05-191-8/+8
* All library side files become LGPLsletz2008-04-061-12/+13
* Correct a dirty port array issue in JackGraphManager::GetPortsAux.sletz2008-04-031-30/+23
* New JackLockedEngine decorator class to serialize access from ALSA Midi threa...sletz2008-03-161-3/+0
* Correct all backend playback port latency in case of asynchronous mode (1 buf...sletz2008-03-131-7/+7
* Correct jack_port_get_connections function (should return NULL when no connec...sletz2008-03-111-1/+6
* Nedko Arnaudov log patch(2).sletz2008-03-101-21/+21
* Beautifull codesletz2008-03-051-65/+65
* Notify ports unregistration in JackEngine::ClientCloseAux.sletz2008-02-121-0/+16
* Cleanupsletz2008-02-071-2/+1
* Update datesletz2008-02-011-1/+1
* Correct JackGraphManager::GetConnectionssletz2008-02-011-1/+3
* Port connection callback, client side.sletz2008-01-291-3/+2
* Implement jack_recompute_total_latency and jack_recompute_total_latencies. Re...sletz2008-01-291-22/+30
* Cleanup jack_port_connected_to implementation.sletz2008-01-281-10/+2
* Port connection callback.sletz2008-01-281-5/+12
* Updated API to match jack 0.109.0 version (in progress). Correct issue in Cor...sletz2008-01-281-22/+0