60 Commits (734e45092474d2f77933dc2075bfec799b731c37)

Author SHA1 Message Date
  Stephane Letz 734e450924 NetJack2 code cleanup. 13 years ago
  sletz c40a4ad301 NetJack2 now only send data on network only is ports are connected both sides. 14 years ago
  sletz 2f143cb0b0 NetJack2 now only send data on network for connected ports. 14 years ago
  sletz 7254ce1ebc rebase from trunk 4180:4238 14 years ago
  sletz d96a755c3c Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 14 years ago
  sletz a7e8377441 rebase from trunk 4083:4180 14 years ago
  sletz 2eeb1f0ad3 Correct TopologicalSort. 14 years ago
  sletz b1cbecba6b JackEngine::ComputeTotalLatencies in progress. 14 years ago
  sletz ae99359963 New latency API implementation (in progress). 14 years ago
  sletz 4f249a336f Remove JackPortIsActive flag. 14 years ago
  sletz 54ebab2cf2 rebase from trunk 3930:3966 15 years ago
  sletz e1fb1ca7d2 Correct JackGraphManager::DeactivatePort. 15 years ago
  sletz ec2e42c933 rebase from trunk 3899:3916 15 years ago
  sletz 5f68a6557a rebase from trunk 3813:3899 15 years ago
  Stéphane LETZ 04206f10d1 Implement new JackPortIsActive flag for ports, ports have this status between client "activate" and "deactivate". 15 years ago
  sletz 7453e5b018 Dynamic choice of maximum port number. 15 years ago
  sletz 6b765f0168 rebase from trunk 3684:3813 15 years ago
  sletz ea9de08398 Better memory allocation error checking on client (library) side. 15 years ago
  sletz a3478c6e40 Correct JackGraphManager::GetBuffer for the "client loop with one connection" case : buffer must be copied. 15 years ago
  sletz e040bf80ae rebase from trunk 3550:3563 16 years ago
  nedko 6e1e12b016 JackGraphManager::CheckPorts (with get) -> JackGraphManager::GetTwoPorts 16 years ago
  sletz 51fbf0cf71 rebase from trunk 3420:3447 16 years ago
  sletz 164a71e806 Tim Blechmann optimization patch (inlining some heavy used methods). 16 years ago
  sletz b63e6a8feb rebase from trunk 3401:3420 16 years ago
  sletz b506e0902b Correct error checking in JackGraphManager::Connect and JackGraphManager::Disconnect 16 years ago
  sletz b50078f968 Tim Blechmann optimization patch. 16 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 16 years ago
  sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step. 16 years ago
  sletz 61c49dec48 Correct RemoveAllPorts 17 years ago
  sletz d1540fe501 Better error checking in JackGraphManager::RemoveAllPorts. 17 years ago
  sletz 215dfdd97a Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
  nedko b5bd3afb28 Add conditional includes for config.h, for use with waf 17 years ago
  sletz c0f0fd7cc9 Merge control branch. 17 years ago
  sletz 8a2e1e2e91 Correct JackEngine::PortUnRegister, JackEngine::ClientCloseAux and JackEngine::ClientDeactivate to correctly send notifications. 17 years ago
  sletz beb4cfc03b Restore a working version on Linux 17 years ago
  sletz 536c0b5476 Use of placement new for dynamic port allocation is possibly not safe... so avoid that until a definitive answer is found. 17 years ago
  sletz b047c2672d All library side files become LGPL 17 years ago
  sletz 5ef740ee61 Correct a dirty port array issue in JackGraphManager::GetPortsAux. 17 years ago
  sletz 9a7839caa6 New JackLockedEngine decorator class to serialize access from ALSA Midi thread, command thread and in-server clients. 17 years ago
  sletz 2f7db97fb6 Correct all backend playback port latency in case of asynchronous mode (1 buffer more). 17 years ago
  sletz f6b3728629 Correct jack_port_get_connections function (should return NULL when no connections). 17 years ago
  sletz d2f7053ecc Nedko Arnaudov log patch(2). 17 years ago
  sletz ecb8da58c7 Beautifull code 17 years ago
  sletz 84b20ca1e7 Notify ports unregistration in JackEngine::ClientCloseAux. 17 years ago
  sletz 36d6d5343f Cleanup 17 years ago
  sletz 254f765c4f Update date 17 years ago
  sletz ab88c356fe Correct JackGraphManager::GetConnections 17 years ago
  sletz b0c669f0d1 Port connection callback, client side. 17 years ago
  sletz d3c96cf0fb Implement jack_recompute_total_latency and jack_recompute_total_latencies. Remove fBufferSize field in JackGraphManager object. 17 years ago
  sletz 2310f8d7ac Cleanup jack_port_connected_to implementation. 17 years ago